@modern-js/plugin 0.0.0-next-1686195892410 → 0.0.0-next-1686210515111
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 +7 -2
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
# @modern-js/plugin
|
2
2
|
|
3
|
-
## 0.0.0-next-
|
3
|
+
## 0.0.0-next-1686210515111
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
-
|
7
|
+
- 1da359d893: chore: publishConfig add provenance config
|
8
|
+
|
9
|
+
chore: publishConfig 增加 provenance 配置
|
10
|
+
|
11
|
+
- Updated dependencies [1da359d893]
|
12
|
+
- @modern-js/utils@0.0.0-next-1686210515111
|
8
13
|
|
9
14
|
## 2.22.1
|
10
15
|
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "0.0.0-next-
|
18
|
+
"version": "0.0.0-next-1686210515111",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -33,20 +33,21 @@
|
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@swc/helpers": "0.5.1",
|
36
|
-
"@modern-js/utils": "0.0.0-next-
|
36
|
+
"@modern-js/utils": "0.0.0-next-1686210515111"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@types/jest": "^29",
|
40
40
|
"@types/node": "^14",
|
41
41
|
"typescript": "^5",
|
42
42
|
"jest": "^29",
|
43
|
-
"@scripts/build": "0.0.0-next-
|
44
|
-
"@scripts/jest-config": "0.0.0-next-
|
43
|
+
"@scripts/build": "0.0.0-next-1686210515111",
|
44
|
+
"@scripts/jest-config": "0.0.0-next-1686210515111"
|
45
45
|
},
|
46
46
|
"sideEffects": false,
|
47
47
|
"publishConfig": {
|
48
48
|
"registry": "https://registry.npmjs.org/",
|
49
|
-
"access": "public"
|
49
|
+
"access": "public",
|
50
|
+
"provenance": true
|
50
51
|
},
|
51
52
|
"scripts": {
|
52
53
|
"new": "modern-lib new",
|