aws-delivlib 14.15.55 → 14.15.57
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.
- package/lib/custom-resource-handlers/src/certificate-signing-request.tsbuildinfo +1 -1
- package/lib/custom-resource-handlers/src/pgp-secret.tsbuildinfo +1 -1
- package/lib/custom-resource-handlers/src/private-key.tsbuildinfo +1 -1
- package/lib/package-integrity/handler/validate.bundle.js +84 -104
- package/lib/publishing/github/node_modules/.yarn-integrity +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/aws-lambda/package.json +2 -2
- package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +32 -6
- package/package.json +8 -8
@@ -47,12 +47,12 @@
|
|
47
47
|
"@octokit/webhooks-methods@^3.0.0": "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-3.0.3.tgz#2648668d34fe44e437eca90c9031d0f3cb759c77",
|
48
48
|
"@octokit/webhooks-types@6.11.0": "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz#1fb903bff3f2883490d6ba88d8cb8f8a55f68176",
|
49
49
|
"@octokit/webhooks@^10.0.0": "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-10.9.2.tgz#1b1e79a70fa5b22a3149b18432cbf3f39dbcb544",
|
50
|
-
"@types/aws-lambda@^8.10.83": "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.
|
50
|
+
"@types/aws-lambda@^8.10.83": "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.148.tgz#3a31fc720670473c4d7de4b03d074e8bd97e36a3",
|
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.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.13.
|
55
|
+
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.13.13.tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7",
|
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 aws-lambda (http://docs.aws.amazon.co
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 24 Mar 2025 03:15:36 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
|
14
14
|
# Credits
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/aws-lambda",
|
3
|
-
"version": "8.10.
|
3
|
+
"version": "8.10.148",
|
4
4
|
"description": "TypeScript definitions for aws-lambda",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",
|
6
6
|
"license": "MIT",
|
@@ -221,6 +221,6 @@
|
|
221
221
|
"scripts": {},
|
222
222
|
"dependencies": {},
|
223
223
|
"peerDependencies": {},
|
224
|
-
"typesPublisherContentHash": "
|
224
|
+
"typesPublisherContentHash": "445bcab95e49fae717dfd2598a5cd61d1effd5a65921e972b2e21ae322d68df9",
|
225
225
|
"typeScriptVersion": "5.0"
|
226
226
|
}
|
@@ -24,7 +24,7 @@ export interface GuardDutyScanResultNotificationEventDetail {
|
|
24
24
|
s3Throttled: boolean;
|
25
25
|
};
|
26
26
|
scanResultDetails: {
|
27
|
-
scanResultStatus: "NO_THREATS_FOUND" | "
|
27
|
+
scanResultStatus: "NO_THREATS_FOUND" | "THREATS_FOUND" | "UNSUPPORTED" | "ACCESS_DENIED" | "FAILED";
|
28
28
|
threats: GuardDutyThreatDetail[] | null;
|
29
29
|
};
|
30
30
|
}
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md
CHANGED
@@ -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:
|
11
|
+
* Last updated: Mon, 24 Mar 2025 11:02:21 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts
CHANGED
@@ -4012,7 +4012,7 @@ declare module "fs" {
|
|
4012
4012
|
export function writev(
|
4013
4013
|
fd: number,
|
4014
4014
|
buffers: readonly NodeJS.ArrayBufferView[],
|
4015
|
-
position: number,
|
4015
|
+
position: number | null,
|
4016
4016
|
cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
4017
4017
|
): void;
|
4018
4018
|
export interface WriteVResult {
|
@@ -4057,7 +4057,7 @@ declare module "fs" {
|
|
4057
4057
|
export function readv(
|
4058
4058
|
fd: number,
|
4059
4059
|
buffers: readonly NodeJS.ArrayBufferView[],
|
4060
|
-
position: number,
|
4060
|
+
position: number | null,
|
4061
4061
|
cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void,
|
4062
4062
|
): void;
|
4063
4063
|
export interface ReadVResult {
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "22.13.
|
3
|
+
"version": "22.13.13",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -215,6 +215,6 @@
|
|
215
215
|
"undici-types": "~6.20.0"
|
216
216
|
},
|
217
217
|
"peerDependencies": {},
|
218
|
-
"typesPublisherContentHash": "
|
218
|
+
"typesPublisherContentHash": "f3a2e98db611f678409d6b493c34823fdbd6bbd6d0da95a15f791f3dc7b19cc6",
|
219
219
|
"typeScriptVersion": "5.0"
|
220
220
|
}
|
@@ -1,11 +1,37 @@
|
|
1
|
+
/**
|
2
|
+
* The utility consumer functions provide common options for consuming
|
3
|
+
* streams.
|
4
|
+
* @since v16.7.0
|
5
|
+
*/
|
1
6
|
declare module "stream/consumers" {
|
2
7
|
import { Blob as NodeBlob } from "node:buffer";
|
3
|
-
import {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
function
|
8
|
+
import { ReadableStream as WebReadableStream } from "node:stream/web";
|
9
|
+
/**
|
10
|
+
* @since v16.7.0
|
11
|
+
* @returns Fulfills with an `ArrayBuffer` containing the full contents of the stream.
|
12
|
+
*/
|
13
|
+
function arrayBuffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable<any>): Promise<ArrayBuffer>;
|
14
|
+
/**
|
15
|
+
* @since v16.7.0
|
16
|
+
* @returns Fulfills with a `Blob` containing the full contents of the stream.
|
17
|
+
*/
|
18
|
+
function blob(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable<any>): Promise<NodeBlob>;
|
19
|
+
/**
|
20
|
+
* @since v16.7.0
|
21
|
+
* @returns Fulfills with a `Buffer` containing the full contents of the stream.
|
22
|
+
*/
|
23
|
+
function buffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable<any>): Promise<Buffer>;
|
24
|
+
/**
|
25
|
+
* @since v16.7.0
|
26
|
+
* @returns Fulfills with the contents of the stream parsed as a
|
27
|
+
* UTF-8 encoded string that is then passed through `JSON.parse()`.
|
28
|
+
*/
|
29
|
+
function json(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable<any>): Promise<unknown>;
|
30
|
+
/**
|
31
|
+
* @since v16.7.0
|
32
|
+
* @returns Fulfills with the contents of the stream parsed as a UTF-8 encoded string.
|
33
|
+
*/
|
34
|
+
function text(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable<any>): Promise<string>;
|
9
35
|
}
|
10
36
|
declare module "node:stream/consumers" {
|
11
37
|
export * from "stream/consumers";
|
package/package.json
CHANGED
@@ -37,14 +37,14 @@
|
|
37
37
|
"organization": false
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@aws-sdk/client-cloudwatch": "^3.
|
41
|
-
"@aws-sdk/client-codepipeline": "^3.
|
42
|
-
"@aws-sdk/client-s3": "^3.
|
43
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
44
|
-
"@aws-sdk/client-ssm": "^3.
|
40
|
+
"@aws-sdk/client-cloudwatch": "^3.774.0",
|
41
|
+
"@aws-sdk/client-codepipeline": "^3.774.0",
|
42
|
+
"@aws-sdk/client-s3": "^3.774.0",
|
43
|
+
"@aws-sdk/client-secrets-manager": "^3.774.0",
|
44
|
+
"@aws-sdk/client-ssm": "^3.774.0",
|
45
45
|
"@stylistic/eslint-plugin": "^2",
|
46
46
|
"@types/adm-zip": "^0.5.7",
|
47
|
-
"@types/aws-lambda": "^8.10.
|
47
|
+
"@types/aws-lambda": "^8.10.148",
|
48
48
|
"@types/follow-redirects": "^1.14.4",
|
49
49
|
"@types/fs-extra": "^9.0.13",
|
50
50
|
"@types/jest": "^29.5.14",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"rrule": "^2.8.1",
|
73
73
|
"standard-version": "^9",
|
74
74
|
"tar": "^6.2.1",
|
75
|
-
"ts-jest": "^29.
|
75
|
+
"ts-jest": "^29.3.0",
|
76
76
|
"ts-node": "^10.9.2",
|
77
77
|
"typescript": "~4.9.5"
|
78
78
|
},
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"publishConfig": {
|
98
98
|
"access": "public"
|
99
99
|
},
|
100
|
-
"version": "14.15.
|
100
|
+
"version": "14.15.57",
|
101
101
|
"jest": {
|
102
102
|
"coverageProvider": "v8",
|
103
103
|
"testMatch": [
|