aws-delivlib 14.15.65 → 14.15.67
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/package-integrity/handler/validate.bundle.js +30 -14
- package/lib/publishing/github/node_modules/.yarn-integrity +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/fs.d.ts +9 -10
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +50 -5
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +3 -3
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +28 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/sqlite.d.ts +63 -17
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +82 -0
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +11 -4
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +1 -0
- package/lib/publishing/github/node_modules/undici-types/dispatcher.d.ts +1 -0
- package/lib/publishing/github/node_modules/undici-types/package.json +1 -1
- package/lib/publishing/github/node_modules/undici-types/readable.d.ts +5 -0
- package/lib/publishing/github/node_modules/undici-types/webidl.d.ts +6 -0
- package/package.json +7 -7
@@ -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.
|
55
|
+
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e",
|
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",
|
@@ -88,7 +88,7 @@
|
|
88
88
|
"semver@^7.5.4": "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f",
|
89
89
|
"tr46@~0.0.3": "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
|
90
90
|
"typescript@~4.9.4": "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a",
|
91
|
-
"undici-types@~6.
|
91
|
+
"undici-types@~6.21.0": "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb",
|
92
92
|
"universal-github-app-jwt@^1.1.1": "https://registry.yarnpkg.com/universal-github-app-jwt/-/universal-github-app-jwt-1.2.0.tgz#1314cf2b2aff69d7ae998e8bff90d55a651d2949",
|
93
93
|
"universal-user-agent@^6.0.0": "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa",
|
94
94
|
"webidl-conversions@^3.0.0": "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871",
|
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: Wed, 02 Apr 2025 18:39:01 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
@@ -4272,7 +4272,7 @@ declare module "fs" {
|
|
4272
4272
|
*/
|
4273
4273
|
export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void;
|
4274
4274
|
|
4275
|
-
interface
|
4275
|
+
interface _GlobOptions<T extends Dirent | string> {
|
4276
4276
|
/**
|
4277
4277
|
* Current working directory.
|
4278
4278
|
* @default process.cwd()
|
@@ -4285,21 +4285,20 @@ declare module "fs" {
|
|
4285
4285
|
*/
|
4286
4286
|
withFileTypes?: boolean | undefined;
|
4287
4287
|
/**
|
4288
|
-
* Function to filter out files/directories
|
4288
|
+
* Function to filter out files/directories or a
|
4289
|
+
* list of glob patterns to be excluded. If a function is provided, return
|
4290
|
+
* `true` to exclude the item, `false` to include it.
|
4291
|
+
* @default undefined
|
4289
4292
|
*/
|
4290
|
-
exclude?: ((fileName:
|
4293
|
+
exclude?: ((fileName: T) => boolean) | readonly string[] | undefined;
|
4291
4294
|
}
|
4292
|
-
export interface
|
4293
|
-
|
4295
|
+
export interface GlobOptions extends _GlobOptions<Dirent | string> {}
|
4296
|
+
export interface GlobOptionsWithFileTypes extends _GlobOptions<Dirent> {
|
4294
4297
|
withFileTypes: true;
|
4295
4298
|
}
|
4296
|
-
export interface GlobOptionsWithoutFileTypes extends
|
4297
|
-
exclude?: ((fileName: string) => boolean) | undefined;
|
4299
|
+
export interface GlobOptionsWithoutFileTypes extends _GlobOptions<string> {
|
4298
4300
|
withFileTypes?: false | undefined;
|
4299
4301
|
}
|
4300
|
-
export interface GlobOptions extends GlobOptionsBase {
|
4301
|
-
exclude?: ((fileName: Dirent | string) => boolean) | undefined;
|
4302
|
-
}
|
4303
4302
|
|
4304
4303
|
/**
|
4305
4304
|
* Retrieves the files matching the specified pattern.
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts
CHANGED
@@ -128,12 +128,54 @@ declare module "module" {
|
|
128
128
|
*/
|
129
129
|
function getCompileCacheDir(): string | undefined;
|
130
130
|
/**
|
131
|
-
*
|
131
|
+
* ```text
|
132
|
+
* /path/to/project
|
133
|
+
* ├ packages/
|
134
|
+
* ├ bar/
|
135
|
+
* ├ bar.js
|
136
|
+
* └ package.json // name = '@foo/bar'
|
137
|
+
* └ qux/
|
138
|
+
* ├ node_modules/
|
139
|
+
* └ some-package/
|
140
|
+
* └ package.json // name = 'some-package'
|
141
|
+
* ├ qux.js
|
142
|
+
* └ package.json // name = '@foo/qux'
|
143
|
+
* ├ main.js
|
144
|
+
* └ package.json // name = '@foo'
|
145
|
+
* ```
|
146
|
+
* ```js
|
147
|
+
* // /path/to/project/packages/bar/bar.js
|
148
|
+
* import { findPackageJSON } from 'node:module';
|
149
|
+
*
|
150
|
+
* findPackageJSON('..', import.meta.url);
|
151
|
+
* // '/path/to/project/package.json'
|
152
|
+
* // Same result when passing an absolute specifier instead:
|
153
|
+
* findPackageJSON(new URL('../', import.meta.url));
|
154
|
+
* findPackageJSON(import.meta.resolve('../'));
|
155
|
+
*
|
156
|
+
* findPackageJSON('some-package', import.meta.url);
|
157
|
+
* // '/path/to/project/packages/bar/node_modules/some-package/package.json'
|
158
|
+
* // When passing an absolute specifier, you might get a different result if the
|
159
|
+
* // resolved module is inside a subfolder that has nested `package.json`.
|
160
|
+
* findPackageJSON(import.meta.resolve('some-package'));
|
161
|
+
* // '/path/to/project/packages/bar/node_modules/some-package/some-subfolder/package.json'
|
162
|
+
*
|
163
|
+
* findPackageJSON('@foo/qux', import.meta.url);
|
164
|
+
* // '/path/to/project/packages/qux/package.json'
|
165
|
+
* ```
|
166
|
+
* @since v22.14.0
|
167
|
+
* @param specifier The specifier for the module whose `package.json` to
|
168
|
+
* retrieve. When passing a _bare specifier_, the `package.json` at the root of
|
169
|
+
* the package is returned. When passing a _relative specifier_ or an _absolute specifier_,
|
170
|
+
* the closest parent `package.json` is returned.
|
171
|
+
* @param base The absolute location (`file:` URL string or FS path) of the
|
172
|
+
* containing module. For CJS, use `__filename` (not `__dirname`!); for ESM, use
|
173
|
+
* `import.meta.url`. You do not need to pass it if `specifier` is an _absolute specifier_.
|
174
|
+
* @returns A path if the `package.json` is found. When `startLocation`
|
175
|
+
* is a package, the package's root `package.json`; when a relative or unresolved, the closest
|
176
|
+
* `package.json` to the `startLocation`.
|
132
177
|
*/
|
133
|
-
function findPackageJSON(
|
134
|
-
specifier: string | URL,
|
135
|
-
base?: string | URL,
|
136
|
-
): undefined | string;
|
178
|
+
function findPackageJSON(specifier: string | URL, base?: string | URL): string | undefined;
|
137
179
|
/**
|
138
180
|
* @since v18.6.0, v16.17.0
|
139
181
|
*/
|
@@ -162,6 +204,9 @@ declare module "module" {
|
|
162
204
|
* Register a module that exports hooks that customize Node.js module
|
163
205
|
* resolution and loading behavior. See
|
164
206
|
* [Customization hooks](https://nodejs.org/docs/latest-v22.x/api/module.html#customization-hooks).
|
207
|
+
*
|
208
|
+
* This feature requires `--allow-worker` if used with the
|
209
|
+
* [Permission Model](https://nodejs.org/docs/latest-v22.x/api/permissions.html#permission-model).
|
165
210
|
* @since v20.6.0, v18.19.0
|
166
211
|
* @param specifier Customization hooks to be registered; this should be
|
167
212
|
* the same string that would be passed to `import()`, except that if it is
|
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.
|
3
|
+
"version": "22.14.0",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -212,9 +212,9 @@
|
|
212
212
|
},
|
213
213
|
"scripts": {},
|
214
214
|
"dependencies": {
|
215
|
-
"undici-types": "~6.
|
215
|
+
"undici-types": "~6.21.0"
|
216
216
|
},
|
217
217
|
"peerDependencies": {},
|
218
|
-
"typesPublisherContentHash": "
|
218
|
+
"typesPublisherContentHash": "85380e858018285cbe47b1f83eb49c9bd791be4b6f059c2ae75b99b5b202ea93",
|
219
219
|
"typeScriptVersion": "5.1"
|
220
220
|
}
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts
CHANGED
@@ -1910,6 +1910,34 @@ declare module "process" {
|
|
1910
1910
|
* @since v0.8.0
|
1911
1911
|
*/
|
1912
1912
|
traceDeprecation: boolean;
|
1913
|
+
/**
|
1914
|
+
* An object is "refable" if it implements the Node.js "Refable protocol".
|
1915
|
+
* Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
|
1916
|
+
* and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
|
1917
|
+
* event loop alive, while "unref'd" objects will not. Historically, this was
|
1918
|
+
* implemented by using `ref()` and `unref()` methods directly on the objects.
|
1919
|
+
* This pattern, however, is being deprecated in favor of the "Refable protocol"
|
1920
|
+
* in order to better support Web Platform API types whose APIs cannot be modified
|
1921
|
+
* to add `ref()` and `unref()` methods but still need to support that behavior.
|
1922
|
+
* @since v22.14.0
|
1923
|
+
* @experimental
|
1924
|
+
* @param maybeRefable An object that may be "refable".
|
1925
|
+
*/
|
1926
|
+
ref(maybeRefable: any): void;
|
1927
|
+
/**
|
1928
|
+
* An object is "unrefable" if it implements the Node.js "Refable protocol".
|
1929
|
+
* Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
|
1930
|
+
* and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
|
1931
|
+
* event loop alive, while "unref'd" objects will not. Historically, this was
|
1932
|
+
* implemented by using `ref()` and `unref()` methods directly on the objects.
|
1933
|
+
* This pattern, however, is being deprecated in favor of the "Refable protocol"
|
1934
|
+
* in order to better support Web Platform API types whose APIs cannot be modified
|
1935
|
+
* to add `ref()` and `unref()` methods but still need to support that behavior.
|
1936
|
+
* @since v22.14.0
|
1937
|
+
* @experimental
|
1938
|
+
* @param maybeRefable An object that may be "unref'd".
|
1939
|
+
*/
|
1940
|
+
unref(maybeRefable: any): void;
|
1913
1941
|
/* EventEmitter */
|
1914
1942
|
addListener(event: "beforeExit", listener: BeforeExitListener): this;
|
1915
1943
|
addListener(event: "disconnect", listener: DisconnectListener): this;
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/sqlite.d.ts
CHANGED
@@ -43,7 +43,10 @@
|
|
43
43
|
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/sqlite.js)
|
44
44
|
*/
|
45
45
|
declare module "node:sqlite" {
|
46
|
-
type
|
46
|
+
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView;
|
47
|
+
type SQLOutputValue = null | number | bigint | string | Uint8Array;
|
48
|
+
/** @deprecated Use `SQLInputValue` or `SQLOutputValue` instead. */
|
49
|
+
type SupportedValueType = SQLOutputValue;
|
47
50
|
interface DatabaseSyncOptions {
|
48
51
|
/**
|
49
52
|
* If `true`, the database is opened by the constructor. When
|
@@ -109,10 +112,30 @@ declare module "node:sqlite" {
|
|
109
112
|
*/
|
110
113
|
filter?: ((tableName: string) => boolean) | undefined;
|
111
114
|
/**
|
112
|
-
*
|
115
|
+
* A function that determines how to handle conflicts. The function receives one argument,
|
116
|
+
* which can be one of the following values:
|
117
|
+
*
|
118
|
+
* * `SQLITE_CHANGESET_DATA`: A `DELETE` or `UPDATE` change does not contain the expected "before" values.
|
119
|
+
* * `SQLITE_CHANGESET_NOTFOUND`: A row matching the primary key of the `DELETE` or `UPDATE` change does not exist.
|
120
|
+
* * `SQLITE_CHANGESET_CONFLICT`: An `INSERT` change results in a duplicate primary key.
|
121
|
+
* * `SQLITE_CHANGESET_FOREIGN_KEY`: Applying a change would result in a foreign key violation.
|
122
|
+
* * `SQLITE_CHANGESET_CONSTRAINT`: Applying a change results in a `UNIQUE`, `CHECK`, or `NOT NULL` constraint
|
123
|
+
* violation.
|
124
|
+
*
|
125
|
+
* The function should return one of the following values:
|
126
|
+
*
|
127
|
+
* * `SQLITE_CHANGESET_OMIT`: Omit conflicting changes.
|
128
|
+
* * `SQLITE_CHANGESET_REPLACE`: Replace existing values with conflicting changes (only valid with
|
129
|
+
`SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT` conflicts).
|
130
|
+
* * `SQLITE_CHANGESET_ABORT`: Abort on conflict and roll back the database.
|
131
|
+
*
|
132
|
+
* When an error is thrown in the conflict handler or when any other value is returned from the handler,
|
133
|
+
* applying the changeset is aborted and the database is rolled back.
|
134
|
+
*
|
135
|
+
* **Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
|
113
136
|
* @since v22.12.0
|
114
137
|
*/
|
115
|
-
onConflict?: number | undefined;
|
138
|
+
onConflict?: ((conflictType: number) => number) | undefined;
|
116
139
|
}
|
117
140
|
interface FunctionOptions {
|
118
141
|
/**
|
@@ -322,11 +345,11 @@ declare module "node:sqlite" {
|
|
322
345
|
* @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of
|
323
346
|
* the row.
|
324
347
|
*/
|
325
|
-
all(...anonymousParameters:
|
348
|
+
all(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue>[];
|
326
349
|
all(
|
327
|
-
namedParameters: Record<string,
|
328
|
-
...anonymousParameters:
|
329
|
-
):
|
350
|
+
namedParameters: Record<string, SQLInputValue>,
|
351
|
+
...anonymousParameters: SQLInputValue[]
|
352
|
+
): Record<string, SQLOutputValue>[];
|
330
353
|
/**
|
331
354
|
* The source SQL text of the prepared statement with parameter
|
332
355
|
* placeholders replaced by the values that were used during the most recent
|
@@ -346,8 +369,11 @@ declare module "node:sqlite" {
|
|
346
369
|
* @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no
|
347
370
|
* rows were returned from the database then this method returns `undefined`.
|
348
371
|
*/
|
349
|
-
get(...anonymousParameters:
|
350
|
-
get(
|
372
|
+
get(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue> | undefined;
|
373
|
+
get(
|
374
|
+
namedParameters: Record<string, SQLInputValue>,
|
375
|
+
...anonymousParameters: SQLInputValue[]
|
376
|
+
): Record<string, SQLOutputValue> | undefined;
|
351
377
|
/**
|
352
378
|
* This method executes a prepared statement and returns an iterator of
|
353
379
|
* objects. If the prepared statement does not return any results, this method
|
@@ -361,11 +387,11 @@ declare module "node:sqlite" {
|
|
361
387
|
* returned by executing the prepared statement. The keys and values of each
|
362
388
|
* object correspond to the column names and values of the row.
|
363
389
|
*/
|
364
|
-
iterate(...anonymousParameters:
|
390
|
+
iterate(...anonymousParameters: SQLInputValue[]): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
365
391
|
iterate(
|
366
|
-
namedParameters: Record<string,
|
367
|
-
...anonymousParameters:
|
368
|
-
): NodeJS.Iterator<
|
392
|
+
namedParameters: Record<string, SQLInputValue>,
|
393
|
+
...anonymousParameters: SQLInputValue[]
|
394
|
+
): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
369
395
|
/**
|
370
396
|
* This method executes a prepared statement and returns an object summarizing the
|
371
397
|
* resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
|
@@ -374,10 +400,10 @@ declare module "node:sqlite" {
|
|
374
400
|
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
375
401
|
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
376
402
|
*/
|
377
|
-
run(...anonymousParameters:
|
403
|
+
run(...anonymousParameters: SQLInputValue[]): StatementResultingChanges;
|
378
404
|
run(
|
379
|
-
namedParameters: Record<string,
|
380
|
-
...anonymousParameters:
|
405
|
+
namedParameters: Record<string, SQLInputValue>,
|
406
|
+
...anonymousParameters: SQLInputValue[]
|
381
407
|
): StatementResultingChanges;
|
382
408
|
/**
|
383
409
|
* The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding
|
@@ -420,13 +446,33 @@ declare module "node:sqlite" {
|
|
420
446
|
* @since v22.13.0
|
421
447
|
*/
|
422
448
|
namespace constants {
|
449
|
+
/**
|
450
|
+
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.
|
451
|
+
* @since v22.14.0
|
452
|
+
*/
|
453
|
+
const SQLITE_CHANGESET_DATA: number;
|
454
|
+
/**
|
455
|
+
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database.
|
456
|
+
* @since v22.14.0
|
457
|
+
*/
|
458
|
+
const SQLITE_CHANGESET_NOTFOUND: number;
|
459
|
+
/**
|
460
|
+
* This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values.
|
461
|
+
* @since v22.14.0
|
462
|
+
*/
|
463
|
+
const SQLITE_CHANGESET_CONFLICT: number;
|
464
|
+
/**
|
465
|
+
* If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns `SQLITE_CHANGESET_OMIT`, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns `SQLITE_CHANGESET_ABORT`, the changeset is rolled back.
|
466
|
+
* @since v22.14.0
|
467
|
+
*/
|
468
|
+
const SQLITE_CHANGESET_FOREIGN_KEY: number;
|
423
469
|
/**
|
424
470
|
* Conflicting changes are omitted.
|
425
471
|
* @since v22.12.0
|
426
472
|
*/
|
427
473
|
const SQLITE_CHANGESET_OMIT: number;
|
428
474
|
/**
|
429
|
-
* Conflicting changes replace existing values.
|
475
|
+
* Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT`.
|
430
476
|
* @since v22.12.0
|
431
477
|
*/
|
432
478
|
const SQLITE_CHANGESET_REPLACE: number;
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts
CHANGED
@@ -147,6 +147,7 @@ declare module "node:test" {
|
|
147
147
|
export {
|
148
148
|
after,
|
149
149
|
afterEach,
|
150
|
+
assert,
|
150
151
|
before,
|
151
152
|
beforeEach,
|
152
153
|
describe,
|
@@ -753,6 +754,18 @@ declare module "node:test" {
|
|
753
754
|
* @returns A {@link Promise} resolved with `undefined` once the test completes.
|
754
755
|
*/
|
755
756
|
test: typeof test;
|
757
|
+
/**
|
758
|
+
* This method polls a `condition` function until that function either returns
|
759
|
+
* successfully or the operation times out.
|
760
|
+
* @since v22.14.0
|
761
|
+
* @param condition An assertion function that is invoked
|
762
|
+
* periodically until it completes successfully or the defined polling timeout
|
763
|
+
* elapses. Successful completion is defined as not throwing or rejecting. This
|
764
|
+
* function does not accept any arguments, and is allowed to return any value.
|
765
|
+
* @param options An optional configuration object for the polling operation.
|
766
|
+
* @returns Fulfilled with the value returned by `condition`.
|
767
|
+
*/
|
768
|
+
waitFor<T>(condition: () => T, options?: TestContextWaitForOptions): Promise<Awaited<T>>;
|
756
769
|
/**
|
757
770
|
* Each test provides its own MockTracker instance.
|
758
771
|
*/
|
@@ -781,6 +794,33 @@ declare module "node:test" {
|
|
781
794
|
| "throws"
|
782
795
|
>
|
783
796
|
{
|
797
|
+
/**
|
798
|
+
* This function serializes `value` and writes it to the file specified by `path`.
|
799
|
+
*
|
800
|
+
* ```js
|
801
|
+
* test('snapshot test with default serialization', (t) => {
|
802
|
+
* t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json');
|
803
|
+
* });
|
804
|
+
* ```
|
805
|
+
*
|
806
|
+
* This function differs from `context.assert.snapshot()` in the following ways:
|
807
|
+
*
|
808
|
+
* * The snapshot file path is explicitly provided by the user.
|
809
|
+
* * Each snapshot file is limited to a single snapshot value.
|
810
|
+
* * No additional escaping is performed by the test runner.
|
811
|
+
*
|
812
|
+
* These differences allow snapshot files to better support features such as syntax
|
813
|
+
* highlighting.
|
814
|
+
* @since v22.14.0
|
815
|
+
* @param value A value to serialize to a string. If Node.js was started with
|
816
|
+
* the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--test-update-snapshots)
|
817
|
+
* flag, the serialized value is written to
|
818
|
+
* `path`. Otherwise, the serialized value is compared to the contents of the
|
819
|
+
* existing snapshot file.
|
820
|
+
* @param path The file where the serialized `value` is written.
|
821
|
+
* @param options Optional configuration options.
|
822
|
+
*/
|
823
|
+
fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void;
|
784
824
|
/**
|
785
825
|
* This function implements assertions for snapshot testing.
|
786
826
|
* ```js
|
@@ -795,8 +835,17 @@ declare module "node:test" {
|
|
795
835
|
* });
|
796
836
|
* ```
|
797
837
|
* @since v22.3.0
|
838
|
+
* @param value A value to serialize to a string. If Node.js was started with
|
839
|
+
* the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--test-update-snapshots)
|
840
|
+
* flag, the serialized value is written to
|
841
|
+
* the snapshot file. Otherwise, the serialized value is compared to the
|
842
|
+
* corresponding value in the existing snapshot file.
|
798
843
|
*/
|
799
844
|
snapshot(value: any, options?: AssertSnapshotOptions): void;
|
845
|
+
/**
|
846
|
+
* A custom assertion function registered with `assert.register()`.
|
847
|
+
*/
|
848
|
+
[name: string]: (...args: any[]) => void;
|
800
849
|
}
|
801
850
|
interface AssertSnapshotOptions {
|
802
851
|
/**
|
@@ -809,6 +858,20 @@ declare module "node:test" {
|
|
809
858
|
*/
|
810
859
|
serializers?: ReadonlyArray<(value: any) => any> | undefined;
|
811
860
|
}
|
861
|
+
interface TestContextWaitForOptions {
|
862
|
+
/**
|
863
|
+
* The number of milliseconds to wait after an unsuccessful
|
864
|
+
* invocation of `condition` before trying again.
|
865
|
+
* @default 50
|
866
|
+
*/
|
867
|
+
interval?: number | undefined;
|
868
|
+
/**
|
869
|
+
* The poll timeout in milliseconds. If `condition` has not
|
870
|
+
* succeeded by the time this elapses, an error occurs.
|
871
|
+
* @default 1000
|
872
|
+
*/
|
873
|
+
timeout?: number | undefined;
|
874
|
+
}
|
812
875
|
|
813
876
|
/**
|
814
877
|
* An instance of `SuiteContext` is passed to each suite function in order to
|
@@ -1594,6 +1657,24 @@ declare module "node:test" {
|
|
1594
1657
|
*/
|
1595
1658
|
[Symbol.dispose](): void;
|
1596
1659
|
}
|
1660
|
+
/**
|
1661
|
+
* An object whose methods are used to configure available assertions on the
|
1662
|
+
* `TestContext` objects in the current process. The methods from `node:assert`
|
1663
|
+
* and snapshot testing functions are available by default.
|
1664
|
+
*
|
1665
|
+
* It is possible to apply the same configuration to all files by placing common
|
1666
|
+
* configuration code in a module
|
1667
|
+
* preloaded with `--require` or `--import`.
|
1668
|
+
* @since v22.14.0
|
1669
|
+
*/
|
1670
|
+
namespace assert {
|
1671
|
+
/**
|
1672
|
+
* Defines a new assertion function with the provided name and function. If an
|
1673
|
+
* assertion already exists with the same name, it is overwritten.
|
1674
|
+
* @since v22.14.0
|
1675
|
+
*/
|
1676
|
+
function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void;
|
1677
|
+
}
|
1597
1678
|
/**
|
1598
1679
|
* @since v22.3.0
|
1599
1680
|
*/
|
@@ -1625,6 +1706,7 @@ declare module "node:test" {
|
|
1625
1706
|
export {
|
1626
1707
|
after,
|
1627
1708
|
afterEach,
|
1709
|
+
assert,
|
1628
1710
|
before,
|
1629
1711
|
beforeEach,
|
1630
1712
|
describe,
|
package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts
CHANGED
@@ -118,6 +118,12 @@ declare module "util" {
|
|
118
118
|
* function for this call site.
|
119
119
|
*/
|
120
120
|
scriptName: string;
|
121
|
+
/**
|
122
|
+
* Returns the unique id of the script, as in Chrome DevTools protocol
|
123
|
+
* [`Runtime.ScriptId`](https://chromedevtools.github.io/devtools-protocol/1-3/Runtime/#type-ScriptId).
|
124
|
+
* @since v22.14.0
|
125
|
+
*/
|
126
|
+
scriptId: string;
|
121
127
|
/**
|
122
128
|
* Returns the number, 1-based, of the line for the associate function call.
|
123
129
|
*/
|
@@ -125,7 +131,7 @@ declare module "util" {
|
|
125
131
|
/**
|
126
132
|
* Returns the 1-based column offset on the line for the associated function call.
|
127
133
|
*/
|
128
|
-
|
134
|
+
columnNumber: number;
|
129
135
|
}
|
130
136
|
/**
|
131
137
|
* The `util.format()` method returns a formatted string using the first argument
|
@@ -1572,9 +1578,10 @@ declare module "util" {
|
|
1572
1578
|
*/
|
1573
1579
|
short?: string | undefined;
|
1574
1580
|
/**
|
1575
|
-
* The default
|
1576
|
-
*
|
1577
|
-
*
|
1581
|
+
* The default value to
|
1582
|
+
* be used if (and only if) the option does not appear in the arguments to be
|
1583
|
+
* parsed. It must be of the same type as the `type` property. When `multiple`
|
1584
|
+
* is `true`, it must be an array.
|
1578
1585
|
* @since v18.11.0
|
1579
1586
|
*/
|
1580
1587
|
default?: string | boolean | string[] | boolean[] | undefined;
|
@@ -60,6 +60,7 @@ declare module "worker_threads" {
|
|
60
60
|
import { Readable, Writable } from "node:stream";
|
61
61
|
import { URL } from "node:url";
|
62
62
|
import { X509Certificate } from "node:crypto";
|
63
|
+
const isInternalThread: boolean;
|
63
64
|
const isMainThread: boolean;
|
64
65
|
const parentPort: null | MessagePort;
|
65
66
|
const resourceLimits: ResourceLimits;
|
@@ -244,6 +244,7 @@ declare namespace Dispatcher {
|
|
244
244
|
readonly bodyUsed: boolean;
|
245
245
|
arrayBuffer(): Promise<ArrayBuffer>;
|
246
246
|
blob(): Promise<Blob>;
|
247
|
+
bytes(): Promise<Uint8Array>;
|
247
248
|
formData(): Promise<never>;
|
248
249
|
json(): Promise<unknown>;
|
249
250
|
text(): Promise<string>;
|
@@ -25,6 +25,11 @@ declare class BodyReadable extends Readable {
|
|
25
25
|
*/
|
26
26
|
blob(): Promise<Blob>
|
27
27
|
|
28
|
+
/** Consumes and returns the body as an Uint8Array
|
29
|
+
* https://fetch.spec.whatwg.org/#dom-body-bytes
|
30
|
+
*/
|
31
|
+
bytes(): Promise<Uint8Array>
|
32
|
+
|
28
33
|
/** Consumes and returns the body as an ArrayBuffer
|
29
34
|
* https://fetch.spec.whatwg.org/#dom-body-arraybuffer
|
30
35
|
*/
|
@@ -67,6 +67,12 @@ interface WebidlUtil {
|
|
67
67
|
* Stringifies {@param V}
|
68
68
|
*/
|
69
69
|
Stringify (V: any): string
|
70
|
+
|
71
|
+
/**
|
72
|
+
* Mark a value as uncloneable for Node.js.
|
73
|
+
* This is only effective in some newer Node.js versions.
|
74
|
+
*/
|
75
|
+
markAsUncloneable (V: any): void
|
70
76
|
}
|
71
77
|
|
72
78
|
interface WebidlConverters {
|
package/package.json
CHANGED
@@ -37,11 +37,11 @@
|
|
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.782.0",
|
41
|
+
"@aws-sdk/client-codepipeline": "^3.782.0",
|
42
|
+
"@aws-sdk/client-s3": "^3.782.0",
|
43
|
+
"@aws-sdk/client-secrets-manager": "^3.782.0",
|
44
|
+
"@aws-sdk/client-ssm": "^3.782.0",
|
45
45
|
"@stylistic/eslint-plugin": "^2",
|
46
46
|
"@types/adm-zip": "^0.5.7",
|
47
47
|
"@types/aws-lambda": "^8.10.148",
|
@@ -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.
|
56
|
+
"aws-cdk": "2.1007.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.15.
|
100
|
+
"version": "14.15.67",
|
101
101
|
"jest": {
|
102
102
|
"coverageProvider": "v8",
|
103
103
|
"testMatch": [
|