ag-common 0.0.903 → 0.0.904
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/package.json +26 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ag-common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.904",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"author": "admin@gec.dev",
|
|
6
6
|
"repository": {
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"main": "./dist/index.js",
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@aws-sdk/client-acm": "^3.
|
|
19
|
-
"@aws-sdk/client-apigatewaymanagementapi": "^3.
|
|
20
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
21
|
-
"@aws-sdk/client-s3": "^3.
|
|
22
|
-
"@aws-sdk/client-ses": "^3.
|
|
23
|
-
"@aws-sdk/client-sqs": "^3.
|
|
24
|
-
"@aws-sdk/client-sts": "^3.
|
|
25
|
-
"@aws-sdk/lib-dynamodb": "^3.
|
|
26
|
-
"@aws-sdk/s3-presigned-post": "^3.
|
|
27
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
18
|
+
"@aws-sdk/client-acm": "^3.1121.0",
|
|
19
|
+
"@aws-sdk/client-apigatewaymanagementapi": "^3.1121.0",
|
|
20
|
+
"@aws-sdk/client-dynamodb": "^3.1121.0",
|
|
21
|
+
"@aws-sdk/client-s3": "^3.1121.0",
|
|
22
|
+
"@aws-sdk/client-ses": "^3.1121.0",
|
|
23
|
+
"@aws-sdk/client-sqs": "^3.1121.0",
|
|
24
|
+
"@aws-sdk/client-sts": "^3.1121.0",
|
|
25
|
+
"@aws-sdk/lib-dynamodb": "^3.1121.0",
|
|
26
|
+
"@aws-sdk/s3-presigned-post": "^3.1121.0",
|
|
27
|
+
"@aws-sdk/s3-request-presigner": "^3.1121.0",
|
|
28
28
|
"@azure/cosmos": "^4.10.0",
|
|
29
|
-
"@google/genai": "^2.
|
|
29
|
+
"@google/genai": "^2.19.0",
|
|
30
30
|
"@radix-ui/react-accordion": "^1.2.20",
|
|
31
31
|
"@radix-ui/react-avatar": "^1.2.6",
|
|
32
32
|
"@radix-ui/react-checkbox": "^1.3.11",
|
|
@@ -44,38 +44,32 @@
|
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"jsonwebtoken": "^9.0.3",
|
|
46
46
|
"jwks-rsa": "^4.1.0",
|
|
47
|
-
"lucide-react": "^1.
|
|
47
|
+
"lucide-react": "^1.37.0",
|
|
48
48
|
"node-cache": "^5.1.2",
|
|
49
49
|
"react": "^19.2.8",
|
|
50
50
|
"react-dom": "^19.2.8",
|
|
51
51
|
"tailwind-merge": "^3.6.0",
|
|
52
|
-
"zod": "^4.4
|
|
52
|
+
"zod": "^4.5.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@storybook/addon-docs": "^10.5.
|
|
56
|
-
"@storybook/react": "^10.5.
|
|
57
|
-
"@storybook/react-vite": "^10.5.4",
|
|
55
|
+
"@storybook/addon-docs": "^10.5.10",
|
|
56
|
+
"@storybook/react-vite": "^10.5.10",
|
|
58
57
|
"@tailwindcss/postcss": "^4.3.3",
|
|
59
58
|
"@types/jsonwebtoken": "^9.0.10",
|
|
60
|
-
"@types/node": "^26.
|
|
61
|
-
"@types/react": "^19.2.
|
|
62
|
-
"@types/react-dom": "^19.2.
|
|
63
|
-
"aws-cdk-lib": "^2.
|
|
59
|
+
"@types/node": "^26.4.0",
|
|
60
|
+
"@types/react": "^19.2.18",
|
|
61
|
+
"@types/react-dom": "^19.2.5",
|
|
62
|
+
"aws-cdk-lib": "^2.267.0",
|
|
64
63
|
"constructs": "^10.8.1",
|
|
65
|
-
"
|
|
66
|
-
"eslint-config-e7npm": "0.1.62",
|
|
67
|
-
"globstar": "^1.0.0",
|
|
68
|
-
"jiti": "^2.7.0",
|
|
69
|
-
"oxfmt": "^0.60.0",
|
|
70
|
-
"oxlint": "^1.75.0",
|
|
64
|
+
"eslint-config-e7npm": "^0.1.66",
|
|
71
65
|
"rimraf": "^6.1.3",
|
|
72
|
-
"storybook": "^10.5.
|
|
66
|
+
"storybook": "^10.5.10",
|
|
73
67
|
"tailwindcss": "^4.3.3",
|
|
74
|
-
"tsx": "^4.23.
|
|
68
|
+
"tsx": "^4.23.13",
|
|
75
69
|
"typescript": "^7.0.2"
|
|
76
70
|
},
|
|
77
71
|
"peerDependencies": {
|
|
78
|
-
"aws-cdk-lib": "^2.
|
|
72
|
+
"aws-cdk-lib": "^2.267.0",
|
|
79
73
|
"constructs": "^10.0.0"
|
|
80
74
|
},
|
|
81
75
|
"scripts": {
|
|
@@ -84,8 +78,8 @@
|
|
|
84
78
|
"lint": "e7-oxlint --config .oxlintrc.json --deny-warnings . && pnpm run typecheck",
|
|
85
79
|
"typecheck": "tsc --noEmit",
|
|
86
80
|
"build": "rimraf dist && tsc -p tsconfig.build.json",
|
|
87
|
-
"start": "
|
|
81
|
+
"start": "storybook dev -p 6006 --no-open",
|
|
88
82
|
"build-storybook": "storybook build -o docs --quiet",
|
|
89
|
-
"test": "
|
|
83
|
+
"test": "tsx --test \"src/tests/**/*.test.ts\""
|
|
90
84
|
}
|
|
91
85
|
}
|