@energy8platform/create-slot 0.6.0 → 0.6.1
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
|
@@ -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.
|
|
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));
|