usesteady 0.1.0-alpha.39 → 0.1.0-alpha.40

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/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.40 - Publish Path Restoration
4
+
5
+ **Released:** April 2026
6
+ **npm tag:** `alpha`
7
+
8
+ This patch restores the normal publish pipeline so releases can run with the
9
+ standard `prepublishOnly` checks enabled.
10
+
11
+ ### What changed
12
+
13
+ - UI admin page loading now uses a runtime-resolved optional module path, which
14
+ preserves local admin behavior when enabled while avoiding hard compile
15
+ failure in clean publish environments where the local-only admin module is
16
+ absent.
17
+
18
+ ### What was not changed
19
+
20
+ - No execution policy or safety gate changes.
21
+ - No deterministic grammar changes.
22
+ - No review/approval/runtime authority changes.
23
+
3
24
  ## 0.1.0-alpha.39 - Prompt Parsing Compatibility
4
25
 
5
26
  **Released:** April 2026
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usesteady",
3
- "version": "0.1.0-alpha.39",
3
+ "version": "0.1.0-alpha.40",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "description": "Trust-first deterministic execution with explain-before-execute and fail-closed ambiguity handling.",