@modern-js/bff-runtime 2.22.1 → 2.23.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js/bff-runtime
2
2
 
3
+ ## 2.23.1
4
+
5
+ ## 2.23.0
6
+
7
+ ### Patch Changes
8
+
9
+ - 7e6fb5f: chore: publishConfig add provenance config
10
+
11
+ chore: publishConfig 增加 provenance 配置
12
+
3
13
  ## 2.22.1
4
14
 
5
15
  ## 2.22.0
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.22.1",
18
+ "version": "2.23.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -42,12 +42,13 @@
42
42
  "jest": "^29",
43
43
  "ts-jest": "^29.1.0",
44
44
  "typescript": "^5",
45
- "@scripts/build": "2.22.1",
46
- "@scripts/jest-config": "2.22.1"
45
+ "@scripts/build": "2.23.1",
46
+ "@scripts/jest-config": "2.23.1"
47
47
  },
48
48
  "publishConfig": {
49
49
  "registry": "https://registry.npmjs.org/",
50
- "access": "public"
50
+ "access": "public",
51
+ "provenance": true
51
52
  },
52
53
  "scripts": {
53
54
  "new": "modern-lib new",