@utoo/pack 0.0.1-alpha.21 → 0.0.1-alpha.23
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/config_schema.json +2 -2
- package/package.json +8 -8
package/config_schema.json
CHANGED
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"description": "Resolve configuration",
|
|
667
667
|
"type": "object",
|
|
668
668
|
"properties": {
|
|
669
|
-
"
|
|
669
|
+
"alias": {
|
|
670
670
|
"description": "Resolve alias mapping",
|
|
671
671
|
"type": [
|
|
672
672
|
"object",
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
],
|
|
675
675
|
"additionalProperties": true
|
|
676
676
|
},
|
|
677
|
-
"
|
|
677
|
+
"extensions": {
|
|
678
678
|
"description": "Resolve extensions",
|
|
679
679
|
"type": [
|
|
680
680
|
"array",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utoo/pack",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.23",
|
|
4
4
|
"main": "cjs/index.js",
|
|
5
5
|
"module": "esm/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
},
|
|
83
83
|
"repository": "git@github.com:umijs/mako.git",
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"@utoo/pack-darwin-arm64": "0.0.1-alpha.
|
|
86
|
-
"@utoo/pack-darwin-x64": "0.0.1-alpha.
|
|
87
|
-
"@utoo/pack-linux-arm64-gnu": "0.0.1-alpha.
|
|
88
|
-
"@utoo/pack-linux-arm64-musl": "0.0.1-alpha.
|
|
89
|
-
"@utoo/pack-linux-x64-gnu": "0.0.1-alpha.
|
|
90
|
-
"@utoo/pack-linux-x64-musl": "0.0.1-alpha.
|
|
91
|
-
"@utoo/pack-win32-x64-msvc": "0.0.1-alpha.
|
|
85
|
+
"@utoo/pack-darwin-arm64": "0.0.1-alpha.23",
|
|
86
|
+
"@utoo/pack-darwin-x64": "0.0.1-alpha.23",
|
|
87
|
+
"@utoo/pack-linux-arm64-gnu": "0.0.1-alpha.23",
|
|
88
|
+
"@utoo/pack-linux-arm64-musl": "0.0.1-alpha.23",
|
|
89
|
+
"@utoo/pack-linux-x64-gnu": "0.0.1-alpha.23",
|
|
90
|
+
"@utoo/pack-linux-x64-musl": "0.0.1-alpha.23",
|
|
91
|
+
"@utoo/pack-win32-x64-msvc": "0.0.1-alpha.23"
|
|
92
92
|
}
|
|
93
93
|
}
|