unpkg-white-list 1.37.0 → 1.39.0
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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -200,7 +200,9 @@
|
|
|
200
200
|
"@fesjs",
|
|
201
201
|
"@douyinfe",
|
|
202
202
|
"@qse",
|
|
203
|
-
"@ironkinoko"
|
|
203
|
+
"@ironkinoko",
|
|
204
|
+
"@ikrong",
|
|
205
|
+
"@eslibs"
|
|
204
206
|
],
|
|
205
207
|
"allowPackages": {
|
|
206
208
|
"alist-web": {
|
|
@@ -17744,6 +17746,9 @@
|
|
|
17744
17746
|
"luckyphoenix": {
|
|
17745
17747
|
"version": "*"
|
|
17746
17748
|
},
|
|
17749
|
+
"vue-demi": {
|
|
17750
|
+
"version": "*"
|
|
17751
|
+
},
|
|
17747
17752
|
"runcss": {
|
|
17748
17753
|
"version": "*"
|
|
17749
17754
|
}
|