unpkg-white-list 1.100.0 → 1.101.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 +10 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.101.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -231,7 +231,9 @@
|
|
|
231
231
|
"@microfe.top",
|
|
232
232
|
"@gitlab",
|
|
233
233
|
"@minecraft",
|
|
234
|
-
"@tyllllll"
|
|
234
|
+
"@tyllllll",
|
|
235
|
+
"@imgly",
|
|
236
|
+
"@yuntijs"
|
|
235
237
|
],
|
|
236
238
|
"allowPackages": {
|
|
237
239
|
"oml2d-models": {
|
|
@@ -18413,6 +18415,12 @@
|
|
|
18413
18415
|
},
|
|
18414
18416
|
"vue-record-audio": {
|
|
18415
18417
|
"version": "*"
|
|
18418
|
+
},
|
|
18419
|
+
"suimi-fonts": {
|
|
18420
|
+
"version": "*"
|
|
18421
|
+
},
|
|
18422
|
+
"ufo": {
|
|
18423
|
+
"version": "*"
|
|
18416
18424
|
}
|
|
18417
18425
|
}
|
|
18418
18426
|
}
|