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