@aws-blocks/bb-agent 0.3.2 → 0.3.3

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/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const BB_NAME = "Agent";
2
- export declare const BB_VERSION = "0.3.2";
2
+ export declare const BB_VERSION = "0.3.3";
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/generate-version.mjs — do not edit manually
2
2
  export const BB_NAME = 'Agent';
3
- export const BB_VERSION = '0.3.2';
3
+ export const BB_VERSION = '0.3.3';
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@aws-blocks/bb-agent",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/aws-devtools-labs/aws-blocks.git",
7
+ "directory": "packages/bb-agent"
8
+ },
9
+ "homepage": "https://github.com/aws-devtools-labs/aws-blocks/tree/main/packages/bb-agent#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/aws-devtools-labs/aws-blocks/issues"
12
+ },
4
13
  "author": "Amazon Web Services",
5
14
  "license": "Apache-2.0",
6
15
  "type": "module",
@@ -34,12 +43,12 @@
34
43
  "test": "node --test dist/index.test.js"
35
44
  },
36
45
  "dependencies": {
37
- "@aws-blocks/bb-async-job": "^0.1.2",
38
- "@aws-blocks/bb-distributed-table": "^0.1.3",
39
- "@aws-blocks/bb-file-bucket": "^0.1.2",
40
- "@aws-blocks/bb-logger": "^0.1.2",
46
+ "@aws-blocks/bb-async-job": "^0.1.3",
47
+ "@aws-blocks/bb-distributed-table": "^0.1.4",
48
+ "@aws-blocks/bb-file-bucket": "^0.1.3",
49
+ "@aws-blocks/bb-logger": "^0.1.3",
41
50
  "@aws-blocks/bb-realtime": "^0.1.2",
42
- "@aws-blocks/core": "^0.1.10",
51
+ "@aws-blocks/core": "^0.1.17",
43
52
  "@aws-sdk/client-bedrock": "^3.700.0",
44
53
  "@opentelemetry/api": "^1.9.0",
45
54
  "@strands-agents/sdk": "~1.3.0",
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/generate-version.mjs — do not edit manually
2
2
  export const BB_NAME = 'Agent';
3
- export const BB_VERSION = '0.3.2';
3
+ export const BB_VERSION = '0.3.3';