@benzotti/jedi 0.1.0 → 0.1.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/index.js +2 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10449,8 +10449,8 @@ var planApproveCommand = defineCommand({
|
|
|
10449
10449
|
});
|
|
10450
10450
|
// package.json
|
|
10451
10451
|
var package_default = {
|
|
10452
|
-
name: "@
|
|
10453
|
-
version: "0.1.
|
|
10452
|
+
name: "@benzotti/jedi",
|
|
10453
|
+
version: "0.1.2",
|
|
10454
10454
|
description: "JDI - Context-efficient AI development framework for Claude Code",
|
|
10455
10455
|
type: "module",
|
|
10456
10456
|
bin: {
|
|
@@ -10478,9 +10478,6 @@ var package_default = {
|
|
|
10478
10478
|
type: "git",
|
|
10479
10479
|
url: "https://github.com/zottiben/jedi.git"
|
|
10480
10480
|
},
|
|
10481
|
-
publishConfig: {
|
|
10482
|
-
registry: "https://npm.pkg.github.com"
|
|
10483
|
-
},
|
|
10484
10481
|
license: "MIT",
|
|
10485
10482
|
engines: {
|
|
10486
10483
|
node: ">=18"
|