@modern-js/plugin 0.0.0-next-1686120584093 → 0.0.0-next-1686150530663

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 +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @modern-js/plugin
2
2
 
3
- ## 0.0.0-next-1686120584093
3
+ ## 0.0.0-next-1686150530663
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [e2848a2eed]
8
- - Updated dependencies [d4045ed642]
9
- - @modern-js/utils@0.0.0-next-1686120584093
7
+ - Updated dependencies [e2848a2ee]
8
+ - Updated dependencies [d4045ed64]
9
+ - @modern-js/utils@0.0.0-next-1686150530663
10
10
 
11
11
  ## 2.22.0
12
12
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686120584093",
18
+ "version": "0.0.0-next-1686150530663",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -33,15 +33,15 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@swc/helpers": "0.5.1",
36
- "@modern-js/utils": "0.0.0-next-1686120584093"
36
+ "@modern-js/utils": "0.0.0-next-1686150530663"
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": "0.0.0-next-1686120584093",
44
- "@scripts/jest-config": "0.0.0-next-1686120584093"
43
+ "@scripts/build": "0.0.0-next-1686150530663",
44
+ "@scripts/jest-config": "0.0.0-next-1686150530663"
45
45
  },
46
46
  "sideEffects": false,
47
47
  "publishConfig": {