@modern-js/core 2.13.0 → 2.13.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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @modern-js/core
2
2
 
3
+ ## 2.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ab79a7b: fix: use nodeApi instead node-api in @modern-js/core exports
8
+ 修复: 使用 nodeApi 代替 node-api 作为 @modern-js/core 的导出
9
+ - @modern-js/node-bundle-require@2.13.1
10
+ - @modern-js/plugin@2.13.1
11
+ - @modern-js/utils@2.13.1
12
+
3
13
  ## 2.13.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "modern",
11
11
  "modern.js"
12
12
  ],
13
- "version": "2.13.0",
13
+ "version": "2.13.1",
14
14
  "jsnext:source": "./src/index.ts",
15
15
  "types": "./dist/index.d.ts",
16
16
  "main": "./dist/index.js",
@@ -25,9 +25,9 @@
25
25
  "default": "./dist/index.js"
26
26
  },
27
27
  "./node": {
28
- "jsnext:source": "./src/node-api.ts",
29
- "types": "./dist/node-api.d.ts",
30
- "default": "./dist/node-api.js"
28
+ "jsnext:source": "./src/nodeApi.ts",
29
+ "types": "./dist/nodeApi.d.ts",
30
+ "default": "./dist/nodeApi.js"
31
31
  },
32
32
  "./bin": {
33
33
  "jsnext:source": "./src/bin.ts",
@@ -65,9 +65,9 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@modern-js/node-bundle-require": "2.13.0",
69
- "@modern-js/plugin": "2.13.0",
70
- "@modern-js/utils": "2.13.0"
68
+ "@modern-js/node-bundle-require": "2.13.1",
69
+ "@modern-js/plugin": "2.13.1",
70
+ "@modern-js/utils": "2.13.1"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/babel__code-frame": "^7.0.3",
@@ -84,11 +84,11 @@
84
84
  "terser-webpack-plugin": "^5.1.4",
85
85
  "typescript": "^4",
86
86
  "webpack": "^5.76.2",
87
- "@modern-js/builder-shared": "2.13.0",
88
- "@modern-js/babel-preset-app": "2.13.0",
89
- "@modern-js/types": "2.13.0",
90
- "@scripts/jest-config": "2.13.0",
91
- "@scripts/build": "2.13.0"
87
+ "@modern-js/builder-shared": "2.13.1",
88
+ "@modern-js/babel-preset-app": "2.13.1",
89
+ "@modern-js/types": "2.13.1",
90
+ "@scripts/build": "2.13.1",
91
+ "@scripts/jest-config": "2.13.1"
92
92
  },
93
93
  "sideEffects": false,
94
94
  "publishConfig": {