@modern-js/plugin 0.0.0-next-1681359879238 → 0.0.0-next-1681369804661

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 +4 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @modern-js/plugin
2
2
 
3
- ## 0.0.0-next-1681359879238
3
+ ## 0.0.0-next-1681369804661
4
+
5
+ ## 2.13.0
4
6
 
5
7
  ### Patch Changes
6
8
 
7
- - 78431f4f8f: perf(plugin): reduce bundle size
9
+ - 78431f4: perf(plugin): reduce bundle size
8
10
 
9
11
  perf(plugin): 优化包体积
10
12
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-1681359879238",
14
+ "version": "0.0.0-next-1681369804661",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/cjs/index.js",
@@ -35,8 +35,8 @@
35
35
  "@types/node": "^14",
36
36
  "typescript": "^4",
37
37
  "jest": "^29",
38
- "@scripts/build": "0.0.0-next-1681359879238",
39
- "@scripts/jest-config": "0.0.0-next-1681359879238"
38
+ "@scripts/build": "0.0.0-next-1681369804661",
39
+ "@scripts/jest-config": "0.0.0-next-1681369804661"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "publishConfig": {