@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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.2";
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/vnd.npm.install-v1+json"
46805
+ accept: "application/json"
46806
46806
  },
46807
46807
  signal: controller.signal
46808
46808
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Devpunks AI scaffolding CLI",
5
5
  "type": "module",
6
6
  "bin": {