aws-delivlib 15.0.20 → 15.0.22
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 +5 -5
- package/lib/publishing/github/node_modules/.yarn-integrity +3 -3
- 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/cloudfront-response.d.ts +8 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/README.md +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/index.d.ts +2 -2
- 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/assert.d.ts +3 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +3 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +1 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/package.json +3 -3
- 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.150.tgz#4998b238750ec389a326a7cdb625808834036bd3",
|
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
|
-
"@types/jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.
|
53
|
+
"@types/jsonwebtoken@^9.0.0": "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09",
|
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-24.0.
|
55
|
+
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-24.0.3.tgz#f935910f3eece3a3a2f8be86b96ba833dc286cab",
|
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, 16 Jun 2025 12:02:51 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.150",
|
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": "8569013010f6344a33097495d7719b4f943191b6f8d984ab9988c029425d3f73",
|
225
225
|
"typeScriptVersion": "5.1"
|
226
226
|
}
|
package/lib/publishing/github/node_modules/@types/aws-lambda/trigger/cloudfront-response.d.ts
CHANGED
@@ -4,18 +4,20 @@ import { Callback, Handler } from "../handler";
|
|
4
4
|
export type CloudFrontResponseHandler = Handler<CloudFrontResponseEvent, CloudFrontResponseResult>;
|
5
5
|
export type CloudFrontResponseCallback = Callback<CloudFrontResponseResult>;
|
6
6
|
|
7
|
+
export interface CloudFrontResponseEventRecord {
|
8
|
+
cf: CloudFrontEvent & {
|
9
|
+
readonly request: Pick<CloudFrontRequest, Exclude<keyof CloudFrontRequest, "body">>;
|
10
|
+
response: CloudFrontResponse;
|
11
|
+
};
|
12
|
+
}
|
13
|
+
|
7
14
|
/**
|
8
15
|
* CloudFront viewer response or origin response event
|
9
16
|
*
|
10
17
|
* https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html#lambda-event-structure-response
|
11
18
|
*/
|
12
19
|
export interface CloudFrontResponseEvent {
|
13
|
-
Records:
|
14
|
-
cf: CloudFrontEvent & {
|
15
|
-
readonly request: Pick<CloudFrontRequest, Exclude<keyof CloudFrontRequest, "body">>;
|
16
|
-
response: CloudFrontResponse;
|
17
|
-
};
|
18
|
-
}>;
|
20
|
+
Records: CloudFrontResponseEventRecord[];
|
19
21
|
}
|
20
22
|
|
21
23
|
export type CloudFrontResponseResult = undefined | null | CloudFrontResultResponse;
|
@@ -8,7 +8,7 @@ This package contains type definitions for jsonwebtoken (https://github.com/auth
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 16 Jun 2025 07:35:37 GMT
|
12
12
|
* Dependencies: [@types/ms](https://npmjs.com/package/@types/ms), [@types/node](https://npmjs.com/package/@types/node)
|
13
13
|
|
14
14
|
# Credits
|
@@ -56,12 +56,12 @@ export interface SignOptions {
|
|
56
56
|
|
57
57
|
export interface VerifyOptions {
|
58
58
|
algorithms?: Algorithm[] | undefined;
|
59
|
-
audience?: string | RegExp |
|
59
|
+
audience?: string | RegExp | [string | RegExp, ...(string | RegExp)[]] | undefined;
|
60
60
|
clockTimestamp?: number | undefined;
|
61
61
|
clockTolerance?: number | undefined;
|
62
62
|
/** return an object with the decoded `{ payload, header, signature }` instead of only the usual content of the payload. */
|
63
63
|
complete?: boolean | undefined;
|
64
|
-
issuer?: string | string[] | undefined;
|
64
|
+
issuer?: string | [string, ...(string[])] | undefined;
|
65
65
|
ignoreExpiration?: boolean | undefined;
|
66
66
|
ignoreNotBefore?: boolean | undefined;
|
67
67
|
jwtid?: string | undefined;
|
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, 16 Jun 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/assert.d.ts
CHANGED
@@ -79,7 +79,9 @@ declare module "assert" {
|
|
79
79
|
* @return A function that wraps `fn`.
|
80
80
|
*/
|
81
81
|
calls(exact?: number): () => void;
|
82
|
-
calls
|
82
|
+
calls(fn: undefined, exact?: number): () => void;
|
83
|
+
calls<Func extends (...args: any[]) => any>(fn: Func, exact?: number): Func;
|
84
|
+
calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func | (() => void);
|
83
85
|
/**
|
84
86
|
* Example:
|
85
87
|
*
|
@@ -29,6 +29,7 @@ declare module "fs/promises" {
|
|
29
29
|
OpenDirOptions,
|
30
30
|
OpenMode,
|
31
31
|
PathLike,
|
32
|
+
ReadPosition,
|
32
33
|
ReadStream,
|
33
34
|
ReadVResult,
|
34
35
|
RmDirOptions,
|
@@ -69,7 +70,7 @@ declare module "fs/promises" {
|
|
69
70
|
* @default `buffer.byteLength`
|
70
71
|
*/
|
71
72
|
length?: number | null;
|
72
|
-
position?:
|
73
|
+
position?: ReadPosition | null;
|
73
74
|
}
|
74
75
|
interface CreateReadStreamOptions extends Abortable {
|
75
76
|
encoding?: BufferEncoding | null | undefined;
|
@@ -229,7 +230,7 @@ declare module "fs/promises" {
|
|
229
230
|
buffer: T,
|
230
231
|
offset?: number | null,
|
231
232
|
length?: number | null,
|
232
|
-
position?:
|
233
|
+
position?: ReadPosition | null,
|
233
234
|
): Promise<FileReadResult<T>>;
|
234
235
|
read<T extends NodeJS.ArrayBufferView = Buffer>(
|
235
236
|
buffer: T,
|
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": "24.0.
|
3
|
+
"version": "24.0.3",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -230,6 +230,6 @@
|
|
230
230
|
"undici-types": "~7.8.0"
|
231
231
|
},
|
232
232
|
"peerDependencies": {},
|
233
|
-
"typesPublisherContentHash": "
|
233
|
+
"typesPublisherContentHash": "50346638d9eb4e5a9d98e4739a4c05900502bd5d0a2347843c47ea6fc70a2638",
|
234
234
|
"typeScriptVersion": "5.1"
|
235
235
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/jsonwebtoken",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.10",
|
4
4
|
"description": "TypeScript definitions for jsonwebtoken",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken",
|
6
6
|
"license": "MIT",
|
@@ -79,6 +79,6 @@
|
|
79
79
|
"@types/node": "*"
|
80
80
|
},
|
81
81
|
"peerDependencies": {},
|
82
|
-
"typesPublisherContentHash": "
|
83
|
-
"typeScriptVersion": "5.
|
82
|
+
"typesPublisherContentHash": "d51483f13412c41d8e77e914b45268c47b0cde11c20fa17f2dee720012292dca",
|
83
|
+
"typeScriptVersion": "5.1"
|
84
84
|
}
|
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.830.0",
|
41
|
+
"@aws-sdk/client-codepipeline": "^3.830.0",
|
42
|
+
"@aws-sdk/client-s3": "^3.830.0",
|
43
|
+
"@aws-sdk/client-secrets-manager": "^3.830.0",
|
44
|
+
"@aws-sdk/client-ssm": "^3.830.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.150",
|
48
48
|
"@types/follow-redirects": "^1.14.4",
|
49
49
|
"@types/fs-extra": "^9.0.13",
|
50
50
|
"@types/jest": "^29.5.14",
|
@@ -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.92.
|
71
|
+
"projen": "^0.92.11",
|
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": "15.0.
|
100
|
+
"version": "15.0.22",
|
101
101
|
"jest": {
|
102
102
|
"coverageProvider": "v8",
|
103
103
|
"testMatch": [
|