@adukiorg/anza 0.2.4 → 0.2.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 CHANGED
@@ -17,6 +17,15 @@ Versioning follows [Semantic Versioning](https://semver.org/).
17
17
 
18
18
  ---
19
19
 
20
+ ## [0.2.5] — 2026-06-09
21
+
22
+ ### Fixed
23
+
24
+ - Add `./package.json` export to `@adukiorg/anza` so `npm create` resolver works
25
+ - Fix `@adukiorg/create-anza` fallback resolution for local development
26
+
27
+ ---
28
+
20
29
  ## [0.2.4] — 2026-06-09
21
30
 
22
31
  ### Added
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adukiorg/anza",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Anza web platform library — reactive state, networking, offline, animations, custom elements. Zero build step. Pure browser ESM.",
5
5
  "author": "fescii",
6
6
  "license": "MIT",
@@ -99,7 +99,8 @@
99
99
  },
100
100
  "./bin/create": {
101
101
  "default": "./bin/create/index.js"
102
- }
102
+ },
103
+ "./package.json": "./package.json"
103
104
  },
104
105
  "scripts": {
105
106
  "test": "npx @web/test-runner",