@cdk8s/awscdk-resolver 0.0.6 → 0.0.7
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/.jsii +2 -2
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +3 -3
- package/node_modules/@aws-sdk/client-sts/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/getEndpointUrlConfig.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -1
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +5 -5
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +28 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +17 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +28 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/types/dist-cjs/profile.js +7 -0
- package/node_modules/@smithy/types/dist-es/profile.js +6 -1
- package/node_modules/@smithy/types/dist-types/profile.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileData.js +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileData.js +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileData.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts +0 -7
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-stream",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.15",
|
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",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/fetch-http-handler": "^2.2.
|
28
|
-
"@smithy/node-http-handler": "^2.1.
|
29
|
-
"@smithy/types": "^2.3.
|
27
|
+
"@smithy/fetch-http-handler": "^2.2.2",
|
28
|
+
"@smithy/node-http-handler": "^2.1.7",
|
29
|
+
"@smithy/types": "^2.3.5",
|
30
30
|
"@smithy/util-base64": "^2.0.0",
|
31
31
|
"@smithy/util-buffer-from": "^2.0.0",
|
32
32
|
"@smithy/util-hex-encoding": "^2.0.0",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@smithy/util-test": "^0.1.
|
37
|
+
"@smithy/util-test": "^0.1.7",
|
38
38
|
"@types/chai-as-promised": "^7.1.2",
|
39
39
|
"@types/node": "^14.14.31",
|
40
40
|
"chai": "^4.2.0",
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-waiter",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.11",
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
5
5
|
"dependencies": {
|
6
|
-
"@smithy/abort-controller": "^2.0.
|
7
|
-
"@smithy/types": "^2.3.
|
6
|
+
"@smithy/abort-controller": "^2.0.11",
|
7
|
+
"@smithy/types": "^2.3.5",
|
8
8
|
"tslib": "^2.5.0"
|
9
9
|
},
|
10
10
|
"scripts": {
|
package/package.json
CHANGED
@@ -48,10 +48,10 @@
|
|
48
48
|
"@types/node": "^16",
|
49
49
|
"@typescript-eslint/eslint-plugin": "^6",
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
|
-
"aws-cdk": "^2.
|
52
|
-
"aws-cdk-lib": "2.
|
53
|
-
"cdk8s": "2.66.
|
54
|
-
"cdk8s-cli": "^2.
|
51
|
+
"aws-cdk": "^2.100.0",
|
52
|
+
"aws-cdk-lib": "2.100.0",
|
53
|
+
"cdk8s": "2.66.6",
|
54
|
+
"cdk8s-cli": "^2.129.0",
|
55
55
|
"constructs": "10.2.70",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-node": "^0.3.9",
|
@@ -61,9 +61,9 @@
|
|
61
61
|
"jest": "^27",
|
62
62
|
"jest-junit": "^15",
|
63
63
|
"jsii": "^5",
|
64
|
-
"jsii-diff": "^1.
|
64
|
+
"jsii-diff": "^1.90.0",
|
65
65
|
"jsii-docgen": "^9.2.2",
|
66
|
-
"jsii-pacmak": "^1.
|
66
|
+
"jsii-pacmak": "^1.90.0",
|
67
67
|
"jsii-rosetta": "^5",
|
68
68
|
"npm-check-updates": "^16",
|
69
69
|
"projen": "^0.73.39",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"publishConfig": {
|
95
95
|
"access": "public"
|
96
96
|
},
|
97
|
-
"version": "0.0.
|
97
|
+
"version": "0.0.7",
|
98
98
|
"jest": {
|
99
99
|
"testMatch": [
|
100
100
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.getProfileData = void 0;
|
4
|
-
const profileKeyRegex = /^profile\s(["'])?([^\1]+)\1$/;
|
5
|
-
const getProfileData = (data) => Object.entries(data)
|
6
|
-
.filter(([key]) => profileKeyRegex.test(key))
|
7
|
-
.reduce((acc, [key, value]) => ({ ...acc, [profileKeyRegex.exec(key)[2]]: value }), {
|
8
|
-
...(data.default && { default: data.default }),
|
9
|
-
});
|
10
|
-
exports.getProfileData = getProfileData;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
const profileKeyRegex = /^profile\s(["'])?([^\1]+)\1$/;
|
2
|
-
export const getProfileData = (data) => Object.entries(data)
|
3
|
-
.filter(([key]) => profileKeyRegex.test(key))
|
4
|
-
.reduce((acc, [key, value]) => ({ ...acc, [profileKeyRegex.exec(key)[2]]: value }), {
|
5
|
-
...(data.default && { default: data.default }),
|
6
|
-
});
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { ParsedIniData } from "@smithy/types";
|
2
|
-
/**
|
3
|
-
* Returns the profile data from parsed ini data.
|
4
|
-
* * Returns data for `default`
|
5
|
-
* * Reads profileName after profile prefix including/excluding quotes
|
6
|
-
*/
|
7
|
-
export declare const getProfileData: (data: ParsedIniData) => ParsedIniData;
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { ParsedIniData } from "@smithy/types";
|
2
|
-
/**
|
3
|
-
* Returns the profile data from parsed ini data.
|
4
|
-
* * Returns data for `default`
|
5
|
-
* * Reads profileName after profile prefix including/excluding quotes
|
6
|
-
*/
|
7
|
-
export declare const getProfileData: (data: ParsedIniData) => ParsedIniData;
|