@yaonyan/jsr2npm 0.1.10 → 0.1.11

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/bin/jsr2npm.cjs CHANGED
@@ -299,7 +299,8 @@ function applyOverrides(pkg, overrides) {
299
299
  "license",
300
300
  "author",
301
301
  "repository",
302
- "homepage"
302
+ "homepage",
303
+ "publishConfig"
303
304
  ];
304
305
  for (const field of fields) {
305
306
  const value = overrides[field];
package/bin/jsr2npm.mjs CHANGED
@@ -279,7 +279,8 @@ function applyOverrides(pkg, overrides) {
279
279
  "license",
280
280
  "author",
281
281
  "repository",
282
- "homepage"
282
+ "homepage",
283
+ "publishConfig"
283
284
  ];
284
285
  for (const field of fields) {
285
286
  const value = overrides[field];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaonyan/jsr2npm",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "homepage": "https://jsr.io/@yao/jsr2npm",
5
5
  "dependencies": {
6
6
  "dax-sh": "^0.43.2",