Skip to content

Commit dd4a4fd

Browse files
committed
Revert "Update package.json to use kiro-cli instead of kiro"
This reverts commit c814865.
1 parent c814865 commit dd4a4fd

File tree

16 files changed

+158
-158
lines changed

16 files changed

+158
-158
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli",
2+
"name": "@kiro/cli",
33
"private": true,
44
"author": "Amazon Web Services",
55
"repository": "https://github.com/aws/amazon-q-developer-cli",

packages/api-bindings-wrappers/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/api-bindings-wrappers",
2+
"name": "@kiro/api-bindings-wrappers",
33
"version": "0.2.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
@@ -23,14 +23,14 @@
2323
"clean": "rm -rf dist"
2424
},
2525
"dependencies": {
26-
"@kiro-cli/api-bindings": "workspace:~",
26+
"@kiro/api-bindings": "workspace:~",
2727
"loglevel": "^1.9.2"
2828
},
2929
"devDependencies": {
30-
"@kiro-cli/eslint-config": "workspace:^",
31-
"@kiro-cli/tsconfig": "workspace:^",
32-
"@kiro-cli/types": "workspace:^",
33-
"@kiro-cli/shared": "workspace:^",
30+
"@kiro/eslint-config": "workspace:^",
31+
"@kiro/tsconfig": "workspace:^",
32+
"@kiro/types": "workspace:^",
33+
"@kiro/shared": "workspace:^",
3434
"@withfig/autocomplete-types": "^1.31.0",
3535
"eslint": "^9.18.0",
3636
"prettier": "^3.4.2",

packages/api-bindings/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/api-bindings",
2+
"name": "@kiro/api-bindings",
33
"version": "0.2.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
@@ -22,12 +22,12 @@
2222
"generate-requests": "tsx codegen/generate-requests.ts && prettier -w src/requests.ts"
2323
},
2424
"dependencies": {
25-
"@kiro-cli/proto": "workspace:^",
25+
"@kiro/proto": "workspace:^",
2626
"@bufbuild/protobuf": "2.4.0"
2727
},
2828
"devDependencies": {
29-
"@kiro-cli/eslint-config": "workspace:^",
30-
"@kiro-cli/tsconfig": "workspace:^",
29+
"@kiro/eslint-config": "workspace:^",
30+
"@kiro/tsconfig": "workspace:^",
3131
"@tsconfig/recommended": "^1.0.8",
3232
"@types/node": "^22.15.20",
3333
"@typescript/analyze-trace": "^0.10.1",

packages/autocomplete-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/autocomplete-app",
2+
"name": "@kiro/autocomplete-app",
33
"private": true,
44
"version": "1.0.0",
55
"repository": "https://github.com/aws/amazon-q-developer-cli",
@@ -21,11 +21,11 @@
2121
"Safari >= 11"
2222
],
2323
"dependencies": {
24-
"@kiro-cli/api-bindings-wrappers": "workspace:^",
25-
"@kiro-cli/api-bindings": "workspace:~",
26-
"@kiro-cli/autocomplete-parser": "workspace:^",
27-
"@kiro-cli/proto": "workspace:^",
28-
"@kiro-cli/shell-parser": "workspace:^",
24+
"@kiro/api-bindings-wrappers": "workspace:^",
25+
"@kiro/api-bindings": "workspace:~",
26+
"@kiro/autocomplete-parser": "workspace:^",
27+
"@kiro/proto": "workspace:^",
28+
"@kiro/shell-parser": "workspace:^",
2929
"@bufbuild/protobuf": "2.4.0",
3030
"@fig/autocomplete-helpers": "^2.0.0",
3131
"@fig/autocomplete-shared": "^1.1.2",
@@ -41,10 +41,10 @@
4141
"zustand": "^4.5.6"
4242
},
4343
"devDependencies": {
44-
"@kiro-cli/eslint-config": "workspace:^",
45-
"@kiro-cli/types": "workspace:^",
46-
"@kiro-cli/fuzzysort": "workspace:^",
47-
"@kiro-cli/shared": "workspace:^",
44+
"@kiro/eslint-config": "workspace:^",
45+
"@kiro/types": "workspace:^",
46+
"@kiro/fuzzysort": "workspace:^",
47+
"@kiro/shared": "workspace:^",
4848
"@types/js-yaml": "^4.0.9",
4949
"@types/node": "^22.15.20",
5050
"@types/react-dom": "^18.3.5",
@@ -65,7 +65,7 @@
6565
"vitest": "^3.0.8"
6666
},
6767
"bundledDependencies": [
68-
"@kiro-cli/fuzzysort",
69-
"@kiro-cli/shared"
68+
"@kiro/fuzzysort",
69+
"@kiro/shared"
7070
]
7171
}

packages/autocomplete-parser/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/autocomplete-parser",
2+
"name": "@kiro/autocomplete-parser",
33
"version": "0.2.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf dist"
2222
},
2323
"dependencies": {
24-
"@kiro-cli/api-bindings-wrappers": "workspace:^",
25-
"@kiro-cli/api-bindings": "workspace:^",
26-
"@kiro-cli/shell-parser": "workspace:^",
24+
"@kiro/api-bindings-wrappers": "workspace:^",
25+
"@kiro/api-bindings": "workspace:^",
26+
"@kiro/shell-parser": "workspace:^",
2727
"@fig/autocomplete-generators": "^2.4.0",
2828
"@fig/autocomplete-helpers": "^2.0.0",
2929
"@fig/autocomplete-shared": "^1.1.2",
@@ -32,10 +32,10 @@
3232
"zod": "^3.25.7"
3333
},
3434
"devDependencies": {
35-
"@kiro-cli/eslint-config": "workspace:^",
36-
"@kiro-cli/tsconfig": "workspace:^",
37-
"@kiro-cli/types": "workspace:^",
38-
"@kiro-cli/shared": "workspace:^",
35+
"@kiro/eslint-config": "workspace:^",
36+
"@kiro/tsconfig": "workspace:^",
37+
"@kiro/types": "workspace:^",
38+
"@kiro/shared": "workspace:^",
3939
"@types/semver": "^7.7.0",
4040
"@withfig/autocomplete-types": "^1.31.0",
4141
"eslint": "^9.18.0",

packages/autocomplete/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/autocomplete",
2+
"name": "@kiro/autocomplete",
33
"private": true,
44
"version": "1.0.0",
55
"repository": "https://github.com/aws/amazon-q-developer-cli",
@@ -21,11 +21,11 @@
2121
"Safari >= 11"
2222
],
2323
"dependencies": {
24-
"@kiro-cli/api-bindings-wrappers": "workspace:^",
25-
"@kiro-cli/api-bindings": "workspace:~",
26-
"@kiro-cli/autocomplete-parser": "workspace:^",
27-
"@kiro-cli/proto": "workspace:^",
28-
"@kiro-cli/shell-parser": "workspace:^",
24+
"@kiro/api-bindings-wrappers": "workspace:^",
25+
"@kiro/api-bindings": "workspace:~",
26+
"@kiro/autocomplete-parser": "workspace:^",
27+
"@kiro/proto": "workspace:^",
28+
"@kiro/shell-parser": "workspace:^",
2929
"@bufbuild/protobuf": "2.4.0",
3030
"@fig/autocomplete-helpers": "^2.0.0",
3131
"@fig/autocomplete-shared": "^1.1.2",
@@ -41,10 +41,10 @@
4141
"zustand": "^4.5.6"
4242
},
4343
"devDependencies": {
44-
"@kiro-cli/eslint-config": "workspace:^",
45-
"@kiro-cli/types": "workspace:^",
46-
"@kiro-cli/fuzzysort": "workspace:^",
47-
"@kiro-cli/shared": "workspace:^",
44+
"@kiro/eslint-config": "workspace:^",
45+
"@kiro/types": "workspace:^",
46+
"@kiro/fuzzysort": "workspace:^",
47+
"@kiro/shared": "workspace:^",
4848
"@types/js-yaml": "^4.0.9",
4949
"@types/node": "^22.15.20",
5050
"@types/react-dom": "^18.3.5",
@@ -65,7 +65,7 @@
6565
"vitest": "^3.0.8"
6666
},
6767
"bundledDependencies": [
68-
"@kiro-cli/fuzzysort",
69-
"@kiro-cli/shared"
68+
"@kiro/fuzzysort",
69+
"@kiro/shared"
7070
]
7171
}

packages/dashboard-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/dashboard",
2+
"name": "@kiro/dashboard",
33
"private": true,
44
"version": "1.0.0",
55
"repository": "https://github.com/aws/amazon-q-developer-cli",
@@ -17,7 +17,7 @@
1717
"Safari >= 11"
1818
],
1919
"dependencies": {
20-
"@kiro-cli/api-bindings": "workspace:^",
20+
"@kiro/api-bindings": "workspace:^",
2121
"@radix-ui/react-collapsible": "^1.1.2",
2222
"@radix-ui/react-dropdown-menu": "^2.1.4",
2323
"@radix-ui/react-progress": "^1.1.1",
@@ -39,7 +39,7 @@
3939
"zustand": "^4.5.6"
4040
},
4141
"devDependencies": {
42-
"@kiro-cli/types": "workspace:^",
42+
"@kiro/types": "workspace:^",
4343
"@eslint/js": "^9.18.0",
4444
"@types/react": "^18.3.18",
4545
"@types/react-dom": "^18.3.5",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/eslint-config",
2+
"name": "@kiro/eslint-config",
33
"private": "true",
44
"version": "0.1.0",
55
"license": "MIT OR Apache-2.0",
@@ -25,7 +25,7 @@
2525
"typescript": ">=4.7.4"
2626
},
2727
"devDependencies": {
28-
"@kiro-cli/tsconfig": "workspace:^",
28+
"@kiro/tsconfig": "workspace:^",
2929
"@eslint/js": "^9.18.0",
3030
"@types/eslint__js": "^8.42.3",
3131
"@typescript-eslint/utils": "^8.31.1",

packages/fuzzysort/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/fuzzysort",
2+
"name": "@kiro/fuzzysort",
33
"version": "0.1.0",
44
"license": "MIT",
55
"author": "Amazon Web Services",

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@kiro-cli/shared",
2+
"name": "@kiro/shared",
33
"version": "0.1.0",
44
"license": "MIT OR Apache-2.0",
55
"author": "Amazon Web Services",
@@ -25,10 +25,10 @@
2525
"@fig/autocomplete-shared": "^1.1.2"
2626
},
2727
"devDependencies": {
28-
"@kiro-cli/eslint-config": "workspace:^",
29-
"@kiro-cli/tsconfig": "workspace:^",
30-
"@kiro-cli/types": "workspace:^",
31-
"@kiro-cli/fuzzysort": "workspace:^",
28+
"@kiro/eslint-config": "workspace:^",
29+
"@kiro/tsconfig": "workspace:^",
30+
"@kiro/types": "workspace:^",
31+
"@kiro/fuzzysort": "workspace:^",
3232
"@withfig/autocomplete-types": "^1.31.0",
3333
"eslint": "^9.18.0",
3434
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)