aws-delivlib 14.13.34 → 14.13.36

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.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71",
54
+ "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4",
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, 19 Nov 2024 17:34:45 GMT
11
+ * Last updated: Sat, 23 Nov 2024 04:36:04 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -21,7 +21,6 @@ declare module "https" {
21
21
  servername?: string | undefined; // SNI TLS Extension
22
22
  };
23
23
  interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions {
24
- rejectUnauthorized?: boolean | undefined;
25
24
  maxCachedSessions?: number | undefined;
26
25
  }
27
26
  /**
@@ -48,7 +48,7 @@ declare module "module" {
48
48
  * @since v13.7.0, v12.17.0
49
49
  * @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise.
50
50
  */
51
- function findSourceMap(path: string, error?: Error): SourceMap;
51
+ function findSourceMap(path: string, error?: Error): SourceMap | undefined;
52
52
  interface SourceMapPayload {
53
53
  file: string;
54
54
  version: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.9.1",
3
+ "version": "22.9.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.19.8"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "8cdfe0993eefe6c2c47cdca25f2e469aebde173da438c2effa178b85614d5022",
223
+ "typesPublisherContentHash": "b6aac29bd05fd45bf1e413969174cab33920f03b086f10916dba01864e150462",
224
224
  "typeScriptVersion": "4.9"
225
225
  }
package/package.json CHANGED
@@ -37,11 +37,11 @@
37
37
  "organization": false
38
38
  },
39
39
  "devDependencies": {
40
- "@aws-sdk/client-cloudwatch": "^3.696.0",
41
- "@aws-sdk/client-codepipeline": "^3.696.0",
42
- "@aws-sdk/client-s3": "^3.698.0",
43
- "@aws-sdk/client-secrets-manager": "^3.696.0",
44
- "@aws-sdk/client-ssm": "^3.698.0",
40
+ "@aws-sdk/client-cloudwatch": "^3.699.0",
41
+ "@aws-sdk/client-codepipeline": "^3.699.0",
42
+ "@aws-sdk/client-s3": "^3.699.0",
43
+ "@aws-sdk/client-secrets-manager": "^3.699.0",
44
+ "@aws-sdk/client-ssm": "^3.699.0",
45
45
  "@stylistic/eslint-plugin": "^2",
46
46
  "@types/adm-zip": "^0.5.6",
47
47
  "@types/aws-lambda": "^8.10.145",
@@ -53,7 +53,7 @@
53
53
  "@typescript-eslint/eslint-plugin": "^8",
54
54
  "@typescript-eslint/parser": "^8",
55
55
  "adm-zip": "^0.5.16",
56
- "aws-cdk": "2.169.0",
56
+ "aws-cdk": "2.170.0",
57
57
  "aws-cdk-lib": "^2.150.0",
58
58
  "commit-and-tag-version": "^12",
59
59
  "constructs": "10.1.31",
@@ -97,7 +97,7 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "version": "14.13.34",
100
+ "version": "14.13.36",
101
101
  "jest": {
102
102
  "coverageProvider": "v8",
103
103
  "testMatch": [