@potentiajs/core 0.1.0-preview.0 → 0.1.0-preview.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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-preview.1
4
+
5
+ ### Registry hygiene
6
+
7
+ - Tightened the JSR artifact to exclude repo-only files.
8
+ - Preserved public JSR exports for root, file-routing, and forms.
9
+ - Added npm preview dist-tag verification posture.
10
+ - Preserved internal post-publish verification docs as project audit trail.
11
+
3
12
  ## 0.1.0-preview.0
4
13
 
5
14
  Experimental public preview for `@potentiajs/core`.
package/README.md CHANGED
@@ -7,7 +7,7 @@ It is **not production-ready** and has **no stable public API** yet.
7
7
  ## Current status
8
8
 
9
9
  - Package: `@potentiajs/core`
10
- - Version: `0.1.0-preview.0`
10
+ - Version: `0.1.0-preview.1`
11
11
  - Visibility: public preview package candidate
12
12
  - License: MIT
13
13
  - Runtime: Bun
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@potentiajs/core",
3
- "version": "0.1.0-preview.0",
3
+ "version": "0.1.0-preview.1",
4
4
  "private": false,
5
- "description": "Experimental Bun-first JavaScript framework kernel for contract-driven routing, actions, and form metadata.",
5
+ "description": "JavaScript framework kernel for contract-driven routing, actions, and form metadata.",
6
6
  "type": "module",
7
7
  "main": "./src/index.js",
8
8
  "module": "./src/index.js",