Skip to content

Commit b1dae1b

Browse files
jpinkney-awskmile
authored andcommitted
fix(amazonq): include mynah ui
1 parent e9589cd commit b1dae1b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build
66
!core/codewhisperer-streaming/amzn-codewhisperer-streaming-*.tgz
77
!core/q-developer-streaming-client/amzn-amazon-q-developer-streaming-client-*.tgz
88
!server/aws-lsp-codewhisperer/types/types-local-indexing-*.tgz
9+
!chat-client/lib/aws-mynah-ui-4.31.0-beta.6.tgz
910

1011
.testresults/**
1112

Binary file not shown.

chat-client/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"files": [
1111
"build",
12-
"out"
12+
"out",
13+
"lib"
1314
],
1415
"author": "Amazon Web Services",
1516
"license": "Apache-2.0",
@@ -23,7 +24,7 @@
2324
"dependencies": {
2425
"@aws/chat-client-ui-types": "^0.1.16",
2526
"@aws/language-server-runtimes-types": "^0.1.14",
26-
"@aws/mynah-ui": "^4.31.0-beta.6"
27+
"@aws/mynah-ui": "file:lib/aws-mynah-ui-4.31.0-beta.6.tgz"
2728
},
2829
"devDependencies": {
2930
"@types/jsdom": "^21.1.6",

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)