unpkg-white-list 1.48.0 → 1.49.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.49.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -209,7 +209,8 @@
|
|
|
209
209
|
"@ironkinoko",
|
|
210
210
|
"@ikrong",
|
|
211
211
|
"@eslibs",
|
|
212
|
-
"@itchenliang"
|
|
212
|
+
"@itchenliang",
|
|
213
|
+
"@i18n.site"
|
|
213
214
|
],
|
|
214
215
|
"allowPackages": {
|
|
215
216
|
"@itchenliang/picture-rollup-local-plugin": {
|
|
@@ -9329,6 +9330,9 @@
|
|
|
9329
9330
|
"math-interval-parser": {
|
|
9330
9331
|
"version": "*"
|
|
9331
9332
|
},
|
|
9333
|
+
"mathjax": {
|
|
9334
|
+
"version": "*"
|
|
9335
|
+
},
|
|
9332
9336
|
"mathjax-node": {
|
|
9333
9337
|
"version": "*"
|
|
9334
9338
|
},
|
|
@@ -17893,6 +17897,12 @@
|
|
|
17893
17897
|
},
|
|
17894
17898
|
"9fit": {
|
|
17895
17899
|
"version": "*"
|
|
17900
|
+
},
|
|
17901
|
+
"18s": {
|
|
17902
|
+
"version": "*"
|
|
17903
|
+
},
|
|
17904
|
+
"i18n.site": {
|
|
17905
|
+
"version": "*"
|
|
17896
17906
|
}
|
|
17897
17907
|
}
|
|
17898
17908
|
}
|