@bitblit/ratchet-aws 6.1.186-alpha → 6.1.196-alpha
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 +15 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.196-alpha",
|
|
4
4
|
"description": "Common tools for use with AWS browser and node",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@bitblit/ratchet-common": "6.1.
|
|
55
|
+
"@bitblit/ratchet-common": "6.1.196-alpha"
|
|
56
56
|
},
|
|
57
57
|
"optionalDependencies": {
|
|
58
58
|
"@aws-sdk/client-athena": "3.996.0",
|
|
@@ -75,6 +75,8 @@
|
|
|
75
75
|
"@aws-sdk/lib-storage": "3.996.0",
|
|
76
76
|
"@aws-sdk/s3-request-presigner": "3.996.0",
|
|
77
77
|
"@aws-sdk/types": "3.973.1",
|
|
78
|
+
"@aws-sdk/util-dynamodb": "3.996.0",
|
|
79
|
+
"@smithy/types": "4.13.1",
|
|
78
80
|
"@smithy/abort-controller": "4.2.9",
|
|
79
81
|
"@smithy/smithy-client": "4.11.7",
|
|
80
82
|
"@smithy/util-waiter": "4.2.9"
|
|
@@ -100,7 +102,9 @@
|
|
|
100
102
|
"@aws-sdk/lib-storage": "^3.996.0",
|
|
101
103
|
"@aws-sdk/s3-request-presigner": "^3.996.0",
|
|
102
104
|
"@aws-sdk/types": "^3.973.1",
|
|
103
|
-
"@
|
|
105
|
+
"@aws-sdk/util-dynamodb": "^3.996.0",
|
|
106
|
+
"@bitblit/ratchet-common": "6.1.196-alpha",
|
|
107
|
+
"@smithy/types": "^4.13.1",
|
|
104
108
|
"@smithy/abort-controller": "^4.2.9",
|
|
105
109
|
"@smithy/smithy-client": "^4.11.7",
|
|
106
110
|
"@smithy/util-waiter": "^4.2.9"
|
|
@@ -177,8 +181,15 @@
|
|
|
177
181
|
}
|
|
178
182
|
},
|
|
179
183
|
"devDependencies": {
|
|
180
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
184
|
+
"@bitblit/ratchet-node-only": "6.1.196-alpha",
|
|
181
185
|
"@types/aws-lambda": "8.10.160",
|
|
182
186
|
"aws-sdk-client-mock": "4.1.0"
|
|
187
|
+
},
|
|
188
|
+
"scripts": {
|
|
189
|
+
"build": "tsc",
|
|
190
|
+
"test": "vitest run",
|
|
191
|
+
"test-coverage": "vitest run --coverage",
|
|
192
|
+
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
|
|
193
|
+
"clean": "shx rm -Rf lib"
|
|
183
194
|
}
|
|
184
195
|
}
|