scenri 0.7.3 → 0.7.5
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/CHANGELOG.md +15 -0
- package/dist/index.js +1 -1
- package/dist/{launcher-RETYUGSR.js → launcher-DIZ4MQRF.js} +2 -2
- package/dist/serve.js +430 -80
- package/package.json +1 -1
- package/studio-dist/assets/index-Bpw6p5Pj.js +103 -0
- package/studio-dist/assets/{index-B6onUYQF.css → index-C4vkwhbc.css} +1 -1
- package/studio-dist/index.html +2 -2
- package/studio-dist/assets/index-C-khfwCq.js +0 -103
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.5](https://github.com/tonygorb/Scenri/compare/v0.7.4...v0.7.5) (2026-09-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* one shot per card, an honest refine panel, and truthful transport ([91e00c4](https://github.com/tonygorb/Scenri/commit/91e00c40c90f0d9872469908c8a387f08f70ed99))
|
|
9
|
+
|
|
10
|
+
## [0.7.4](https://github.com/tonygorb/Scenri/compare/v0.7.3...v0.7.4) (2026-08-31)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* report why codex failed instead of the banner in front of it ([41b19d9](https://github.com/tonygorb/Scenri/commit/41b19d93a53a759656759b5a5ac4a8093966c117))
|
|
16
|
+
* report why codex failed instead of the banner in front of it ([65518e7](https://github.com/tonygorb/Scenri/commit/65518e765eb1ffff99d35311ebcdc31973c90f93))
|
|
17
|
+
|
|
3
18
|
## [0.7.3](https://github.com/tonygorb/Scenri/compare/v0.7.2...v0.7.3) (2026-08-30)
|
|
4
19
|
|
|
5
20
|
|
package/dist/index.js
CHANGED
|
@@ -80,7 +80,7 @@ try {
|
|
|
80
80
|
await (await import('./serve.js')).serve();
|
|
81
81
|
break;
|
|
82
82
|
}
|
|
83
|
-
const { runLauncher } = await import('./launcher-
|
|
83
|
+
const { runLauncher } = await import('./launcher-DIZ4MQRF.js');
|
|
84
84
|
const { readMeta } = await import('./meta-MPQPBPBK.js');
|
|
85
85
|
const { defaultHome } = await import('./versionsDir-ILQ4CI7B.js');
|
|
86
86
|
const meta = readMeta();
|
|
@@ -61,5 +61,5 @@ async function runLauncher(deps) {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
export { LAUNCHER_PROTOCOL, RESTART_EXIT_CODE, runLauncher };
|
|
64
|
-
//# sourceMappingURL=launcher-
|
|
65
|
-
//# sourceMappingURL=launcher-
|
|
64
|
+
//# sourceMappingURL=launcher-DIZ4MQRF.js.map
|
|
65
|
+
//# sourceMappingURL=launcher-DIZ4MQRF.js.map
|