@cdk8s/awscdk-resolver 0.0.189 → 0.0.190

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.
Files changed (126) hide show
  1. package/.jsii +2 -2
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@smithy/abort-controller/package.json +2 -2
  4. package/node_modules/@smithy/config-resolver/package.json +4 -4
  5. package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
  6. package/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
  7. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -2
  8. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +163 -0
  9. package/node_modules/@smithy/core/dist-es/index.js +4 -3
  10. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
  11. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
  12. package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
  13. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  14. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  15. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  16. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  17. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  18. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  19. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  20. package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
  21. package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
  22. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  23. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  24. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  25. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  26. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  27. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  28. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
  29. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
  30. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  31. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  32. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  33. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  34. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  35. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  36. package/node_modules/@smithy/core/package.json +15 -8
  37. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  38. package/node_modules/@smithy/core/protocols.js +6 -0
  39. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  40. package/node_modules/@smithy/hash-node/package.json +2 -2
  41. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  42. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  43. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
  44. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
  45. package/node_modules/@smithy/middleware-endpoint/package.json +8 -7
  46. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  47. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  48. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  49. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  50. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  51. package/node_modules/@smithy/property-provider/package.json +2 -2
  52. package/node_modules/@smithy/protocol-http/package.json +2 -2
  53. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  54. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  55. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  56. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  57. package/node_modules/@smithy/signature-v4/package.json +4 -4
  58. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -35
  59. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
  60. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
  61. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
  62. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
  63. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
  64. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
  65. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
  66. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
  67. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
  68. package/node_modules/@smithy/smithy-client/package.json +7 -6
  69. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  70. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  71. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  72. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  73. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  74. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  75. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  76. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  77. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  78. package/node_modules/@smithy/types/package.json +1 -1
  79. package/node_modules/@smithy/url-parser/package.json +3 -3
  80. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  81. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  82. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  83. package/node_modules/@smithy/util-middleware/package.json +2 -2
  84. package/node_modules/@smithy/util-retry/package.json +3 -3
  85. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  86. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  87. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  88. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  89. package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -1
  90. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  91. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  92. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  93. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  94. package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
  95. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  96. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  97. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  98. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  99. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
  100. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  101. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  102. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  103. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  104. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
  105. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  106. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  107. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  108. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +230 -0
  109. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  110. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  111. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +138 -0
  112. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  113. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  114. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
  115. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
  116. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  117. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  118. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  119. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
  120. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  121. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  122. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  123. package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +62 -0
  124. package/node_modules/@smithy/util-stream/package.json +10 -4
  125. package/node_modules/@smithy/util-waiter/package.json +3 -3
  126. package/package.json +3 -3
@@ -0,0 +1,33 @@
1
+ import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
2
+ import type { FetchHttpHandlerOptions } from "@smithy/types";
3
+ import { HttpHandlerOptions, Provider } from "@smithy/types";
4
+ export { FetchHttpHandlerOptions };
5
+ type FetchHttpHandlerConfig = FetchHttpHandlerOptions;
6
+ /**
7
+ * @internal
8
+ * Detection of keepalive support. Can be overridden for testing.
9
+ */
10
+ export declare const keepAliveSupport: {
11
+ supported: boolean | undefined;
12
+ };
13
+ /**
14
+ * @public
15
+ *
16
+ * HttpHandler implementation using browsers' `fetch` global function.
17
+ */
18
+ export declare class FetchHttpHandler implements HttpHandler<FetchHttpHandlerConfig> {
19
+ private config?;
20
+ private configProvider;
21
+ /**
22
+ * @returns the input if it is an HttpHandler of any class,
23
+ * or instantiates a new instance of this handler.
24
+ */
25
+ static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>): FetchHttpHandler | HttpHandler<any>;
26
+ constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>);
27
+ destroy(): void;
28
+ handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{
29
+ response: HttpResponse;
30
+ }>;
31
+ updateHttpClientConfig(key: keyof FetchHttpHandlerConfig, value: FetchHttpHandlerConfig[typeof key]): void;
32
+ httpHandlerConfigs(): FetchHttpHandlerConfig;
33
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./fetch-http-handler";
2
+ export * from "./stream-collector";
@@ -0,0 +1 @@
1
+ export declare function requestTimeout(timeoutInMs?: number): Promise<never>;
@@ -0,0 +1,2 @@
1
+ import { StreamCollector } from "@smithy/types";
2
+ export declare const streamCollector: StreamCollector;
@@ -0,0 +1,33 @@
1
+ import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
2
+ import { FetchHttpHandlerOptions } from "@smithy/types";
3
+ import { HttpHandlerOptions, Provider } from "@smithy/types";
4
+ export { FetchHttpHandlerOptions };
5
+ type FetchHttpHandlerConfig = FetchHttpHandlerOptions;
6
+ /**
7
+ * @internal
8
+ * Detection of keepalive support. Can be overridden for testing.
9
+ */
10
+ export declare const keepAliveSupport: {
11
+ supported: boolean | undefined;
12
+ };
13
+ /**
14
+ * @public
15
+ *
16
+ * HttpHandler implementation using browsers' `fetch` global function.
17
+ */
18
+ export declare class FetchHttpHandler implements HttpHandler<FetchHttpHandlerConfig> {
19
+ private config?;
20
+ private configProvider;
21
+ /**
22
+ * @returns the input if it is an HttpHandler of any class,
23
+ * or instantiates a new instance of this handler.
24
+ */
25
+ static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>): FetchHttpHandler | HttpHandler<any>;
26
+ constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>);
27
+ destroy(): void;
28
+ handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{
29
+ response: HttpResponse;
30
+ }>;
31
+ updateHttpClientConfig(key: keyof FetchHttpHandlerConfig, value: FetchHttpHandlerConfig[typeof key]): void;
32
+ httpHandlerConfigs(): FetchHttpHandlerConfig;
33
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./fetch-http-handler";
2
+ export * from "./stream-collector";
@@ -0,0 +1 @@
1
+ export declare function requestTimeout(timeoutInMs?: number): Promise<never>;
@@ -0,0 +1,2 @@
1
+ import { StreamCollector } from "@smithy/types";
2
+ export declare const streamCollector: StreamCollector;
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "@smithy/fetch-http-handler",
3
+ "version": "4.0.0",
4
+ "description": "Provides a way to make requests",
5
+ "scripts": {
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
+ "build:cjs": "node ../../scripts/inline fetch-http-handler",
8
+ "build:es": "yarn g:tsc -p tsconfig.es.json",
9
+ "build:types": "yarn g:tsc -p tsconfig.types.json",
10
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
+ "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
13
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
14
+ "format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
15
+ "extract:docs": "api-extractor run --local",
16
+ "test": "yarn g:jest --coverage --forceExit && yarn g:karma start karma.conf.js"
17
+ },
18
+ "author": {
19
+ "name": "AWS SDK for JavaScript Team",
20
+ "url": "https://aws.amazon.com/javascript/"
21
+ },
22
+ "license": "Apache-2.0",
23
+ "main": "./dist-cjs/index.js",
24
+ "module": "./dist-es/index.js",
25
+ "types": "./dist-types/index.d.ts",
26
+ "dependencies": {
27
+ "@smithy/protocol-http": "^4.1.5",
28
+ "@smithy/querystring-builder": "^3.0.8",
29
+ "@smithy/types": "^3.6.0",
30
+ "@smithy/util-base64": "^3.0.0",
31
+ "tslib": "^2.6.2"
32
+ },
33
+ "devDependencies": {
34
+ "@smithy/abort-controller": "^3.1.6",
35
+ "concurrently": "7.0.0",
36
+ "downlevel-dts": "0.10.1",
37
+ "rimraf": "3.0.2",
38
+ "typedoc": "0.23.23"
39
+ },
40
+ "typesVersions": {
41
+ "<4.0": {
42
+ "dist-types/*": [
43
+ "dist-types/ts3.4/*"
44
+ ]
45
+ }
46
+ },
47
+ "files": [
48
+ "dist-*/**"
49
+ ],
50
+ "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/fetch-http-handler",
51
+ "repository": {
52
+ "type": "git",
53
+ "url": "https://github.com/awslabs/smithy-typescript.git",
54
+ "directory": "packages/fetch-http-handler"
55
+ },
56
+ "typedoc": {
57
+ "entryPoint": "src/index.ts"
58
+ },
59
+ "publishConfig": {
60
+ "directory": ".release/package"
61
+ }
62
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "3.1.9",
3
+ "version": "3.2.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-stream",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/fetch-http-handler": "^3.2.9",
28
- "@smithy/node-http-handler": "^3.2.4",
29
- "@smithy/types": "^3.5.0",
27
+ "@smithy/fetch-http-handler": "^4.0.0",
28
+ "@smithy/node-http-handler": "^3.2.5",
29
+ "@smithy/types": "^3.6.0",
30
30
  "@smithy/util-base64": "^3.0.0",
31
31
  "@smithy/util-buffer-from": "^3.0.0",
32
32
  "@smithy/util-hex-encoding": "^3.0.0",
@@ -55,16 +55,22 @@
55
55
  "dist-*/**"
56
56
  ],
57
57
  "browser": {
58
+ "./dist-es/checksum/ChecksumStream": "./dist-es/checksum/ChecksumStream.browser",
59
+ "./dist-es/checksum/createChecksumStream": "./dist-es/checksum/createChecksumStream.browser",
58
60
  "./dist-es/getAwsChunkedEncodingStream": "./dist-es/getAwsChunkedEncodingStream.browser",
59
61
  "./dist-es/headStream": "./dist-es/headStream.browser",
60
62
  "./dist-es/sdk-stream-mixin": "./dist-es/sdk-stream-mixin.browser",
61
63
  "./dist-es/splitStream": "./dist-es/splitStream.browser"
62
64
  },
63
65
  "react-native": {
66
+ "./dist-es/checksum/createChecksumStream": "./dist-es/checksum/createChecksumStream.browser",
67
+ "./dist-es/checksum/ChecksumStream": "./dist-es/checksum/ChecksumStream.browser",
64
68
  "./dist-es/getAwsChunkedEncodingStream": "./dist-es/getAwsChunkedEncodingStream.browser",
65
69
  "./dist-es/sdk-stream-mixin": "./dist-es/sdk-stream-mixin.browser",
66
70
  "./dist-es/headStream": "./dist-es/headStream.browser",
67
71
  "./dist-es/splitStream": "./dist-es/splitStream.browser",
72
+ "./dist-cjs/checksum/createChecksumStream": "./dist-cjs/checksum/createChecksumStream.browser",
73
+ "./dist-cjs/checksum/ChecksumStream": "./dist-cjs/checksum/ChecksumStream.browser",
68
74
  "./dist-cjs/getAwsChunkedEncodingStream": "./dist-cjs/getAwsChunkedEncodingStream.browser",
69
75
  "./dist-cjs/sdk-stream-mixin": "./dist-cjs/sdk-stream-mixin.browser",
70
76
  "./dist-cjs/headStream": "./dist-cjs/headStream.browser",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^3.1.5",
7
- "@smithy/types": "^3.5.0",
6
+ "@smithy/abort-controller": "^3.1.6",
7
+ "@smithy/types": "^3.6.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "aws-cdk": "^2.162.1",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.91",
54
- "cdk8s-cli": "^2.198.249",
54
+ "cdk8s-cli": "^2.198.252",
55
55
  "commit-and-tag-version": "^12",
56
56
  "constructs": "10.3.0",
57
57
  "eslint": "^8",
@@ -65,7 +65,7 @@
65
65
  "jsii-docgen": "^10.5.0",
66
66
  "jsii-pacmak": "^1.104.0",
67
67
  "jsii-rosetta": "^5",
68
- "projen": "^0.88.5",
68
+ "projen": "^0.88.6",
69
69
  "ts-jest": "^27",
70
70
  "ts-node": "^10.9.2",
71
71
  "typescript": "^5.6.3"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.189",
95
+ "version": "0.0.190",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [