bedrock-wrapper 1.0.10 → 1.0.11

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.
@@ -156,9 +156,10 @@ function getValueByPath(obj, path) {
156
156
  // helper function to write ascii art
157
157
  function writeAsciiArt() {
158
158
  console.log(`
159
- ___ _ _ ___ _
160
- | . > ___ _| | _ _ ___ ___ | |__ |_ _|_ _ ._ _ ._ _ ___ | |
161
- | . \\/ ._>/ . || '_>/ . \\/ | '| / / | || | || ' || ' |/ ._>| |
162
- |___/\\___.\\___||_| \\___/\\_|_.|_\\_\\ |_|\`___||_|_||_|_|\\___.|_|
159
+ ___ _ _ _ _ _
160
+ | . > ___ _| | _ _ ___ ___ | |__ | | | | _ _ ___ ___ ___ ___ _ _
161
+ | . \/ ._>/ . || '_>/ . \/ | '| / / | | | || '_><_> || . \| . \/ ._>| '_>
162
+ |___/\___.\___||_| \___/\_|_.|_\_\ |__/_/ |_| <___|| _/| _/\___.|_|
163
+ |_| |_|
163
164
  `);
164
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bedrock-wrapper",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "🪨 Bedrock Wrapper is an npm package that simplifies the integration of existing OpenAI-compatible API objects with AWS Bedrock's serverless inference LLMs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,6 +15,8 @@
15
15
  "openai",
16
16
  "bedrock",
17
17
  "aws",
18
+ "wrapper",
19
+ "proxy",
18
20
  "serverless",
19
21
  "inference",
20
22
  "llm"