prjct-cli 0.29.1 → 0.29.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.
- package/dist/bin/prjct.mjs +2 -1
- package/package.json +1 -1
package/dist/bin/prjct.mjs
CHANGED
|
@@ -12508,7 +12508,7 @@ var require_package = __commonJS({
|
|
|
12508
12508
|
"package.json"(exports, module) {
|
|
12509
12509
|
module.exports = {
|
|
12510
12510
|
name: "prjct-cli",
|
|
12511
|
-
version: "0.
|
|
12511
|
+
version: "0.29.2",
|
|
12512
12512
|
description: "Built for Claude - Ship fast, track progress, stay focused. Developer momentum tool for indie hackers.",
|
|
12513
12513
|
main: "core/index.ts",
|
|
12514
12514
|
bin: {
|
|
@@ -12591,6 +12591,7 @@ var require_package = __commonJS({
|
|
|
12591
12591
|
bun: ">=1.0.0"
|
|
12592
12592
|
},
|
|
12593
12593
|
files: [
|
|
12594
|
+
"assets/",
|
|
12594
12595
|
"bin/",
|
|
12595
12596
|
"core/",
|
|
12596
12597
|
"dist/",
|