@aws-sdk/util-dynamodb 3.803.0 → 3.806.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.
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  /**
4
2
  * A interface recognizable as a numeric value that stores the underlying number
5
3
  * as a string.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-dynamodb",
3
- "version": "3.803.0",
3
+ "version": "3.806.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 util-dynamodb",
@@ -25,15 +25,15 @@
25
25
  "tslib": "^2.6.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@aws-sdk/client-dynamodb": "3.803.0",
28
+ "@aws-sdk/client-dynamodb": "3.806.0",
29
29
  "@tsconfig/recommended": "1.0.1",
30
30
  "concurrently": "7.0.0",
31
31
  "downlevel-dts": "0.10.1",
32
32
  "rimraf": "3.0.2",
33
- "typescript": "~5.2.2"
33
+ "typescript": "~5.8.3"
34
34
  },
35
35
  "peerDependencies": {
36
- "@aws-sdk/client-dynamodb": "^3.803.0"
36
+ "@aws-sdk/client-dynamodb": "^3.806.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=18.0.0"