@aws-sdk/middleware-sdk-s3 3.864.0 → 3.873.0
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.873.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
12
12
|
"test": "yarn g:vitest run",
|
|
13
13
|
"test:types": "tsc -p tsconfig.test.json",
|
|
14
|
-
"test:integration": "yarn g:vitest run -c vitest.config.integ.
|
|
15
|
-
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.
|
|
14
|
+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:types",
|
|
15
|
+
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
|
|
16
16
|
"extract:docs": "api-extractor run --local",
|
|
17
17
|
"test:watch": "yarn g:vitest watch",
|
|
18
|
-
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.
|
|
19
|
-
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.
|
|
18
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
|
|
19
|
+
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
|
|
20
20
|
},
|
|
21
21
|
"main": "./dist-cjs/index.js",
|
|
22
22
|
"module": "./dist-es/index.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
30
|
+
"@aws-sdk/core": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
|
-
"@aws-sdk/util-arn-parser": "3.
|
|
32
|
+
"@aws-sdk/util-arn-parser": "3.873.0",
|
|
33
33
|
"@smithy/core": "^3.8.0",
|
|
34
34
|
"@smithy/node-config-provider": "^4.1.4",
|
|
35
35
|
"@smithy/protocol-http": "^5.1.3",
|