@modern-js/plugin 2.31.1 → 2.32.0

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 (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/LICENSE +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/plugin
2
2
 
3
+ ## 2.32.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6076166: fix: packaging errors found by publint
8
+
9
+ fix: 修复 publint 检测到的 packaging 问题
10
+
11
+ - Updated dependencies [e5a3fb4]
12
+ - Updated dependencies [6076166]
13
+ - Updated dependencies [a030aff]
14
+ - Updated dependencies [3c91100]
15
+ - Updated dependencies [5255eba]
16
+ - @modern-js/utils@2.32.0
17
+
18
+ ## 2.31.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [15d30abdc66]
23
+ - @modern-js/utils@2.31.2
24
+
3
25
  ## 2.31.1
4
26
 
5
27
  ### Patch Changes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Modern.js
3
+ Copyright (c) 2021-present Modern.js
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -15,33 +15,33 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.31.1",
18
+ "version": "2.32.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
22
22
  "module": "./dist/esm/index.js",
23
23
  "exports": {
24
24
  ".": {
25
+ "types": "./dist/types/index.d.ts",
25
26
  "node": {
26
27
  "jsnext:source": "./src/index.ts",
27
28
  "import": "./dist/esm-node/index.js",
28
29
  "require": "./dist/cjs/index.js"
29
30
  },
30
- "types": "./dist/types/index.d.ts",
31
31
  "default": "./dist/esm/index.js"
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
35
  "@swc/helpers": "0.5.1",
36
- "@modern-js/utils": "2.31.1"
36
+ "@modern-js/utils": "2.32.0"
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": "2.31.1",
44
- "@scripts/jest-config": "2.31.1"
43
+ "@scripts/jest-config": "2.32.0",
44
+ "@scripts/build": "2.32.0"
45
45
  },
46
46
  "sideEffects": false,
47
47
  "publishConfig": {