aws-delivlib 14.14.39 → 14.14.41
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 +58 -21
- 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/globals.d.ts +8 -6
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +8 -1
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +3 -0
- 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/sqlite.d.ts +30 -9
- package/package.json +7 -7
@@ -47,11 +47,11 @@
|
|
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.147.tgz#dc5c89aa32f47a9b35e52c32630545c83afa6f2f",
|
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.
|
54
|
+
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b",
|
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 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: Fri, 03 Jan 2025 00:04:09 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.147",
|
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": "c61fda39cd2f8e15ec3e08c58f4bbff834919ab754ed2653832203474b96c3b9",
|
225
225
|
"typeScriptVersion": "5.0"
|
226
226
|
}
|
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: Fri, 03 Jan 2025 06:37:24 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/globals.d.ts
CHANGED
@@ -249,19 +249,21 @@ declare global {
|
|
249
249
|
};
|
250
250
|
|
251
251
|
/**
|
252
|
-
* A browser-compatible implementation of [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
|
253
|
-
*
|
252
|
+
* A browser-compatible implementation of [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). Data is stored
|
253
|
+
* unencrypted in the file specified by the `--localstorage-file` CLI flag.
|
254
|
+
* The maximum amount of data that can be stored is 10 MB.
|
254
255
|
* Any modification of this data outside of the Web Storage API is not supported.
|
255
256
|
* Enable this API with the `--experimental-webstorage` CLI flag.
|
257
|
+
* `localStorage` data is not stored per user or per request when used in the context
|
258
|
+
* of a server, it is shared across all users and requests.
|
256
259
|
* @since v22.4.0
|
257
260
|
*/
|
258
261
|
var localStorage: Storage;
|
259
262
|
|
260
263
|
/**
|
261
|
-
* A browser-compatible implementation of [`sessionStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage).
|
262
|
-
*
|
263
|
-
*
|
264
|
-
* Enable this API with the `--experimental-webstorage` CLI flag.
|
264
|
+
* A browser-compatible implementation of [`sessionStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage). Data is stored in
|
265
|
+
* memory, with a storage quota of 10 MB. `sessionStorage` data persists only within
|
266
|
+
* the currently running process, and is not shared between workers.
|
265
267
|
* @since v22.4.0
|
266
268
|
*/
|
267
269
|
var sessionStorage: Storage;
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts
CHANGED
@@ -125,7 +125,14 @@ declare module "module" {
|
|
125
125
|
interface ImportAttributes extends NodeJS.Dict<string> {
|
126
126
|
type?: string | undefined;
|
127
127
|
}
|
128
|
-
type ModuleFormat =
|
128
|
+
type ModuleFormat =
|
129
|
+
| "builtin"
|
130
|
+
| "commonjs"
|
131
|
+
| "commonjs-typescript"
|
132
|
+
| "json"
|
133
|
+
| "module"
|
134
|
+
| "module-typescript"
|
135
|
+
| "wasm";
|
129
136
|
type ModuleSource = string | ArrayBuffer | NodeJS.TypedArray;
|
130
137
|
interface GlobalPreloadContext {
|
131
138
|
port: MessagePort;
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts
CHANGED
@@ -896,6 +896,9 @@ declare module "net" {
|
|
896
896
|
function getDefaultAutoSelectFamily(): boolean;
|
897
897
|
/**
|
898
898
|
* Sets the default value of the `autoSelectFamily` option of `socket.connect(options)`.
|
899
|
+
* @param value The new default value.
|
900
|
+
* The initial default value is `true`, unless the command line option
|
901
|
+
* `--no-network-family-autoselection` is provided.
|
899
902
|
* @since v19.4.0
|
900
903
|
*/
|
901
904
|
function setDefaultAutoSelectFamily(value: boolean): void;
|
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.10.
|
3
|
+
"version": "22.10.5",
|
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": "5204c15eb02bc9a74afae771b0dc25867021c6aa886a7aad0f8c75fe7571881e",
|
219
219
|
"typeScriptVersion": "5.0"
|
220
220
|
}
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/sqlite.d.ts
CHANGED
@@ -45,10 +45,31 @@
|
|
45
45
|
declare module "node:sqlite" {
|
46
46
|
interface DatabaseSyncOptions {
|
47
47
|
/**
|
48
|
-
* If `true`, the database is opened by the constructor.
|
49
|
-
*
|
48
|
+
* If `true`, the database is opened by the constructor. When
|
49
|
+
* this value is `false`, the database must be opened via the `open()` method.
|
50
|
+
* @since v22.5.0
|
51
|
+
* @default true
|
50
52
|
*/
|
51
53
|
open?: boolean | undefined;
|
54
|
+
/**
|
55
|
+
* If `true`, foreign key constraints
|
56
|
+
* are enabled. This is recommended but can be disabled for compatibility with
|
57
|
+
* legacy database schemas. The enforcement of foreign key constraints can be
|
58
|
+
* enabled and disabled after opening the database using
|
59
|
+
* [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys).
|
60
|
+
* @since v22.10.0
|
61
|
+
* @default true
|
62
|
+
*/
|
63
|
+
enableForeignKeyConstraints?: boolean | undefined;
|
64
|
+
/**
|
65
|
+
* If `true`, SQLite will accept
|
66
|
+
* [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote).
|
67
|
+
* This is not recommended but can be
|
68
|
+
* enabled for compatibility with legacy database schemas.
|
69
|
+
* @since v22.10.0
|
70
|
+
* @default false
|
71
|
+
*/
|
72
|
+
enableDoubleQuotedStringLiterals?: boolean | undefined;
|
52
73
|
}
|
53
74
|
/**
|
54
75
|
* This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs
|
@@ -140,12 +161,13 @@ declare module "node:sqlite" {
|
|
140
161
|
...anonymousParameters: SupportedValueType[]
|
141
162
|
): unknown[];
|
142
163
|
/**
|
143
|
-
*
|
144
|
-
* placeholders replaced by values
|
164
|
+
* The source SQL text of the prepared statement with parameter
|
165
|
+
* placeholders replaced by the values that were used during the most recent
|
166
|
+
* execution of this prepared statement. This property is a wrapper around
|
167
|
+
* [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
145
168
|
* @since v22.5.0
|
146
|
-
* @return The source SQL expanded to include parameter values.
|
147
169
|
*/
|
148
|
-
expandedSQL
|
170
|
+
readonly expandedSQL: string;
|
149
171
|
/**
|
150
172
|
* This method executes a prepared statement and returns the first result as an
|
151
173
|
* object. If the prepared statement does not return any results, this method
|
@@ -203,11 +225,10 @@ declare module "node:sqlite" {
|
|
203
225
|
*/
|
204
226
|
setReadBigInts(enabled: boolean): void;
|
205
227
|
/**
|
206
|
-
*
|
228
|
+
* The source SQL text of the prepared statement. This property is a
|
207
229
|
* wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
208
230
|
* @since v22.5.0
|
209
|
-
* @return The source SQL used to create this prepared statement.
|
210
231
|
*/
|
211
|
-
sourceSQL
|
232
|
+
readonly sourceSQL: string;
|
212
233
|
}
|
213
234
|
}
|
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.721.0",
|
41
|
+
"@aws-sdk/client-codepipeline": "^3.721.0",
|
42
|
+
"@aws-sdk/client-s3": "^3.722.0",
|
43
|
+
"@aws-sdk/client-secrets-manager": "^3.721.0",
|
44
|
+
"@aws-sdk/client-ssm": "^3.721.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.147",
|
48
48
|
"@types/follow-redirects": "^1.14.4",
|
49
49
|
"@types/fs-extra": "^9.0.13",
|
50
50
|
"@types/jest": "^29.5.14",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"publishConfig": {
|
98
98
|
"access": "public"
|
99
99
|
},
|
100
|
-
"version": "14.14.
|
100
|
+
"version": "14.14.41",
|
101
101
|
"jest": {
|
102
102
|
"coverageProvider": "v8",
|
103
103
|
"testMatch": [
|