bedrock-wrapper 2.7.1 → 2.7.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "bedrock-wrapper",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
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
  "homepage": "https://www.equilllabs.com/projects/bedrock-wrapper",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/jparkerweb/bedrock-wrapper.git"
8
+ "url": "git+https://github.com/jparkerweb/bedrock-wrapper.git"
9
9
  },
10
10
  "bugs": {
11
11
  "url": "https://github.com/jparkerweb/bedrock-wrapper/issues",