Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Nov 8, 2022
1 parent b2ca0d3 commit 9f9161a
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 36 deletions.
12 changes: 10 additions & 2 deletions src/Packages/UnityWebBrowser.Communication.Pipes/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "dev.voltstro.unitywebbrowser.communication.pipes",
"displayName": "Unity Web Browser Pipes Communication",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2021.3",
"description": "Adds support to use pipes in UWB.",
"author": "Voltstro",
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
},
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.0.0"
},
Expand Down
24 changes: 16 additions & 8 deletions src/Packages/UnityWebBrowser.Engine.Cef.Linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"author": "Voltstro",
"description": "CEF Engine for Unity Web Browser (Linux x64)",
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1",
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"version": "2.0.0-106.1.1",
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
"description": "CEF Engine for Unity Web Browser (Linux x64)",
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"repository": {
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
"type": "git"
},
"version": "2.0.1-106.1.1",
"name": "dev.voltstro.unitywebbrowser.engine.cef.linux.x64",
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1",
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
},
"unity": "2021.2"
}
10 changes: 9 additions & 1 deletion src/Packages/UnityWebBrowser.Engine.Cef.MacOS-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"version": "2.0.0-preview.3-99.2.6",
"description": "CEF Engine for Unity Web Browser (MacOS x64)",
"author": "Voltstro",
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
},
"name": "dev.voltstro.unitywebbrowser.engine.cef.macos.x64",
"displayName": "Unity Web Browser CEF Engine (MacOS x64)",
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
Expand Down
22 changes: 15 additions & 7 deletions src/Packages/UnityWebBrowser.Engine.Cef.Win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"author": "Voltstro",
"description": "CEF Engine for Unity Web Browser (Windows x64)",
"displayName": "Unity Web Browser CEF Engine (Windows x64)",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1"
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"version": "2.0.0-106.1.1",
"displayName": "Unity Web Browser CEF Engine (Windows x64)",
"description": "CEF Engine for Unity Web Browser (Windows x64)",
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"repository": {
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
"type": "git"
},
"version": "2.0.1-106.1.1",
"name": "dev.voltstro.unitywebbrowser.engine.cef.win.x64",
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1"
},
"unity": "2021.2"
}
24 changes: 16 additions & 8 deletions src/Packages/UnityWebBrowser.Engine.Cef/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"author": "Voltstro",
"description": "CEF Engine for Unity Web Browser",
"displayName": "Unity Web Browser CEF Engine",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.0.0"
"repository": {
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git",
"type": "git"
},
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.0.0"
},
"version": "2.0.1-106.1.1",
"displayName": "Unity Web Browser CEF Engine",
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
"version": "2.0.0-106.1.1",
"name": "dev.voltstro.unitywebbrowser.engine.cef",
"hideInEditor": false,
"unity": "2021.3"
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"description": "CEF Engine for Unity Web Browser",
"unity": "2021.3",
"hideInEditor": false
}
12 changes: 10 additions & 2 deletions src/Packages/UnityWebBrowser.Unix-Support/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "dev.voltstro.unitywebbrowser.unix-support",
"displayName": "Unity Web Browser Unix Support",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2021.3",
"description": "Additional requirement for UWB on Unix systems (Linux & MacOS).",
"author": "Voltstro",
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
},
"dependencies": {
"dev.voltstro.nuget.mono.unix": "1.0.0"
},
Expand Down
16 changes: 12 additions & 4 deletions src/Packages/UnityWebBrowser/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"name": "dev.voltstro.unitywebbrowser",
"displayName": "Unity Web Browser",
"version": "2.0.0",
"version": "2.0.1",
"unity": "2021.3",
"description": "Functional web browser in Unity without any issues or hassle.",
"author": "Voltstro",
"description": "Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.",
"author": {
"name": "Voltstro",
"email": "[email protected]",
"url": "https://voltstro.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/Voltstro-Studios/UnityWebBrowser.git"
},
"hideInEditor": false,
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.nativearrayspanextensions": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.cysharp.unitask": "2.3.1",
"com.cysharp.unitask": "2.3.3",
"org.nuget.voltrpc": "3.1.0",
"org.nuget.voltrpc.extension.memory": "1.1.0",
"org.nuget.voltrpc.extension.vectors": "1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions src/UnityWebBrowser.UnityProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.cysharp.unitask": {
"version": "2.3.1",
"version": "2.3.3",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -156,7 +156,7 @@
"dependencies": {
"dev.voltstro.nativearrayspanextensions": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.cysharp.unitask": "2.3.1",
"com.cysharp.unitask": "2.3.3",
"org.nuget.voltrpc": "3.1.0",
"org.nuget.voltrpc.extension.memory": "1.1.0",
"org.nuget.voltrpc.extension.vectors": "1.1.0"
Expand All @@ -183,7 +183,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1",
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1",
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
}
},
Expand All @@ -201,7 +201,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.0-106.1.1"
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-106.1.1"
}
},
"dev.voltstro.unitywebbrowser.unix-support": {
Expand Down

0 comments on commit 9f9161a

Please sign in to comment.