@energy8platform/create-slot 0.6.0 → 0.6.2

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -970,7 +970,7 @@ async function generate(a, targetDir, versions) {
970
970
  // published @energy8platform/* versions (a create-slot test asserts these match the workspace).
971
971
  const PUBLISHED = {
972
972
  'platform-core': '^0.29.0', 'game-engine': '^0.28.0', 'stake-kit': '^0.5.0', 'stake-bridge': '^0.5.0',
973
- 'stake-math-tools': '^0.9.0', 'harness': '^0.3.0',
973
+ 'stake-math-tools': '^0.9.1', 'harness': '^0.3.0',
974
974
  };
975
975
  async function main() {
976
976
  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.6.0",
3
+ "version": "0.6.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-slot": "dist/cli.js"