@codyswann/lisa 1.12.3 → 1.12.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.
|
@@ -19,10 +19,7 @@
|
|
|
19
19
|
"fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
|
|
20
20
|
"deploy:dev": "sls deploy --stage dev",
|
|
21
21
|
"deploy:staging": "sls deploy --stage staging",
|
|
22
|
-
"deploy:production": "sls deploy --stage production"
|
|
23
|
-
"migration:generate": "typeorm-ts-node-commonjs migration:generate -d typeorm.config.ts src/database/migrations/$npm_config_name",
|
|
24
|
-
"migration:run": "typeorm-ts-node-commonjs migration:run -d typeorm.config.ts",
|
|
25
|
-
"migration:revert": "typeorm-ts-node-commonjs migration:revert -d typeorm.config.ts"
|
|
22
|
+
"deploy:production": "sls deploy --stage production"
|
|
26
23
|
},
|
|
27
24
|
"dependencies": {
|
|
28
25
|
"@apollo/server": "^5.2.0",
|
package/package.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"resolutions": {},
|
|
87
87
|
"name": "@codyswann/lisa",
|
|
88
|
-
"version": "1.12.
|
|
88
|
+
"version": "1.12.4",
|
|
89
89
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
90
90
|
"main": "dist/index.js",
|
|
91
91
|
"bin": {
|