@energy8platform/create-slot 0.7.6 → 0.7.7
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 +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1192,7 +1192,7 @@ async function generate(a, targetDir, versions) {
|
|
|
1192
1192
|
// published @energy8platform/* versions (a create-slot test asserts these match the workspace).
|
|
1193
1193
|
const PUBLISHED = {
|
|
1194
1194
|
'platform-core': '^0.33.0',
|
|
1195
|
-
'game-engine': '^0.43.
|
|
1195
|
+
'game-engine': '^0.43.2',
|
|
1196
1196
|
'stake-kit': '^0.6.4',
|
|
1197
1197
|
'stake-bridge': '^0.6.5',
|
|
1198
1198
|
'stake-math-tools': '^0.10.0',
|