@energy8platform/create-slot 0.7.10 → 0.7.12
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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1197,11 +1197,11 @@ async function generate(a, targetDir, versions) {
|
|
|
1197
1197
|
// Dependency versions written into a scaffolded game's package.json. Keep in lock-step with the
|
|
1198
1198
|
// published @energy8platform/* versions (a create-slot test asserts these match the workspace).
|
|
1199
1199
|
const PUBLISHED = {
|
|
1200
|
-
'platform-core': '^0.
|
|
1200
|
+
'platform-core': '^0.36.0',
|
|
1201
1201
|
'game-engine': '^0.43.4',
|
|
1202
1202
|
'stake-kit': '^0.6.5',
|
|
1203
1203
|
'stake-bridge': '^0.6.6',
|
|
1204
|
-
'stake-math-tools': '^0.
|
|
1204
|
+
'stake-math-tools': '^0.14.0',
|
|
1205
1205
|
harness: '^0.3.1',
|
|
1206
1206
|
// test/versions.test.ts fails the moment these drift from the workspace's own versions.
|
|
1207
1207
|
'artube-bridge': '^0.4.0',
|