@fps-games/editor 0.1.1-beta.2 → 0.1.1-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/node_modules/@fps-games/editor-babylon/package.json +4 -4
- package/node_modules/@fps-games/editor-browser/package.json +2 -2
- 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-protocol/package.json +1 -1
- package/package.json +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-babylon",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "BabylonJS runtime integrations for fps-game-editor.",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@fps-games/editor-browser": "0.1.1-beta.
|
|
22
|
-
"@fps-games/editor-core": "0.1.1-beta.
|
|
23
|
-
"@fps-games/editor-protocol": "0.1.1-beta.
|
|
21
|
+
"@fps-games/editor-browser": "0.1.1-beta.3",
|
|
22
|
+
"@fps-games/editor-core": "0.1.1-beta.3",
|
|
23
|
+
"@fps-games/editor-protocol": "0.1.1-beta.3"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-browser",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Browser host adapters for fps-game-editor.",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fps-games/editor-core": "0.1.1-beta.
|
|
17
|
+
"@fps-games/editor-core": "0.1.1-beta.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-core",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-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.1-beta.
|
|
17
|
+
"@fps-games/editor-protocol": "0.1.1-beta.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor-forge-play",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-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.1-beta.
|
|
17
|
+
"@fps-games/editor-protocol": "0.1.1-beta.3"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fps-games/editor",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Aggregate public entrypoint for fps-game-editor.",
|
|
6
6
|
"repository": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"prepack": "node ../../scripts/prepare-single-package.mjs"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fps-games/editor-babylon": "0.1.1-beta.
|
|
30
|
-
"@fps-games/editor-browser": "0.1.1-beta.
|
|
31
|
-
"@fps-games/editor-core": "0.1.1-beta.
|
|
32
|
-
"@fps-games/editor-forge-play": "0.1.1-beta.
|
|
33
|
-
"@fps-games/editor-protocol": "0.1.1-beta.
|
|
29
|
+
"@fps-games/editor-babylon": "0.1.1-beta.3",
|
|
30
|
+
"@fps-games/editor-browser": "0.1.1-beta.3",
|
|
31
|
+
"@fps-games/editor-core": "0.1.1-beta.3",
|
|
32
|
+
"@fps-games/editor-forge-play": "0.1.1-beta.3",
|
|
33
|
+
"@fps-games/editor-protocol": "0.1.1-beta.3"
|
|
34
34
|
},
|
|
35
35
|
"bundleDependencies": [
|
|
36
36
|
"@fps-games/editor-babylon",
|