@punks/cli 1.0.3 → 1.0.4
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42285,7 +42285,7 @@ var toolCatalog = [
|
|
|
42285
42285
|
|
|
42286
42286
|
// src/version.ts
|
|
42287
42287
|
var cliPackageName = "@punks/cli";
|
|
42288
|
-
var cliVersion = "1.0.
|
|
42288
|
+
var cliVersion = "1.0.4";
|
|
42289
42289
|
|
|
42290
42290
|
// src/baseline/bundled.ts
|
|
42291
42291
|
var bundledBaseline = {
|
|
@@ -46802,7 +46802,7 @@ var readTaggedVersion = async ({
|
|
|
46802
46802
|
try {
|
|
46803
46803
|
const response = await fetch(`https://registry.npmjs.org/${encodeURIComponent(packageName)}/${encodeURIComponent(tag4)}`, {
|
|
46804
46804
|
headers: {
|
|
46805
|
-
accept: "application/
|
|
46805
|
+
accept: "application/json"
|
|
46806
46806
|
},
|
|
46807
46807
|
signal: controller.signal
|
|
46808
46808
|
});
|