@codyswann/lisa 1.65.0 → 1.65.1
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/package.json +6 -6
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"scripts": {
|
|
3
3
|
"build": "tsc && bun run build:plugins",
|
|
4
|
+
"postinstall": "bash ./scripts/install-claude-plugins.sh || true; [ -d dist/configs ] || tsc || true",
|
|
4
5
|
"pretest": "[ -d dist/configs ] || bun run build",
|
|
5
6
|
"test": "vitest run",
|
|
6
7
|
"test:unit": "vitest run --exclude='**/integration/**'",
|
|
@@ -27,8 +28,7 @@
|
|
|
27
28
|
"setup:deploy-key": "bash scripts/setup-deploy-key.sh",
|
|
28
29
|
"lisa:update:local": "bash scripts/lisa-update-local.sh",
|
|
29
30
|
"lisa:commit-and-pr:local": "bash scripts/lisa-commit-and-pr-local.sh",
|
|
30
|
-
"prepublishOnly": "$npm_execpath run build"
|
|
31
|
-
"postinstall": "bash ./scripts/install-claude-plugins.sh || true; [ -d dist/configs ] || tsc || true"
|
|
31
|
+
"prepublishOnly": "$npm_execpath run build"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"npm": "please-use-bun",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
],
|
|
61
61
|
"trustedDependencies": [
|
|
62
62
|
"@ast-grep/cli",
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
63
|
+
"@codyswann/lisa",
|
|
64
|
+
"@sentry/cli"
|
|
65
65
|
],
|
|
66
66
|
"resolutions": {
|
|
67
67
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"axios": ">=1.13.5"
|
|
73
73
|
},
|
|
74
74
|
"name": "@codyswann/lisa",
|
|
75
|
-
"version": "1.65.
|
|
75
|
+
"version": "1.65.1",
|
|
76
76
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
77
77
|
"main": "dist/index.js",
|
|
78
78
|
"exports": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"vitest": "^4.1.0"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@codyswann/lisa": "^1.
|
|
180
|
+
"@codyswann/lisa": "^1.65.0"
|
|
181
181
|
},
|
|
182
182
|
"type": "module"
|
|
183
183
|
}
|