unpkg-white-list 1.206.0 → 1.207.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 +9 -0
- package/package.json +25 -3
package/README.md
CHANGED
|
@@ -142,6 +142,15 @@ _你将会看到 package.json 文件中的 `allowLargeScopes` 字段被更新,
|
|
|
142
142
|
|
|
143
143
|
修改完成后提交一个 `Pull Request` 合并到 master 分支,等待 Review,合并后会自动发布,预计最长 5 分钟后会全网生效。
|
|
144
144
|
|
|
145
|
+
## for admins
|
|
146
|
+
|
|
147
|
+
block sync packages and scopes:
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
npm run add -- --block-sync-pkg=colors
|
|
151
|
+
npm run add -- --block-sync-scope=@sdjkals
|
|
152
|
+
```
|
|
153
|
+
|
|
145
154
|
## License
|
|
146
155
|
|
|
147
156
|
[MIT](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unpkg-white-list",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.207.0",
|
|
4
4
|
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [],
|
|
@@ -122,7 +122,6 @@
|
|
|
122
122
|
"@ionic",
|
|
123
123
|
"@ironkinoko",
|
|
124
124
|
"@itchenliang",
|
|
125
|
-
"@iyawoqu",
|
|
126
125
|
"@jiakun-zhao",
|
|
127
126
|
"@js-preview",
|
|
128
127
|
"@jscpd",
|
|
@@ -18949,5 +18948,28 @@
|
|
|
18949
18948
|
"ant-design-vue": {
|
|
18950
18949
|
"version": "*"
|
|
18951
18950
|
}
|
|
18952
|
-
}
|
|
18951
|
+
},
|
|
18952
|
+
"blockSyncScopes": [
|
|
18953
|
+
"@sadasdsdw2",
|
|
18954
|
+
"@sdjkals"
|
|
18955
|
+
],
|
|
18956
|
+
"blockSyncPackages": [
|
|
18957
|
+
"@npm-torg/public-scoped-free-org-test-package-2",
|
|
18958
|
+
"asciimo",
|
|
18959
|
+
"big",
|
|
18960
|
+
"colors",
|
|
18961
|
+
"hook.io",
|
|
18962
|
+
"mschema",
|
|
18963
|
+
"mschema-rpc",
|
|
18964
|
+
"nexpect",
|
|
18965
|
+
"node-ipc",
|
|
18966
|
+
"pdf",
|
|
18967
|
+
"public-unscoped-test-package",
|
|
18968
|
+
"resource",
|
|
18969
|
+
"resource-http",
|
|
18970
|
+
"resource-mesh",
|
|
18971
|
+
"resources",
|
|
18972
|
+
"say",
|
|
18973
|
+
"view"
|
|
18974
|
+
]
|
|
18953
18975
|
}
|