prjct-cli 0.45.3 → 0.45.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/CHANGELOG.md +7 -0
- package/dist/bin/prjct.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/bin/prjct.mjs
CHANGED
|
@@ -23330,7 +23330,7 @@ var require_package = __commonJS({
|
|
|
23330
23330
|
"package.json"(exports, module) {
|
|
23331
23331
|
module.exports = {
|
|
23332
23332
|
name: "prjct-cli",
|
|
23333
|
-
version: "0.45.
|
|
23333
|
+
version: "0.45.4",
|
|
23334
23334
|
description: "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
|
|
23335
23335
|
main: "core/index.ts",
|
|
23336
23336
|
bin: {
|