@codyswann/lisa 1.78.4 → 1.78.6
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/nestjs/create-only/.github/workflows/deploy.yml +4 -0
- package/package.json +1 -1
- 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
|
@@ -219,6 +219,10 @@ jobs:
|
|
|
219
219
|
role-to-assume: arn:aws:iam::${{ secrets[env.AWS_ACCOUNT_ID_NAME] }}:role/DeployServiceRole
|
|
220
220
|
role-session-name: fedeploysession
|
|
221
221
|
aws-region: us-east-1
|
|
222
|
+
- name: Setup Bun
|
|
223
|
+
uses: oven-sh/setup-bun@v2
|
|
224
|
+
with:
|
|
225
|
+
bun-version: '1.3.8'
|
|
222
226
|
- name: Install dependencies
|
|
223
227
|
run: bun install
|
|
224
228
|
- name: serverless deploy
|
package/package.json
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"lodash": ">=4.18.1"
|
|
77
77
|
},
|
|
78
78
|
"name": "@codyswann/lisa",
|
|
79
|
-
"version": "1.78.
|
|
79
|
+
"version": "1.78.6",
|
|
80
80
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
81
81
|
"main": "dist/index.js",
|
|
82
82
|
"exports": {
|