@a9s/cli 1.0.6 → 1.0.7
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/src/index.js +1 -0
- package/package.json +2 -2
package/dist/src/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a9s/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "k9s-style TUI navigator for AWS services",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"localstack:setup": "pnpm localstack:up && sleep 3 && pnpm localstack:seed",
|
|
36
36
|
"dev:local": "AWS_ENDPOINT_URL=http://localhost:4566 AWS_REGION=us-east-1 AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test tsx --watch src/index.tsx",
|
|
37
37
|
"dev": "tsx --watch src/index.tsx",
|
|
38
|
-
"build": "tsc",
|
|
38
|
+
"build": "tsc && node scripts/add-shebang.js",
|
|
39
39
|
"lint": "oxlint",
|
|
40
40
|
"format": "oxfmt --write",
|
|
41
41
|
"test": "vitest run",
|