@cdk8s/awscdk-resolver 0.0.511 → 0.0.513

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 (116) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +2 -2
  4. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +2 -2
  5. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +1 -1
  6. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/README.md +26 -46
  8. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  9. package/node_modules/@aws-sdk/core/package.json +11 -11
  10. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  11. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  12. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  13. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  14. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  15. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  16. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  17. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  18. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  19. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  21. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  22. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  23. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  24. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  25. package/node_modules/@aws-sdk/types/package.json +2 -2
  26. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  27. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  28. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +75 -19
  29. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  30. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  31. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +53 -7
  32. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/{getTypeScriptPackageJsonPaths.d.ts → getNodeModulesParentDirs.d.ts} +2 -2
  33. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  34. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  35. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  36. package/node_modules/@aws-sdk/util-user-agent-node/package.json +6 -5
  37. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  38. package/node_modules/@smithy/abort-controller/package.json +2 -2
  39. package/node_modules/@smithy/config-resolver/package.json +5 -5
  40. package/node_modules/@smithy/core/dist-cjs/index.js +1 -2
  41. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +7 -1
  42. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  43. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +11 -1
  44. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +41 -4
  45. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  46. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  47. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  48. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  49. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -0
  50. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  51. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  52. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +30 -1
  53. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  54. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  55. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  56. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  57. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  58. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  59. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  60. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  61. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  62. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  63. package/node_modules/@smithy/core/endpoints.js +6 -0
  64. package/node_modules/@smithy/core/package.json +16 -7
  65. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  66. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +4 -1
  67. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -1
  68. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  69. package/node_modules/@smithy/hash-node/package.json +2 -2
  70. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  71. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  72. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +17 -1
  73. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
  74. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  75. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  76. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  77. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  78. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  79. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  80. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  81. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  82. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  83. package/node_modules/@smithy/middleware-serde/package.json +4 -3
  84. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  85. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  86. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +4 -1
  87. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +4 -1
  88. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +4 -3
  89. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +4 -3
  90. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  91. package/node_modules/@smithy/property-provider/package.json +2 -2
  92. package/node_modules/@smithy/protocol-http/package.json +2 -2
  93. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  94. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  95. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  96. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  97. package/node_modules/@smithy/signature-v4/package.json +4 -4
  98. package/node_modules/@smithy/smithy-client/package.json +7 -7
  99. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  100. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  101. package/node_modules/@smithy/types/package.json +1 -1
  102. package/node_modules/@smithy/url-parser/package.json +3 -3
  103. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  104. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  105. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  106. package/node_modules/@smithy/util-middleware/package.json +2 -2
  107. package/node_modules/@smithy/util-retry/package.json +3 -3
  108. package/node_modules/@smithy/util-stream/package.json +4 -4
  109. package/node_modules/@smithy/util-waiter/package.json +3 -3
  110. package/node_modules/fast-xml-builder/CHANGELOG.md +2 -1
  111. package/node_modules/fast-xml-builder/lib/fxb.d.cts +3 -1
  112. package/node_modules/fast-xml-builder/package.json +1 -1
  113. package/node_modules/fast-xml-builder/src/fxb.d.ts +4 -1
  114. package/package.json +2 -2
  115. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPaths.js +0 -17
  116. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPaths.d.ts +0 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/node-config-provider": "^4.3.11",
33
- "@smithy/types": "^4.13.0",
32
+ "@smithy/node-config-provider": "^4.3.12",
33
+ "@smithy/types": "^4.13.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/types": "^4.13.0",
31
+ "@smithy/types": "^4.13.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,8 +31,8 @@
31
31
  "license": "Apache-2.0",
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.11",
35
- "@smithy/types": "^4.13.0",
34
+ "@smithy/service-error-classification": "^4.2.12",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.17",
3
+ "version": "4.5.19",
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",
@@ -29,9 +29,9 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.3.13",
33
- "@smithy/node-http-handler": "^4.4.14",
34
- "@smithy/types": "^4.13.0",
32
+ "@smithy/fetch-http-handler": "^5.3.15",
33
+ "@smithy/node-http-handler": "^4.4.16",
34
+ "@smithy/types": "^4.13.1",
35
35
  "@smithy/util-base64": "^4.3.2",
36
36
  "@smithy/util-buffer-from": "^4.2.2",
37
37
  "@smithy/util-hex-encoding": "^4.2.2",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.12",
3
+ "version": "4.2.13",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.2.11",
7
- "@smithy/types": "^4.13.0",
6
+ "@smithy/abort-controller": "^4.2.12",
7
+ "@smithy/types": "^4.13.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -1,4 +1,5 @@
1
-
1
+ **1.1.3** (2026-03-13)
2
+ - declare Matcher & Expression as unknown so user is not forced to install path-expression-matcher
2
3
 
3
4
 
4
5
  **1.1.2** (2026-03-11)
@@ -1,5 +1,7 @@
1
- const { Expression } = require('path-expression-matcher');
1
+ // const { Expression } = require('path-expression-matcher');
2
2
 
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
3
5
 
4
6
  type XmlBuilderOptions = {
5
7
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-builder",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Build XML from JSON without C/C++ based libraries",
5
5
  "main": "./lib/fxb.cjs",
6
6
  "type": "module",
@@ -1,4 +1,7 @@
1
- import { Expression } from 'path-expression-matcher';
1
+ // import { Expression } from 'path-expression-matcher';
2
+
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
2
5
 
3
6
  export type XmlBuilderOptions = {
4
7
  /**
package/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.1007.0"
80
+ "@aws-sdk/client-cloudformation": "^3.1009.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.511",
96
+ "version": "0.0.513",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [
@@ -1,17 +0,0 @@
1
- import { join, normalize, sep } from "node:path";
2
- const typescriptPackageJsonPath = join("node_modules", "typescript", "package.json");
3
- export const getTypeScriptPackageJsonPaths = (dirname) => {
4
- const cwdPath = join(process.cwd(), typescriptPackageJsonPath);
5
- if (!dirname) {
6
- return [cwdPath];
7
- }
8
- const normalizedPath = normalize(dirname);
9
- const parts = normalizedPath.split(sep);
10
- const nodeModulesIndex = parts.indexOf("node_modules");
11
- const parentDir = nodeModulesIndex !== -1 ? parts.slice(0, nodeModulesIndex).join(sep) : dirname;
12
- const parentDirPath = join(parentDir, typescriptPackageJsonPath);
13
- if (cwdPath === parentDirPath) {
14
- return [cwdPath];
15
- }
16
- return [parentDirPath, cwdPath];
17
- };
@@ -1,3 +0,0 @@
1
- export declare const getTypeScriptPackageJsonPaths: (
2
- dirname?: string
3
- ) => string[];