aws-delivlib 14.15.88 → 14.15.90

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.
@@ -52,7 +52,7 @@
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.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3",
54
54
  "@types/ms@*": "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78",
55
- "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.15.2.tgz#1db55aa64618ee93a58c8912f74beefe44aca905",
55
+ "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b",
56
56
  "@types/node@^14": "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b",
57
57
  "aggregate-error@^3.1.0": "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a",
58
58
  "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: Fri, 25 Apr 2025 06:39:35 GMT
11
+ * Last updated: Mon, 28 Apr 2025 06:43:21 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.15.2",
3
+ "version": "22.15.3",
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.21.0"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "d085d9c0d3e99c0e735cdf3c1c2fc6306151bce10b3b32f83e3e0b237544488a",
223
+ "typesPublisherContentHash": "2aecc93ec4fa0fcbf62f8df1fe665ab3615d3005c7b01703781b7e8c26655911",
224
224
  "typeScriptVersion": "5.1"
225
225
  }
@@ -398,6 +398,14 @@ declare module "tls" {
398
398
  },
399
399
  callback: (err: Error | null) => void,
400
400
  ): undefined | boolean;
401
+ /**
402
+ * The `tlsSocket.setKeyCert()` method sets the private key and certificate to use for the socket.
403
+ * This is mainly useful if you wish to select a server certificate from a TLS server's `ALPNCallback`.
404
+ * @since v22.5.0, v20.17.0
405
+ * @param context An object containing at least `key` and `cert` properties from the {@link createSecureContext()} `options`,
406
+ * or a TLS context object created with {@link createSecureContext()} itself.
407
+ */
408
+ setKeyCert(context: SecureContextOptions | SecureContext): void;
401
409
  /**
402
410
  * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size.
403
411
  * Returns `true` if setting the limit succeeded; `false` otherwise.
package/package.json CHANGED
@@ -37,11 +37,11 @@
37
37
  "organization": false
38
38
  },
39
39
  "devDependencies": {
40
- "@aws-sdk/client-cloudwatch": "^3.797.0",
41
- "@aws-sdk/client-codepipeline": "^3.797.0",
42
- "@aws-sdk/client-s3": "^3.797.0",
43
- "@aws-sdk/client-secrets-manager": "^3.797.0",
44
- "@aws-sdk/client-ssm": "^3.797.0",
40
+ "@aws-sdk/client-cloudwatch": "^3.799.0",
41
+ "@aws-sdk/client-codepipeline": "^3.799.0",
42
+ "@aws-sdk/client-s3": "^3.799.0",
43
+ "@aws-sdk/client-secrets-manager": "^3.799.0",
44
+ "@aws-sdk/client-ssm": "^3.799.0",
45
45
  "@stylistic/eslint-plugin": "^2",
46
46
  "@types/adm-zip": "^0.5.7",
47
47
  "@types/aws-lambda": "^8.10.149",
@@ -68,7 +68,7 @@
68
68
  "JSONStream": "^1.3.5",
69
69
  "minipass": "3.2.1",
70
70
  "node-ical": "0.15.1",
71
- "projen": "^0.91.26",
71
+ "projen": "^0.91.28",
72
72
  "rrule": "^2.8.1",
73
73
  "standard-version": "^9",
74
74
  "tar": "^6.2.1",
@@ -97,7 +97,7 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "version": "14.15.88",
100
+ "version": "14.15.90",
101
101
  "jest": {
102
102
  "coverageProvider": "v8",
103
103
  "testMatch": [