@punks/cli 2.0.0-beta.1 → 2.0.0-beta.2

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -52435,7 +52435,7 @@ var toolCatalog = [
52435
52435
 
52436
52436
  // package.json
52437
52437
  var name = "@punks/cli";
52438
- var version = "2.0.0-beta.1";
52438
+ var version = "2.0.0-beta.2";
52439
52439
  // src/baseline/bundled.ts
52440
52440
  var bundledBaseline = {
52441
52441
  summary: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/cli",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "Devpunks AI scaffolding CLI",
5
5
  "bin": {
6
6
  "devpunks": "dist/index.js",