@energy8platform/create-slot 0.5.0 → 0.5.4
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
|
@@ -933,8 +933,8 @@ async function generate(a, targetDir, versions) {
|
|
|
933
933
|
// Dependency versions written into a scaffolded game's package.json. Keep in lock-step with the
|
|
934
934
|
// published @energy8platform/* versions (a create-slot test asserts these match the workspace).
|
|
935
935
|
const PUBLISHED = {
|
|
936
|
-
'platform-core': '^0.28.1', 'game-engine': '^0.
|
|
937
|
-
'stake-math-tools': '^0.8.0', 'harness': '^0.
|
|
936
|
+
'platform-core': '^0.28.1', 'game-engine': '^0.26.0', 'stake-kit': '^0.4.2', 'stake-bridge': '^0.4.0',
|
|
937
|
+
'stake-math-tools': '^0.8.0', 'harness': '^0.3.0',
|
|
938
938
|
};
|
|
939
939
|
async function main() {
|
|
940
940
|
const seed = seedFromArgv(argv.slice(2));
|