@codyswann/lisa 1.56.3 → 1.56.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.
@@ -129,7 +129,7 @@ jobs:
129
129
  uses: CodySwannGT/lisa/.github/workflows/quality.yml@main
130
130
  with:
131
131
  node_version: '22.21.1'
132
- package_manager: 'bun'
132
+ package_manager: 'npm'
133
133
  secrets:
134
134
  SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
135
135
  SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
54
54
  generate_sbom: true
55
55
  override_blackout: true
56
56
  node_version: '22.21.1'
57
- package_manager: 'bun'
57
+ package_manager: 'npm'
58
58
  secrets:
59
59
  DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
60
60
  RELEASE_SIGNING_KEY: ${{ secrets.RELEASE_SIGNING_KEY }}
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "axios": ">=1.13.5"
73
73
  },
74
74
  "name": "@codyswann/lisa",
75
- "version": "1.56.3",
75
+ "version": "1.56.4",
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": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "Ruby on Rails-specific skills, rules, and conventions",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "1.56.3",
3
+ "version": "1.56.4",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"