@bitblit/ratchet-aws 6.1.197-alpha → 6.1.199-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 +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.199-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.199-alpha"
|
|
56
56
|
},
|
|
57
57
|
"optionalDependencies": {
|
|
58
58
|
"@aws-sdk/client-athena": "3.996.0",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@aws-sdk/s3-request-presigner": "^3.996.0",
|
|
104
104
|
"@aws-sdk/types": "^3.973.1",
|
|
105
105
|
"@aws-sdk/util-dynamodb": "^3.996.0",
|
|
106
|
-
"@bitblit/ratchet-common": "6.1.
|
|
106
|
+
"@bitblit/ratchet-common": "6.1.199-alpha",
|
|
107
107
|
"@smithy/types": "^4.13.1",
|
|
108
108
|
"@smithy/abort-controller": "^4.2.9",
|
|
109
109
|
"@smithy/smithy-client": "^4.11.7",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
183
|
"devDependencies": {
|
|
184
|
-
"@bitblit/ratchet-node-only": "6.1.
|
|
184
|
+
"@bitblit/ratchet-node-only": "6.1.199-alpha",
|
|
185
185
|
"@types/aws-lambda": "8.10.160",
|
|
186
186
|
"aws-sdk-client-mock": "4.1.0"
|
|
187
187
|
},
|
|
@@ -190,6 +190,10 @@
|
|
|
190
190
|
"test": "vitest run",
|
|
191
191
|
"test-coverage": "vitest run --coverage",
|
|
192
192
|
"custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
|
|
193
|
-
"clean": "shx rm -Rf lib"
|
|
193
|
+
"clean": "shx rm -Rf lib",
|
|
194
|
+
"pretty": "prettier src --write",
|
|
195
|
+
"lint": "eslint -c ../../eslint.config.mjs src/**/*.ts",
|
|
196
|
+
"lint-fix": "pnpm pretty && eslint --fix -c ../../eslint.config.mjs src/**/*.ts",
|
|
197
|
+
"generate-docs": "typedoc"
|
|
194
198
|
}
|
|
195
199
|
}
|