@jjrawlins/cdk-iam-policy-builder-helper 0.0.33 → 0.0.34
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 +24 -345
- package/.mergify.yml +0 -11
- package/.tool-versions +3 -0
- package/cdk-iam-policy-builder-helper/go.mod +4 -4
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/node_modules/@aws-sdk/client-iam/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -6
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -6
- package/node_modules/@aws-sdk/nested-clients/package.json +17 -18
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +1 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +1 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +1 -2
- package/package.json +20 -10
- package/methods_list.txt +0 -19320
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.891.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"test:watch": "yarn g:vitest watch",
|
|
19
19
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
20
20
|
},
|
|
21
|
-
"sideEffects": true,
|
|
22
21
|
"author": {
|
|
23
22
|
"name": "AWS SDK for JavaScript Team",
|
|
24
23
|
"url": "https://aws.amazon.com/javascript/"
|
|
25
24
|
},
|
|
26
25
|
"license": "Apache-2.0",
|
|
26
|
+
"sideEffects": true,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
28
|
+
"@aws-sdk/types": "3.887.0",
|
|
29
29
|
"@smithy/types": "^4.5.0",
|
|
30
30
|
"@smithy/url-parser": "^4.1.1",
|
|
31
31
|
"@smithy/util-endpoints": "^3.1.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-locate-window",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.873.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-locate-window",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"test": "yarn g:vitest run",
|
|
13
13
|
"test:watch": "yarn g:vitest watch"
|
|
14
14
|
},
|
|
15
|
-
"sideEffects": false,
|
|
16
15
|
"author": {
|
|
17
16
|
"name": "AWS SDK for JavaScript Team",
|
|
18
17
|
"url": "https://aws.amazon.com/javascript/"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.887.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"module": "./dist-es/index.js",
|
|
17
17
|
"browser": "./dist-es/index.js",
|
|
18
18
|
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"sideEffects": false,
|
|
20
19
|
"author": {
|
|
21
20
|
"name": "AWS SDK for JavaScript Team",
|
|
22
21
|
"url": "https://aws.amazon.com/javascript/"
|
|
@@ -24,7 +23,7 @@
|
|
|
24
23
|
"license": "Apache-2.0",
|
|
25
24
|
"react-native": "dist-es/index.native.js",
|
|
26
25
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/types": "3.
|
|
26
|
+
"@aws-sdk/types": "3.887.0",
|
|
28
27
|
"@smithy/types": "^4.5.0",
|
|
29
28
|
"bowser": "^2.11.0",
|
|
30
29
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.891.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
|
@@ -15,15 +15,14 @@
|
|
|
15
15
|
"main": "./dist-cjs/index.js",
|
|
16
16
|
"module": "./dist-es/index.js",
|
|
17
17
|
"types": "./dist-types/index.d.ts",
|
|
18
|
-
"sideEffects": false,
|
|
19
18
|
"author": {
|
|
20
19
|
"name": "AWS SDK for JavaScript Team",
|
|
21
20
|
"url": "https://aws.amazon.com/javascript/"
|
|
22
21
|
},
|
|
23
22
|
"license": "Apache-2.0",
|
|
24
23
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
25
|
+
"@aws-sdk/types": "3.887.0",
|
|
27
26
|
"@smithy/node-config-provider": "^4.2.2",
|
|
28
27
|
"@smithy/types": "^4.5.0",
|
|
29
28
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/xml-builder",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.887.0",
|
|
4
4
|
"description": "XML builder for the AWS SDK",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@smithy/types": "^4.5.0",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"test": "yarn g:vitest run",
|
|
18
18
|
"test:watch": "yarn g:vitest watch"
|
|
19
19
|
},
|
|
20
|
-
"sideEffects": false,
|
|
21
20
|
"author": {
|
|
22
21
|
"name": "AWS SDK for JavaScript Team",
|
|
23
22
|
"url": "https://aws.amazon.com/javascript/"
|
package/package.json
CHANGED
|
@@ -15,8 +15,11 @@
|
|
|
15
15
|
"docgen": "npx projen docgen",
|
|
16
16
|
"eject": "npx projen eject",
|
|
17
17
|
"eslint": "npx projen eslint",
|
|
18
|
+
"generate:actions": "npx projen generate:actions",
|
|
19
|
+
"generate:managed-policies": "npx projen generate:managed-policies",
|
|
18
20
|
"package": "npx projen package",
|
|
19
21
|
"package-all": "npx projen package-all",
|
|
22
|
+
"package:dotnet": "npx projen package:dotnet",
|
|
20
23
|
"package:go": "npx projen package:go",
|
|
21
24
|
"package:js": "npx projen package:js",
|
|
22
25
|
"package:python": "npx projen package:python",
|
|
@@ -37,13 +40,14 @@
|
|
|
37
40
|
"organization": false
|
|
38
41
|
},
|
|
39
42
|
"devDependencies": {
|
|
40
|
-
"@aws-sdk/types": "^3.
|
|
43
|
+
"@aws-sdk/types": "^3.887.0",
|
|
41
44
|
"@stylistic/eslint-plugin": "^2",
|
|
42
45
|
"@types/jest": "^29.5.14",
|
|
43
46
|
"@types/node": "^20",
|
|
44
47
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
45
48
|
"@typescript-eslint/parser": "^8",
|
|
46
|
-
"aws-cdk
|
|
49
|
+
"aws-cdk": "2.85.0",
|
|
50
|
+
"aws-cdk-lib": "2.85.0",
|
|
47
51
|
"commit-and-tag-version": "^12",
|
|
48
52
|
"eslint": "^9",
|
|
49
53
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
@@ -55,20 +59,20 @@
|
|
|
55
59
|
"jsii-docgen": "^10.5.0",
|
|
56
60
|
"jsii-pacmak": "^1.114.1",
|
|
57
61
|
"jsii-rosetta": "~5.8.0",
|
|
58
|
-
"ts-jest": "^29.4.
|
|
62
|
+
"ts-jest": "^29.4.2",
|
|
59
63
|
"ts-node": "^10.9.2",
|
|
60
64
|
"typescript": "^5.9.2"
|
|
61
65
|
},
|
|
62
66
|
"peerDependencies": {
|
|
63
|
-
"aws-cdk-lib": "^2.
|
|
64
|
-
"constructs": "^10.
|
|
67
|
+
"aws-cdk-lib": "^2.85.0",
|
|
68
|
+
"constructs": "^10.0.5"
|
|
65
69
|
},
|
|
66
70
|
"dependencies": {
|
|
67
|
-
"@aws-sdk/client-iam": "^3.
|
|
71
|
+
"@aws-sdk/client-iam": "^3.891.0",
|
|
68
72
|
"axios": "^1.8.2",
|
|
69
73
|
"constructs": "^10.4.2",
|
|
70
74
|
"jsonc-parser": "^3.3.1",
|
|
71
|
-
"projen": "^0.96.
|
|
75
|
+
"projen": "^0.96.1"
|
|
72
76
|
},
|
|
73
77
|
"bundledDependencies": [
|
|
74
78
|
"@aws-sdk/client-iam",
|
|
@@ -79,7 +83,9 @@
|
|
|
79
83
|
"brace-expansion": "1.1.12",
|
|
80
84
|
"form-data": "^4.0.4",
|
|
81
85
|
"@eslint/plugin-kit": "^0.3.4",
|
|
82
|
-
"eslint-import-resolver-typescript": "^4.4.4"
|
|
86
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
87
|
+
"aws-cdk-lib": ">=2.85.0 <3.0.0",
|
|
88
|
+
"constructs": ">=10.0.0 <11.0.0"
|
|
83
89
|
},
|
|
84
90
|
"keywords": [
|
|
85
91
|
"aws",
|
|
@@ -88,14 +94,14 @@
|
|
|
88
94
|
"iam-policy"
|
|
89
95
|
],
|
|
90
96
|
"engines": {
|
|
91
|
-
"node": ">=
|
|
97
|
+
"node": ">= 20.9.0"
|
|
92
98
|
},
|
|
93
99
|
"main": "lib/index.js",
|
|
94
100
|
"license": "Apache-2.0",
|
|
95
101
|
"publishConfig": {
|
|
96
102
|
"access": "public"
|
|
97
103
|
},
|
|
98
|
-
"version": "0.0.
|
|
104
|
+
"version": "0.0.34",
|
|
99
105
|
"jest": {
|
|
100
106
|
"coverageProvider": "v8",
|
|
101
107
|
"testMatch": [
|
|
@@ -150,6 +156,10 @@
|
|
|
150
156
|
"distName": "jjrawlins-cdk-iam-policy-builder-helper",
|
|
151
157
|
"module": "jjrawlins_cdk_iam_policy_builder_helper"
|
|
152
158
|
},
|
|
159
|
+
"dotnet": {
|
|
160
|
+
"namespace": "jjrawlins.CdkIamPolicyBuilderHelper",
|
|
161
|
+
"packageId": "jjrawlins.CdkIamPolicyBuilderHelper"
|
|
162
|
+
},
|
|
153
163
|
"go": {
|
|
154
164
|
"moduleName": "github.com/jaysonrawlins/cdk-iam-policy-builder-helper",
|
|
155
165
|
"packageName": "cdk-iam-policy-builder-helper"
|