aws-delivlib 15.0.3 → 15.0.4
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 +4385 -3088
- package/lib/publishing/github/node_modules/.yarn-integrity +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/module.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/node_modules/@types/node/perf_hooks.d.ts +2 -2
- package/lib/publishing/github/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +1 -1
- package/package.json +2 -2
@@ -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.15.
|
55
|
+
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-22.15.26.tgz#01ea4427edeaf205cd18ebdb93db2708d5301f05",
|
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",
|
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: Thu, 29 May 2025 23: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/module.d.ts
CHANGED
@@ -452,7 +452,7 @@ declare module "module" {
|
|
452
452
|
importAttributes: ImportAttributes;
|
453
453
|
}
|
454
454
|
interface LoadFnOutput {
|
455
|
-
format:
|
455
|
+
format: string | null | undefined;
|
456
456
|
/**
|
457
457
|
* A signal that this hook intends to terminate the chain of `resolve` hooks.
|
458
458
|
* @default false
|
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.15.
|
3
|
+
"version": "22.15.26",
|
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.21.0"
|
221
221
|
},
|
222
222
|
"peerDependencies": {},
|
223
|
-
"typesPublisherContentHash": "
|
223
|
+
"typesPublisherContentHash": "396d40f2ce0ddd8afa08e7ce4e4629ae9b67d6c511d0f44b0d0e511763140857",
|
224
224
|
"typeScriptVersion": "5.1"
|
225
225
|
}
|
@@ -866,12 +866,12 @@ declare module "perf_hooks" {
|
|
866
866
|
* The minimum recordable value. Must be an integer value greater than 0.
|
867
867
|
* @default 1
|
868
868
|
*/
|
869
|
-
|
869
|
+
lowest?: number | bigint | undefined;
|
870
870
|
/**
|
871
871
|
* The maximum recordable value. Must be an integer value greater than min.
|
872
872
|
* @default Number.MAX_SAFE_INTEGER
|
873
873
|
*/
|
874
|
-
|
874
|
+
highest?: number | bigint | undefined;
|
875
875
|
/**
|
876
876
|
* The number of accuracy digits. Must be a number between 1 and 5.
|
877
877
|
* @default 3
|
@@ -701,7 +701,7 @@ declare module "worker_threads" {
|
|
701
701
|
* @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value
|
702
702
|
* for the `key` will be deleted.
|
703
703
|
*/
|
704
|
-
function setEnvironmentData(key: Serializable, value
|
704
|
+
function setEnvironmentData(key: Serializable, value?: Serializable): void;
|
705
705
|
|
706
706
|
import {
|
707
707
|
BroadcastChannel as _BroadcastChannel,
|
package/package.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
"devDependencies": {
|
40
40
|
"@aws-sdk/client-cloudwatch": "^3.817.0",
|
41
41
|
"@aws-sdk/client-codepipeline": "^3.817.0",
|
42
|
-
"@aws-sdk/client-s3": "^3.
|
42
|
+
"@aws-sdk/client-s3": "^3.820.0",
|
43
43
|
"@aws-sdk/client-secrets-manager": "^3.817.0",
|
44
44
|
"@aws-sdk/client-ssm": "^3.817.0",
|
45
45
|
"@stylistic/eslint-plugin": "^2",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"publishConfig": {
|
98
98
|
"access": "public"
|
99
99
|
},
|
100
|
-
"version": "15.0.
|
100
|
+
"version": "15.0.4",
|
101
101
|
"jest": {
|
102
102
|
"coverageProvider": "v8",
|
103
103
|
"testMatch": [
|