@aws-sdk/core 3.974.26 → 3.974.28

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.26",
3
+ "version": "3.974.28",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -12,7 +12,7 @@
12
12
  "clean": "premove dist-cjs dist-es dist-types",
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "lint": "node ../../scripts/validation/submodules-linter.js",
15
- "prebuild": "node scripts/copy-partitions.js && yarn lint",
15
+ "prebuild": "yarn lint",
16
16
  "test": "yarn g:vitest run",
17
17
  "test:watch": "yarn g:vitest watch",
18
18
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry",
@@ -105,7 +105,7 @@
105
105
  "dependencies": {
106
106
  "@aws-sdk/types": "^3.973.15",
107
107
  "@aws-sdk/xml-builder": "^3.972.33",
108
- "@aws/lambda-invoke-store": "^0.2.2",
108
+ "@aws/lambda-invoke-store": "^0.3.0",
109
109
  "@smithy/core": "^3.29.0",
110
110
  "@smithy/signature-v4": "^5.6.1",
111
111
  "@smithy/types": "^4.15.1",