aws-delivlib 14.14.3 → 14.14.4

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.
@@ -51,7 +51,7 @@
51
51
  "@types/btoa-lite@^1.0.0": "https://registry.yarnpkg.com/@types/btoa-lite/-/btoa-lite-1.0.2.tgz#82bb6aab00abf7cff3ca2825abe010c0cd536ae5",
52
52
  "@types/changelog-parser@^2.8.1": "https://registry.yarnpkg.com/@types/changelog-parser/-/changelog-parser-2.8.4.tgz#45d70417e742ac3bc6bef3786aa453e1f1d63ecc",
53
53
  "@types/jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2",
54
- "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81",
54
+ "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766",
55
55
  "@types/node@^14": "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b",
56
56
  "aggregate-error@^3.1.0": "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a",
57
57
  "before-after-hook@^2.2.0": "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.3.tgz#c51e809c81a4e354084422b9b26bad88249c517c",
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 26 Nov 2024 03:13:05 GMT
11
+ * Last updated: Thu, 28 Nov 2024 06:02:26 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.10.0",
3
+ "version": "22.10.1",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  "undici-types": "~6.20.0"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "ce362bea3fcf1e354f4dc2b40d8779a88c8b89b200fed59ec53f508677acde75",
223
+ "typesPublisherContentHash": "3701fe96f56663784f5ca896f95c630cfe62583f01bf6ce5e7a4e52c4d15e944",
224
224
  "typeScriptVersion": "5.0"
225
225
  }
@@ -445,7 +445,7 @@ declare module "v8" {
445
445
  * @since v8.0.0
446
446
  * @param buffer A buffer returned by {@link serialize}.
447
447
  */
448
- function deserialize(buffer: NodeJS.TypedArray): any;
448
+ function deserialize(buffer: NodeJS.ArrayBufferView): any;
449
449
  /**
450
450
  * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple
451
451
  * times during the lifetime of the process. Each time the execution counter will
@@ -16,4 +16,4 @@ fi
16
16
 
17
17
  npx -p jsii-release jsii-release-golang go/
18
18
 
19
- /bin/bash $SCRIPT_DIR/write-ssm.sh
19
+ /bin/bash $SCRIPT_DIR/update-ssm.sh
package/package.json CHANGED
@@ -97,7 +97,7 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "version": "14.14.3",
100
+ "version": "14.14.4",
101
101
  "jest": {
102
102
  "coverageProvider": "v8",
103
103
  "testMatch": [