ag-common 0.0.757 → 0.0.759

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.
@@ -31,7 +31,7 @@ function sendWebSocketMessage(_a) {
31
31
  if (s.$metadata.httpStatusCode === 200) {
32
32
  return true;
33
33
  }
34
- return false;
34
+ throw new Error('Error:' + JSON.stringify(s));
35
35
  }
36
36
  catch (e) {
37
37
  (0, common_1.warn)('Failed to send WebSocket message:', e.message);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.757",
2
+ "version": "0.0.759",
3
3
  "name": "ag-common",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
@@ -18,57 +18,55 @@
18
18
  "test": "globstar -- node --import tsx --test \"src/**/*.test.ts\""
19
19
  },
20
20
  "dependencies": {
21
- "@aws-sdk/client-apigatewaymanagementapi": "^3.804.0",
22
- "@aws-sdk/client-dynamodb": "^3.788.0",
23
- "@aws-sdk/client-s3": "^3.787.0",
24
- "@aws-sdk/client-ses": "^3.787.0",
25
- "@aws-sdk/client-sqs": "^3.787.0",
26
- "@aws-sdk/client-sts": "^3.787.0",
27
- "@aws-sdk/lib-dynamodb": "^3.789.0",
28
- "@aws-sdk/s3-presigned-post": "^3.787.0",
29
- "@aws-sdk/util-dynamodb": "^3.788.0",
30
- "aws-cdk-lib": "^2.189.1",
31
- "axios": "^1.8.4",
21
+ "@aws-sdk/client-apigatewaymanagementapi": "^3.864.0",
22
+ "@aws-sdk/client-dynamodb": "^3.868.0",
23
+ "@aws-sdk/client-s3": "^3.864.0",
24
+ "@aws-sdk/client-ses": "^3.864.0",
25
+ "@aws-sdk/client-sqs": "^3.864.0",
26
+ "@aws-sdk/client-sts": "^3.864.0",
27
+ "@aws-sdk/lib-dynamodb": "^3.868.0",
28
+ "@aws-sdk/s3-presigned-post": "^3.864.0",
29
+ "@aws-sdk/util-dynamodb": "^3.868.0",
30
+ "aws-cdk-lib": "^2.211.0",
31
+ "axios": "^1.11.0",
32
32
  "buffer": "^6.0.3",
33
33
  "constructs": "^10.4.2",
34
34
  "jsonwebtoken": "^9.0.2",
35
35
  "jwks-rsa": "^3.2.0",
36
36
  "node-cache": "^5.1.2",
37
37
  "openapi-request-validator": "^12.1.3",
38
- "react": "^19.1.0",
39
- "react-dom": "^19.1.0",
40
- "typescript": "^5.8.3"
38
+ "react": "^19.1.1",
39
+ "react-dom": "^19.1.1",
40
+ "typescript": "^5.9.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@babel/core": "^7.26.10",
44
- "@babel/preset-typescript": "^7.27.0",
45
- "@babel/types": "^7.27.0",
43
+ "@babel/core": "^7.28.3",
44
+ "@babel/preset-typescript": "^7.27.1",
45
+ "@babel/types": "^7.28.2",
46
46
  "@emotion/react": "^11.14.0",
47
- "@emotion/styled": "^11.14.0",
48
- "@smithy/types": "^4.2.0",
49
- "@storybook/addon-actions": "^8.6.12",
50
- "@storybook/addon-docs": "8.6.14",
51
- "@storybook/addon-essentials": "^8.6.12",
52
- "@storybook/addon-interactions": "^8.6.12",
53
- "@storybook/addon-links": "^8.6.12",
47
+ "@emotion/styled": "^11.14.1",
48
+ "@smithy/types": "^4.3.2",
49
+ "@storybook/addon-docs": "^9.1.2",
50
+ "@storybook/addon-links": "^9.1.2",
54
51
  "@storybook/addon-webpack5-compiler-swc": "^3.0.0",
55
52
  "@storybook/addons": "^7.6.17",
56
- "@storybook/react": "^8.6.12",
57
- "@storybook/react-webpack5": "^8.6.12",
58
- "@storybook/theming": "^8.6.12",
59
- "@types/jsonwebtoken": "^9.0.9",
60
- "@types/node": "^22.14.1",
61
- "@types/react": "^19.1.2",
62
- "@types/react-dom": "^19.1.2",
63
- "@typescript-eslint/eslint-plugin": "^8.30.1",
64
- "@typescript-eslint/parser": "^8.30.1",
65
- "cross-env": "^7.0.3",
66
- "eslint": "^9.24.0",
67
- "eslint-config-e7npm": "^0.1.23",
53
+ "@storybook/manager-api": "^8.6.14",
54
+ "@storybook/react-webpack5": "^9.1.2",
55
+ "@storybook/theming": "^8.6.14",
56
+ "@types/jsonwebtoken": "^9.0.10",
57
+ "@types/node": "^24.3.0",
58
+ "@types/react": "^19.1.10",
59
+ "@types/react-dom": "^19.1.7",
60
+ "@typescript-eslint/eslint-plugin": "^8.40.0",
61
+ "@typescript-eslint/parser": "^8.40.0",
62
+ "cross-env": "^10.0.0",
63
+ "eslint": "^9.33.0",
64
+ "eslint-config-e7npm": "^0.1.24",
65
+ "eslint-plugin-storybook": "9.1.2",
68
66
  "globstar": "^1.0.0",
69
67
  "rimraf": "^6.0.1",
70
- "storybook": "^8.6.12",
71
- "tsx": "^4.19.3"
68
+ "storybook": "^9.1.2",
69
+ "tsx": "^4.20.4"
72
70
  },
73
71
  "resolutions": {
74
72
  "globals": "15.15.0"