@fps-games/editor 0.1.7-beta.2 → 0.1.7-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +12 -12
- package/dist/local-editor-agent-bridge-transport.d.ts +10 -0
- package/dist/local-editor-agent-bridge-transport.d.ts.map +1 -1
- package/dist/local-editor-agent-bridge-transport.js +8 -1
- package/dist/local-editor-agent-bridge-transport.js.map +1 -1
- package/dist/local-editor-harness.d.ts +4 -0
- package/dist/local-editor-harness.d.ts.map +1 -1
- package/dist/local-editor-harness.js +1 -0
- package/dist/local-editor-harness.js.map +1 -1
- package/dist/playable-local-editor-host.d.ts +2 -1
- package/dist/playable-local-editor-host.d.ts.map +1 -1
- package/dist/playable-local-editor-host.js +1 -0
- package/dist/playable-local-editor-host.js.map +1 -1
- package/node_modules/@fps-games/babylon-renderer/package.json +1 -1
- package/node_modules/@fps-games/editor-babylon/package.json +5 -5
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.d.ts.map +1 -1
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js +9 -5
- package/node_modules/@fps-games/editor-browser/dist/local-editor-ui-panels.js.map +1 -1
- package/node_modules/@fps-games/editor-browser/package.json +3 -3
- package/node_modules/@fps-games/editor-core/package.json +2 -2
- package/node_modules/@fps-games/editor-forge-play/package.json +2 -2
- package/node_modules/@fps-games/editor-playable-sdk/package.json +3 -3
- package/node_modules/@fps-games/editor-protocol/package.json +1 -1
- package/package.json +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-browser",
|
|
3
|
-
"version": "0.1.7-beta.
|
|
3
|
+
"version": "0.1.7-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Browser host adapters for fps-game-editor.",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fps-games/editor-core": "0.1.7-beta.
|
|
18
|
-
"@fps-games/editor-playable-sdk": "0.1.7-beta.
|
|
17
|
+
"@fps-games/editor-core": "0.1.7-beta.3",
|
|
18
|
+
"@fps-games/editor-playable-sdk": "0.1.7-beta.3"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-core",
|
|
3
|
-
"version": "0.1.7-beta.
|
|
3
|
+
"version": "0.1.7-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Core runtime shell and adapter contracts for fps-game-editor.",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fps-games/editor-protocol": "0.1.7-beta.
|
|
17
|
+
"@fps-games/editor-protocol": "0.1.7-beta.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-forge-play",
|
|
3
|
-
"version": "0.1.7-beta.
|
|
3
|
+
"version": "0.1.7-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Forge Play bridge adapter for fps-game-editor.",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fps-games/editor-protocol": "0.1.7-beta.
|
|
17
|
+
"@fps-games/editor-protocol": "0.1.7-beta.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-playable-sdk",
|
|
3
|
-
"version": "0.1.7-beta.
|
|
3
|
+
"version": "0.1.7-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Playable project integration SDK for fps-game-editor.",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fps-games/editor-core": "0.1.7-beta.
|
|
22
|
-
"@fps-games/editor-protocol": "0.1.7-beta.
|
|
21
|
+
"@fps-games/editor-core": "0.1.7-beta.3",
|
|
22
|
+
"@fps-games/editor-protocol": "0.1.7-beta.3"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor",
|
|
3
|
-
"version": "0.1.7-beta.
|
|
3
|
+
"version": "0.1.7-beta.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Aggregate public entrypoint for fps-game-editor.",
|
|
6
6
|
"repository": {
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"prepack": "node ../../scripts/prepare-single-package.mjs"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@fps-games/babylon-renderer": "0.1.7-beta.
|
|
38
|
-
"@fps-games/editor-babylon": "0.1.7-beta.
|
|
39
|
-
"@fps-games/editor-browser": "0.1.7-beta.
|
|
40
|
-
"@fps-games/editor-core": "0.1.7-beta.
|
|
41
|
-
"@fps-games/editor-forge-play": "0.1.7-beta.
|
|
42
|
-
"@fps-games/editor-playable-sdk": "0.1.7-beta.
|
|
43
|
-
"@fps-games/editor-protocol": "0.1.7-beta.
|
|
37
|
+
"@fps-games/babylon-renderer": "0.1.7-beta.3",
|
|
38
|
+
"@fps-games/editor-babylon": "0.1.7-beta.3",
|
|
39
|
+
"@fps-games/editor-browser": "0.1.7-beta.3",
|
|
40
|
+
"@fps-games/editor-core": "0.1.7-beta.3",
|
|
41
|
+
"@fps-games/editor-forge-play": "0.1.7-beta.3",
|
|
42
|
+
"@fps-games/editor-playable-sdk": "0.1.7-beta.3",
|
|
43
|
+
"@fps-games/editor-protocol": "0.1.7-beta.3"
|
|
44
44
|
},
|
|
45
45
|
"bundleDependencies": [
|
|
46
46
|
"@fps-games/babylon-renderer",
|