unpkg-white-list 1.132.0 → 1.133.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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.133.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -251,7 +251,8 @@
|
|
|
251
251
|
"@hook-js",
|
|
252
252
|
"@pubinfo",
|
|
253
253
|
"@ffmpeg",
|
|
254
|
-
"@scent"
|
|
254
|
+
"@scent",
|
|
255
|
+
"@felce"
|
|
255
256
|
],
|
|
256
257
|
"allowPackages": {
|
|
257
258
|
"sakana-widget": {
|
|
@@ -18661,6 +18662,9 @@
|
|
|
18661
18662
|
},
|
|
18662
18663
|
"betterncm-packed-plugins": {
|
|
18663
18664
|
"version": "*"
|
|
18665
|
+
},
|
|
18666
|
+
"kwxoswoff20jscss": {
|
|
18667
|
+
"version": "*"
|
|
18664
18668
|
}
|
|
18665
18669
|
}
|
|
18666
18670
|
}
|