@energy8platform/create-slot 0.4.2 → 0.4.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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -890,7 +890,7 @@ async function generate(a, targetDir, versions) {
890
890
  // Dependency versions written into a scaffolded game's package.json. Keep in lock-step with the
891
891
  // published @energy8platform/* versions (a create-slot test asserts these match the workspace).
892
892
  const PUBLISHED = {
893
- 'platform-core': '^0.26.1', 'game-engine': '^0.22.0', 'stake-kit': '^0.3.0', 'stake-bridge': '^0.3.0',
893
+ 'platform-core': '^0.27.0', 'game-engine': '^0.23.0', 'stake-kit': '^0.3.0', 'stake-bridge': '^0.3.1',
894
894
  'stake-math-tools': '^0.8.0',
895
895
  };
896
896
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energy8platform/create-slot",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-slot": "dist/cli.js"