@modern-js/builder 0.0.0-next-1e7c2c5a6 → 0.0.0-next-0bf5ec13d2
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.
- package/CHANGELOG.md +6 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @modern-js/builder
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-0bf5ec13d2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- bd369a89a4: fix(builder): failed to set CDN URL via html.tags
|
|
8
8
|
|
|
9
9
|
fix(builder): 修复 html.tags 无法设置 CDN URL 的问题
|
|
10
10
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
- Updated dependencies [
|
|
13
|
-
- @modern-js/builder-shared@0.0.0-next-
|
|
14
|
-
- @modern-js/utils@0.0.0-next-
|
|
11
|
+
- Updated dependencies [bd369a89a4]
|
|
12
|
+
- Updated dependencies [2c1151271d]
|
|
13
|
+
- @modern-js/builder-shared@0.0.0-next-0bf5ec13d2
|
|
14
|
+
- @modern-js/utils@0.0.0-next-0bf5ec13d2
|
|
15
15
|
|
|
16
16
|
## 2.7.0
|
|
17
17
|
|
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-
|
|
17
|
+
"version": "0.0.0-next-0bf5ec13d2",
|
|
18
18
|
"jsnext:source": "./src/index.ts",
|
|
19
19
|
"types": "./dist/index.d.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@
|
|
30
|
-
"@modern-js/
|
|
31
|
-
"@
|
|
29
|
+
"@modern-js/builder-shared": "0.0.0-next-0bf5ec13d2",
|
|
30
|
+
"@modern-js/utils": "0.0.0-next-0bf5ec13d2",
|
|
31
|
+
"@svgr/webpack": "6.5.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "7.18.0",
|
|
35
|
+
"@scripts/vitest-config": "0.0.0-next-0bf5ec13d2",
|
|
35
36
|
"@types/babel__core": "^7.1.19",
|
|
36
37
|
"@types/babel__preset-env": "^7.9.2",
|
|
37
38
|
"@types/node": "^14",
|
|
38
|
-
"typescript": "^4"
|
|
39
|
-
"@scripts/vitest-config": "0.0.0-next-1e7c2c5a6"
|
|
39
|
+
"typescript": "^4"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"registry": "https://registry.npmjs.org/",
|