@modern-js/plugin 2.31.2 → 2.32.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 (3) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/LICENSE +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @modern-js/plugin
2
2
 
3
+ ## 2.32.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/utils@2.32.1
8
+
9
+ ## 2.32.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 6076166: fix: packaging errors found by publint
14
+
15
+ fix: 修复 publint 检测到的 packaging 问题
16
+
17
+ - Updated dependencies [e5a3fb4]
18
+ - Updated dependencies [6076166]
19
+ - Updated dependencies [a030aff]
20
+ - Updated dependencies [3c91100]
21
+ - Updated dependencies [5255eba]
22
+ - @modern-js/utils@2.32.0
23
+
3
24
  ## 2.31.2
4
25
 
5
26
  ### 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.2",
18
+ "version": "2.32.1",
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.2"
36
+ "@modern-js/utils": "2.32.1"
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/jest-config": "2.31.1",
44
- "@scripts/build": "2.31.1"
43
+ "@scripts/build": "2.32.1",
44
+ "@scripts/jest-config": "2.32.1"
45
45
  },
46
46
  "sideEffects": false,
47
47
  "publishConfig": {