@cdk8s/awscdk-resolver 0.0.48 → 0.0.50

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
  4. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  5. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +8 -8
  6. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  7. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +1 -1
  8. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -1
  9. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +8 -8
  10. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  11. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
  12. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +2 -2
  13. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +2 -2
  19. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +6 -6
  20. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  22. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  24. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  25. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +15 -9
  26. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +2 -2
  27. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +4 -3
  28. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +13 -7
  29. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -2
  30. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +2 -1
  31. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +5 -1
  32. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
  33. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +27 -8
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +2 -1
  35. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
  36. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +14 -5
  37. package/node_modules/@aws-sdk/core/package.json +1 -1
  38. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.ts → AwsSdkSigV4Signer.ts} +29 -15
  39. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -2
  40. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.ts → resolveAwsSdkSigV4Config.ts} +30 -10
  41. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  42. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  43. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  44. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  45. package/node_modules/@aws-sdk/credential-provider-ini/package.json +6 -6
  46. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  47. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  50. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  51. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  52. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  53. package/node_modules/@aws-sdk/middleware-signing/package.json +2 -2
  54. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  55. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -1
  56. package/node_modules/@aws-sdk/token-providers/package.json +10 -10
  57. package/node_modules/@aws-sdk/types/package.json +3 -8
  58. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -2
  59. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  60. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  61. package/package.json +6 -6
  62. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -10
  63. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -6
  64. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
  66. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.ts +0 -9
  67. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +0 -2
  68. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +0 -2
  69. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +0 -1
  70. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +0 -1
  71. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +0 -6
  72. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +0 -9
  73. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +0 -1
  74. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
26
- "@aws-sdk/util-endpoints": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@aws-sdk/util-endpoints": "3.489.0",
27
27
  "@smithy/protocol-http": "^3.0.12",
28
28
  "@smithy/types": "^2.8.0",
29
29
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
+ "@aws-sdk/types": "3.489.0",
24
25
  "@smithy/node-config-provider": "^2.1.9",
25
26
  "@smithy/types": "^2.8.0",
26
27
  "@smithy/util-config-provider": "^2.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "3.0.0",
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@aws-sdk/middleware-host-header": "3.485.0",
33
- "@aws-sdk/middleware-logger": "3.485.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.485.0",
35
- "@aws-sdk/middleware-user-agent": "3.485.0",
36
- "@aws-sdk/region-config-resolver": "3.485.0",
37
- "@aws-sdk/types": "3.485.0",
38
- "@aws-sdk/util-endpoints": "3.485.0",
39
- "@aws-sdk/util-user-agent-browser": "3.485.0",
40
- "@aws-sdk/util-user-agent-node": "3.485.0",
32
+ "@aws-sdk/middleware-host-header": "3.489.0",
33
+ "@aws-sdk/middleware-logger": "3.489.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.489.0",
35
+ "@aws-sdk/middleware-user-agent": "3.489.0",
36
+ "@aws-sdk/region-config-resolver": "3.489.0",
37
+ "@aws-sdk/types": "3.489.0",
38
+ "@aws-sdk/util-endpoints": "3.489.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.489.0",
40
+ "@aws-sdk/util-user-agent-node": "3.489.0",
41
41
  "@smithy/config-resolver": "^2.0.23",
42
42
  "@smithy/fetch-http-handler": "^2.3.2",
43
43
  "@smithy/hash-node": "^2.0.18",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -51,11 +51,6 @@
51
51
  "rimraf": "3.0.2",
52
52
  "typescript": "~4.9.5"
53
53
  },
54
- "browser": {
55
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser"
56
- },
57
- "react-native": {
58
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
59
- "./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
60
- }
54
+ "browser": {},
55
+ "react-native": {}
61
56
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,7 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@smithy/types": "^2.8.0",
26
27
  "@smithy/util-endpoints": "^1.0.8",
27
28
  "tslib": "^2.5.0"
28
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
26
  "@smithy/types": "^2.8.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.485.0",
23
+ "@aws-sdk/types": "3.489.0",
24
24
  "@smithy/node-config-provider": "^2.1.9",
25
25
  "@smithy/types": "^2.8.0",
26
26
  "tslib": "^2.5.0"
package/package.json CHANGED
@@ -42,16 +42,16 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.477",
45
+ "@cdk8s/projen-common": "0.0.479",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "@types/jest": "^27",
48
48
  "@types/node": "^16",
49
49
  "@typescript-eslint/eslint-plugin": "^6",
50
50
  "@typescript-eslint/parser": "^6",
51
- "aws-cdk": "^2.118.0",
51
+ "aws-cdk": "^2.121.1",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.4",
54
- "cdk8s-cli": "^2.198.29",
54
+ "cdk8s-cli": "^2.198.30",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-typescript": "^3.6.1",
@@ -60,9 +60,9 @@
60
60
  "jest": "^27",
61
61
  "jest-junit": "^15",
62
62
  "jsii": "^5",
63
- "jsii-diff": "^1.93.0",
63
+ "jsii-diff": "^1.94.0",
64
64
  "jsii-docgen": "^9.2.2",
65
- "jsii-pacmak": "^1.93.0",
65
+ "jsii-pacmak": "^1.94.0",
66
66
  "jsii-rosetta": "^5",
67
67
  "projen": "^0.77.6",
68
68
  "standard-version": "^9",
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.48",
95
+ "version": "0.0.50",
96
96
  "jest": {
97
97
  "testMatch": [
98
98
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.throwAWSSDKSigningPropertyError = void 0;
4
- const throwAWSSDKSigningPropertyError = (name, property) => {
5
- if (!property) {
6
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
7
- }
8
- return property;
9
- };
10
- exports.throwAWSSDKSigningPropertyError = throwAWSSDKSigningPropertyError;
@@ -1,6 +0,0 @@
1
- export const throwAWSSDKSigningPropertyError = (name, property) => {
2
- if (!property) {
3
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
4
- }
5
- return property;
6
- };
@@ -1,4 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare const throwAWSSDKSigningPropertyError: <T>(name: string, property: T | undefined) => T;
@@ -1,4 +0,0 @@
1
- export declare const throwAWSSDKSigningPropertyError: <T>(
2
- name: string,
3
- property: T | undefined
4
- ) => T;
@@ -1,9 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export const throwAWSSDKSigningPropertyError = <T>(name: string, property: T | undefined): T | never => {
5
- if (!property) {
6
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
7
- }
8
- return property;
9
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- /**
2
- * @public
3
- *
4
- * Additional blob types for the browser environment.
5
- */
6
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,9 +0,0 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- import { Readable } from "stream";
4
- /**
5
- * @public
6
- *
7
- * Additional blob types for the Node.js environment.
8
- */
9
- export type RuntimeBlobTypes = Readable | Buffer;
@@ -1 +0,0 @@
1
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,2 +0,0 @@
1
- import { Readable } from "stream";
2
- export type RuntimeBlobTypes = Readable | Buffer;