@cdk8s/awscdk-resolver 0.0.28 → 0.0.30

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 (51) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +6 -2
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +6 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +6 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +3 -2
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +452 -335
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +7 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/package.json +4 -4
  22. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -0
  23. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  25. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +2 -0
  26. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +2 -0
  27. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  28. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  29. package/node_modules/@aws-sdk/core/package.json +3 -2
  30. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  31. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  32. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  33. package/node_modules/@smithy/config-resolver/package.json +2 -2
  34. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +13 -0
  35. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +45 -3
  36. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  37. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +44 -3
  38. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  39. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +10 -2
  40. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  41. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +10 -2
  42. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  43. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  44. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  45. package/node_modules/@smithy/node-config-provider/package.json +2 -2
  46. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -1
  47. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  48. package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
  49. package/node_modules/@smithy/util-defaults-mode-node/package.json +4 -4
  50. package/node_modules/@smithy/util-endpoints/package.json +2 -2
  51. package/package.json +9 -9
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/config-resolver": "^2.0.16",
26
- "@smithy/credential-provider-imds": "^2.0.18",
27
- "@smithy/node-config-provider": "^2.1.3",
25
+ "@smithy/config-resolver": "^2.0.17",
26
+ "@smithy/credential-provider-imds": "^2.1.0",
27
+ "@smithy/node-config-provider": "^2.1.4",
28
28
  "@smithy/property-provider": "^2.0.13",
29
29
  "@smithy/smithy-client": "^2.1.12",
30
30
  "@smithy/types": "^2.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@smithy/node-config-provider": "^2.1.3",
29
+ "@smithy/node-config-provider": "^2.1.4",
30
30
  "@smithy/types": "^2.4.0",
31
31
  "tslib": "^2.5.0"
32
32
  },
package/package.json CHANGED
@@ -42,16 +42,16 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.463",
46
- "@types/fs-extra": "^11.0.3",
45
+ "@cdk8s/projen-common": "0.0.464",
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.104.0",
52
- "aws-cdk-lib": "2.104.0",
53
- "cdk8s": "2.68.0",
54
- "cdk8s-cli": "^2.169.0",
51
+ "aws-cdk": "^2.106.0",
52
+ "aws-cdk-lib": "2.106.0",
53
+ "cdk8s": "2.68.2",
54
+ "cdk8s-cli": "^2.173.0",
55
55
  "constructs": "10.3.0",
56
56
  "eslint": "^8",
57
57
  "eslint-import-resolver-node": "^0.3.9",
@@ -73,8 +73,8 @@
73
73
  "typescript": "^5.2.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "aws-cdk-lib": "^2.104.0",
77
- "cdk8s": "^2.68.0",
76
+ "aws-cdk-lib": "^2.106.0",
77
+ "cdk8s": "^2.68.2",
78
78
  "constructs": "^10.3.0"
79
79
  },
80
80
  "dependencies": {
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.0.28",
97
+ "version": "0.0.30",
98
98
  "jest": {
99
99
  "testMatch": [
100
100
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",