@aws-sdk/core 3.974.18 → 3.974.19
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 +8 -8
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.974.
|
|
3
|
+
"version": "3.974.19",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn prebuild && yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
|
-
"
|
|
8
|
-
"build:cjs": "node ../../scripts/compilation/inline core && premove ./dist-cjs/api-extractor-type-index.js",
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline && premove ./dist-cjs/api-extractor-type-index.js",
|
|
9
8
|
"build:es": "tsc -p tsconfig.es.json && premove ./dist-es/api-extractor-type-index.js",
|
|
10
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
11
10
|
"build:types": "premove dist-types tsconfig.types.tsbuildinfo && tsc -p tsconfig.types.json",
|
|
12
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
|
-
"lint": "node ../../scripts/validation/submodules-linter.js --pkg core",
|
|
14
12
|
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15
13
|
"extract:docs": "api-extractor run --local",
|
|
16
|
-
"
|
|
14
|
+
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
15
|
+
"prebuild": "node scripts/copy-partitions.js",
|
|
17
16
|
"test": "yarn g:vitest run",
|
|
18
17
|
"test:watch": "yarn g:vitest watch",
|
|
19
18
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry",
|
|
20
|
-
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
19
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
|
|
20
|
+
"test:temp:retry": "SMITHY_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && AWS_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && node ./integ/retry.integ.spec"
|
|
21
21
|
},
|
|
22
22
|
"main": "./dist-cjs/index.js",
|
|
23
23
|
"module": "./dist-es/index.js",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
},
|
|
111
111
|
"license": "Apache-2.0",
|
|
112
112
|
"dependencies": {
|
|
113
|
-
"@aws-sdk/types": "^3.973.
|
|
114
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
113
|
+
"@aws-sdk/types": "^3.973.12",
|
|
114
|
+
"@aws-sdk/xml-builder": "^3.972.29",
|
|
115
115
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
116
116
|
"@smithy/core": "^3.24.6",
|
|
117
117
|
"@smithy/signature-v4": "^5.4.6",
|