@modern-js/babel-plugin-module-resolver 2.33.0 → 2.33.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/package.json +3 -3
  2. package/CHANGELOG.md +0 -15
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.33.0",
18
+ "version": "2.33.1",
19
19
  "jsnext:source": "./src/index.js",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -44,8 +44,8 @@
44
44
  "@babel/preset-env": "^7.21.5",
45
45
  "common-tags": "^1.8.2",
46
46
  "jest": "^29.3.1",
47
- "@scripts/jest-config": "2.33.0",
48
- "@scripts/build": "2.33.0"
47
+ "@scripts/build": "2.33.1",
48
+ "@scripts/jest-config": "2.33.1"
49
49
  },
50
50
  "sideEffects": false,
51
51
  "publishConfig": {
package/CHANGELOG.md DELETED
@@ -1,15 +0,0 @@
1
- # @modern-js/babel-plugin-module-resolver
2
-
3
- ## 2.33.0
4
-
5
- ## 2.32.1
6
-
7
- ## 2.32.0
8
-
9
- ### Patch Changes
10
-
11
- - 6076166: fix: packaging errors found by publint
12
-
13
- fix: 修复 publint 检测到的 packaging 问题
14
-
15
- ## 2.31.2