@zhin.js/schema 1.0.1 → 1.0.3

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 +12 -0
  2. package/package.json +10 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @zhin.js/schema
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f9faa1d: fix: test release
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - d16a69c: fix: test trust publish
14
+
3
15
  ## 1.0.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/schema",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Zhin Schema 配置验证系统",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -15,6 +15,15 @@
15
15
  "typescript": "^5.3.0",
16
16
  "@types/node": "^24.3.0"
17
17
  },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/zhinjs/zhin.git",
21
+ "directory": "basic/schema"
22
+ },
23
+ "publishConfig": {
24
+ "access": "public",
25
+ "registry": "https://registry.npmjs.org"
26
+ },
18
27
  "scripts": {
19
28
  "build": "tsc",
20
29
  "clean": "rm -rf lib"