@dreamboard-games/cli 0.1.30-alpha.27 → 0.1.30-alpha.29
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/agent-verifier/agent-workspace-verifier.mjs +3 -3
- package/dist/agent-verifier/{chunk-I3Y6EIBR.mjs → chunk-Z7UBAREF.mjs} +4 -3
- package/dist/agent-verifier/chunk-Z7UBAREF.mjs.map +1 -0
- package/dist/agent-verifier/{materialize-workspace-SNEJBW62.mjs → materialize-workspace-XYYCQQGB.mjs} +2 -2
- package/dist/agent-verifier/{reducer-native-test-harness-VKU6I7QD.mjs → reducer-native-test-harness-BY5SZ7XE.mjs} +6 -1
- package/dist/agent-verifier/reducer-native-test-harness-BY5SZ7XE.mjs.map +1 -0
- package/dist/agent-verifier/{static-scaffold-DX33NEY7.mjs → static-scaffold-M7QPX76Z.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-BOO4OFZR.js → chunk-NFCRMXEV.js} +7 -2
- package/dist/{chunk-BOO4OFZR.js.map → chunk-NFCRMXEV.js.map} +1 -1
- package/dist/{chunk-LEUC3W2L.js → chunk-QIVDPQME.js} +4 -3
- package/dist/{chunk-LEUC3W2L.js.map → chunk-QIVDPQME.js.map} +1 -1
- package/dist/index.js +16 -10
- package/dist/index.js.map +1 -1
- package/dist/internal.js +2 -2
- package/package.json +1 -1
- package/release/authoring-release-set.json +2 -2
- package/dist/agent-verifier/chunk-I3Y6EIBR.mjs.map +0 -1
- package/dist/agent-verifier/reducer-native-test-harness-VKU6I7QD.mjs.map +0 -1
- /package/dist/agent-verifier/{materialize-workspace-SNEJBW62.mjs.map → materialize-workspace-XYYCQQGB.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-DX33NEY7.mjs.map → static-scaffold-M7QPX76Z.mjs.map} +0 -0
|
@@ -19202,7 +19202,7 @@ var AUTHORING_RELEASE_SET = {
|
|
|
19202
19202
|
"packages": {
|
|
19203
19203
|
"cli": {
|
|
19204
19204
|
"name": "@dreamboard-games/cli",
|
|
19205
|
-
"version": "0.1.30-alpha.
|
|
19205
|
+
"version": "0.1.30-alpha.29"
|
|
19206
19206
|
},
|
|
19207
19207
|
"sdk": {
|
|
19208
19208
|
"name": "@dreamboard-games/sdk",
|
|
@@ -19232,7 +19232,7 @@ var AUTHORING_RELEASE_SET = {
|
|
|
19232
19232
|
"portable": true
|
|
19233
19233
|
},
|
|
19234
19234
|
"packageManager": "pnpm@10.4.1",
|
|
19235
|
-
"releaseSetId": "sha256:
|
|
19235
|
+
"releaseSetId": "sha256:6f1c00f620a62b0c5f618c2bb7be7c135c78c5498ca3254398a4617efda9aa3a"
|
|
19236
19236
|
};
|
|
19237
19237
|
|
|
19238
19238
|
// src/templates/testing-types-content.ts
|
|
@@ -19588,6 +19588,7 @@ export default defineScenario({
|
|
|
19588
19588
|
description:
|
|
19589
19589
|
"Sanity check that the scaffolded workspace boots into its initial phase.",
|
|
19590
19590
|
from: "initial-turn",
|
|
19591
|
+
runners: ["reducer", "remote", "browser"],
|
|
19591
19592
|
when: async () => undefined,
|
|
19592
19593
|
then: ({ expect, players, state }) => {
|
|
19593
19594
|
const playerIds = players();
|
|
@@ -20609,4 +20610,4 @@ export {
|
|
|
20609
20610
|
findProjectRoot,
|
|
20610
20611
|
materializeWorkspaceProject
|
|
20611
20612
|
};
|
|
20612
|
-
//# sourceMappingURL=chunk-
|
|
20613
|
+
//# sourceMappingURL=chunk-QIVDPQME.js.map
|