@modern-js/builder 0.0.0-next-1678932055726 → 0.0.0-next-1678938221663

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 +3 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/builder
2
2
 
3
- ## 0.0.0-next-1678932055726
3
+ ## 0.0.0-next-1678938221663
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,9 +12,8 @@
12
12
 
13
13
  fix: 修复 windows 中 asset url 使用错误的路径分隔符
14
14
 
15
- - Updated dependencies [fca9731f69]
16
- - @modern-js/utils@0.0.0-next-1678932055726
17
- - @modern-js/builder-shared@0.0.0-next-1678932055726
15
+ - @modern-js/builder-shared@0.0.0-next-1678938221663
16
+ - @modern-js/utils@0.0.0-next-1678938221663
18
17
 
19
18
  ## 2.8.0
20
19
 
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "engines": {
15
15
  "node": ">=14.0.0"
16
16
  },
17
- "version": "0.0.0-next-1678932055726",
17
+ "version": "0.0.0-next-1678938221663",
18
18
  "jsnext:source": "./src/index.ts",
19
19
  "types": "./dist/index.d.ts",
20
20
  "main": "./dist/index.js",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@svgr/webpack": "6.5.1",
30
- "@modern-js/builder-shared": "0.0.0-next-1678932055726",
31
- "@modern-js/utils": "0.0.0-next-1678932055726"
30
+ "@modern-js/builder-shared": "0.0.0-next-1678938221663",
31
+ "@modern-js/utils": "0.0.0-next-1678938221663"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/core": "7.18.0",
@@ -36,7 +36,7 @@
36
36
  "@types/babel__preset-env": "^7.9.2",
37
37
  "@types/node": "^14",
38
38
  "typescript": "^4",
39
- "@scripts/vitest-config": "0.0.0-next-1678932055726"
39
+ "@scripts/vitest-config": "0.0.0-next-1678938221663"
40
40
  },
41
41
  "publishConfig": {
42
42
  "registry": "https://registry.npmjs.org/",