unpkg-white-list 1.5.0 → 1.7.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/README.md +3 -3
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
|
|
43
43
|
## 贡献者
|
|
44
44
|
|
|
45
|
-
|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|
|
|
46
|
-
| :---: |
|
|
45
|
+
|[<img src="https://avatars.githubusercontent.com/u/32174276?v=4" width="100px;"/><br/><sub><b>semantic-release-bot</b></sub>](https://github.com/semantic-release-bot)<br/>|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/50269993?v=4" width="100px;"/><br/><sub><b>jiakun-zhao</b></sub>](https://github.com/jiakun-zhao)<br/>|[<img src="https://avatars.githubusercontent.com/u/26962197?v=4" width="100px;"/><br/><sub><b>chilingling</b></sub>](https://github.com/chilingling)<br/>|[<img src="https://avatars.githubusercontent.com/u/55302758?v=4" width="100px;"/><br/><sub><b>122cygf</b></sub>](https://github.com/122cygf)<br/>|
|
|
46
|
+
| :---: | :---: | :---: | :---: | :---: |
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
[git-contributor 说明](https://github.com/xudafeng/git-contributor),自动生成时间:`
|
|
49
|
+
[git-contributor 说明](https://github.com/xudafeng/git-contributor),自动生成时间:`Sun May 19 2024 00:36:24 GMT+0800`。
|
|
50
50
|
|
|
51
51
|
<!-- GITCONTRIBUTOR_END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -3063,6 +3063,9 @@
|
|
|
3063
3063
|
"cli-ux": {
|
|
3064
3064
|
"version": "*"
|
|
3065
3065
|
},
|
|
3066
|
+
"clientworker": {
|
|
3067
|
+
"version": "*"
|
|
3068
|
+
},
|
|
3066
3069
|
"clipboard": {
|
|
3067
3070
|
"version": "*"
|
|
3068
3071
|
},
|
|
@@ -16200,6 +16203,9 @@
|
|
|
16200
16203
|
"unzipper": {
|
|
16201
16204
|
"version": "*"
|
|
16202
16205
|
},
|
|
16206
|
+
"unpkg-white-list": {
|
|
16207
|
+
"version": "*"
|
|
16208
|
+
},
|
|
16203
16209
|
"update": {
|
|
16204
16210
|
"version": "*"
|
|
16205
16211
|
},
|