@modern-js/plugin 0.0.0-next-20221103073034 → 0.0.0-next-20221103075631

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 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @modern-js/plugin
2
2
 
3
- ## 0.0.0-next-20221103073034
3
+ ## 0.0.0-next-20221103075631
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - b8bbe036c: feat: change type logic
7
+ - b8bbe036: feat: change type logic
8
8
  feat: 修改类型相关的逻辑
9
9
 
10
10
  ## 1.21.1
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221103073034",
14
+ "version": "0.0.0-next-20221103075631",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -34,9 +34,9 @@
34
34
  "@types/jest": "^27",
35
35
  "@types/node": "^14",
36
36
  "typescript": "^4",
37
- "@scripts/build": "0.0.0-next-20221103073034",
37
+ "@scripts/build": "0.0.0-next-20221103075631",
38
38
  "jest": "^27",
39
- "@scripts/jest-config": "0.0.0-next-20221103073034"
39
+ "@scripts/jest-config": "0.0.0-next-20221103075631"
40
40
  },
41
41
  "sideEffects": false,
42
42
  "publishConfig": {