@bitblit/ratchet-aws 6.0.157-alpha → 6.0.159
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.159",
|
|
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.0.
|
|
55
|
+
"@bitblit/ratchet-common": "6.0.159"
|
|
56
56
|
},
|
|
57
57
|
"optionalDependencies": {
|
|
58
58
|
"@aws-sdk/client-athena": "3.922.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@aws-sdk/lib-storage": "3.922.0",
|
|
76
76
|
"@aws-sdk/s3-request-presigner": "3.922.0",
|
|
77
77
|
"@aws-sdk/types": "3.922.0",
|
|
78
|
-
"@smithy/abort-controller": "4.2.
|
|
79
|
-
"@smithy/smithy-client": "4.9.
|
|
80
|
-
"@smithy/util-waiter": "4.2.
|
|
78
|
+
"@smithy/abort-controller": "4.2.5",
|
|
79
|
+
"@smithy/smithy-client": "4.9.10",
|
|
80
|
+
"@smithy/util-waiter": "4.2.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@aws-sdk/client-athena": "^3.922.0",
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
"@aws-sdk/lib-storage": "^3.922.0",
|
|
101
101
|
"@aws-sdk/s3-request-presigner": "^3.922.0",
|
|
102
102
|
"@aws-sdk/types": "^3.922.0",
|
|
103
|
-
"@bitblit/ratchet-common": "6.0.
|
|
104
|
-
"@smithy/abort-controller": "^4.2.
|
|
105
|
-
"@smithy/smithy-client": "^4.9.
|
|
106
|
-
"@smithy/util-waiter": "^4.2.
|
|
103
|
+
"@bitblit/ratchet-common": "6.0.159",
|
|
104
|
+
"@smithy/abort-controller": "^4.2.5",
|
|
105
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
106
|
+
"@smithy/util-waiter": "^4.2.5"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@aws-sdk/client-athena": {
|
|
@@ -177,8 +177,8 @@
|
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@bitblit/ratchet-node-only": "6.0.
|
|
181
|
-
"@types/aws-lambda": "8.10.
|
|
180
|
+
"@bitblit/ratchet-node-only": "6.0.159",
|
|
181
|
+
"@types/aws-lambda": "8.10.159",
|
|
182
182
|
"aws-sdk-client-mock": "4.1.0"
|
|
183
183
|
}
|
|
184
184
|
}
|