@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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -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.25.0', 'stake-kit': '^0.4.0', 'stake-bridge': '^0.3.1',
937
- 'stake-math-tools': '^0.8.0', 'harness': '^0.1.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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energy8platform/create-slot",
3
- "version": "0.5.0",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-slot": "dist/cli.js"