@modern-js/plugin 0.0.0-next-1686212713615 → 0.0.0-next-1686215557063

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 +2 -7
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,10 @@
1
1
  # @modern-js/plugin
2
2
 
3
- ## 0.0.0-next-1686212713615
3
+ ## 0.0.0-next-1686215557063
4
4
 
5
5
  ### Patch Changes
6
6
 
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-1686212713615
7
+ - @modern-js/utils@0.0.0-next-1686215557063
13
8
 
14
9
  ## 2.22.1
15
10
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686212713615",
18
+ "version": "0.0.0-next-1686215557063",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -33,21 +33,20 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@swc/helpers": "0.5.1",
36
- "@modern-js/utils": "0.0.0-next-1686212713615"
36
+ "@modern-js/utils": "0.0.0-next-1686215557063"
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-1686212713615",
44
- "@scripts/jest-config": "0.0.0-next-1686212713615"
43
+ "@scripts/build": "0.0.0-next-1686215557063",
44
+ "@scripts/jest-config": "0.0.0-next-1686215557063"
45
45
  },
46
46
  "sideEffects": false,
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org/",
49
- "access": "public",
50
- "provenance": true
49
+ "access": "public"
51
50
  },
52
51
  "scripts": {
53
52
  "new": "modern-lib new",