@energy8platform/create-slot 0.7.8 → 0.7.9
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/cli.js +5 -5
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1191,11 +1191,11 @@ async function generate(a, targetDir, versions) {
|
|
|
1191
1191
|
// Dependency versions written into a scaffolded game's package.json. Keep in lock-step with the
|
|
1192
1192
|
// published @energy8platform/* versions (a create-slot test asserts these match the workspace).
|
|
1193
1193
|
const PUBLISHED = {
|
|
1194
|
-
'platform-core': '^0.33.
|
|
1195
|
-
'game-engine': '^0.43.
|
|
1196
|
-
'stake-kit': '^0.6.
|
|
1197
|
-
'stake-bridge': '^0.6.
|
|
1198
|
-
'stake-math-tools': '^0.
|
|
1194
|
+
'platform-core': '^0.33.1',
|
|
1195
|
+
'game-engine': '^0.43.4',
|
|
1196
|
+
'stake-kit': '^0.6.5',
|
|
1197
|
+
'stake-bridge': '^0.6.6',
|
|
1198
|
+
'stake-math-tools': '^0.11.0',
|
|
1199
1199
|
harness: '^0.3.1',
|
|
1200
1200
|
// test/versions.test.ts fails the moment these drift from the workspace's own versions.
|
|
1201
1201
|
'artube-bridge': '^0.4.0',
|