@jjrawlins/cdk-iam-policy-builder-helper 0.0.76 → 0.0.77
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 +3 -3
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +7 -0
- package/lib/constructs/Actions.js +8 -1
- package/lib/constructs/ManagedPolicies.d.ts +12 -0
- package/lib/constructs/ManagedPolicies.js +13 -1
- package/methods_list.txt +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +3 -3
package/methods_list.txt
CHANGED
|
@@ -2941,6 +2941,7 @@ cloudfront:DeleteOriginAccessControl
|
|
|
2941
2941
|
cloudfront:DeleteOriginRequestPolicy
|
|
2942
2942
|
cloudfront:DeletePublicKey
|
|
2943
2943
|
cloudfront:DeleteRealtimeLogConfig
|
|
2944
|
+
cloudfront:DeleteResourcePolicy
|
|
2944
2945
|
cloudfront:DeleteResponseHeadersPolicy
|
|
2945
2946
|
cloudfront:DeleteStreamingDistribution
|
|
2946
2947
|
cloudfront:DeleteVpcOrigin
|
|
@@ -2979,6 +2980,7 @@ cloudfront:GetOriginRequestPolicyConfig
|
|
|
2979
2980
|
cloudfront:GetPublicKey
|
|
2980
2981
|
cloudfront:GetPublicKeyConfig
|
|
2981
2982
|
cloudfront:GetRealtimeLogConfig
|
|
2983
|
+
cloudfront:GetResourcePolicy
|
|
2982
2984
|
cloudfront:GetResponseHeadersPolicy
|
|
2983
2985
|
cloudfront:GetResponseHeadersPolicyConfig
|
|
2984
2986
|
cloudfront:GetSavingsPlan
|
|
@@ -3024,9 +3026,11 @@ cloudfront:ListTagsForResource
|
|
|
3024
3026
|
cloudfront:ListUsages
|
|
3025
3027
|
cloudfront:ListVpcOrigins
|
|
3026
3028
|
cloudfront:PublishFunction
|
|
3029
|
+
cloudfront:PutResourcePolicy
|
|
3027
3030
|
cloudfront:TagResource
|
|
3028
3031
|
cloudfront:TestFunction
|
|
3029
3032
|
cloudfront:UntagResource
|
|
3033
|
+
cloudfront:UpdateAnycastIpList
|
|
3030
3034
|
cloudfront:UpdateCachePolicy
|
|
3031
3035
|
cloudfront:UpdateCloudFrontOriginAccessIdentity
|
|
3032
3036
|
cloudfront:UpdateConnectionGroup
|
|
@@ -4194,6 +4198,7 @@ connect:AssociateBot
|
|
|
4194
4198
|
connect:AssociateContactWithUser
|
|
4195
4199
|
connect:AssociateCustomerProfilesDomain
|
|
4196
4200
|
connect:AssociateDefaultVocabulary
|
|
4201
|
+
connect:AssociateEmailAddressAlias
|
|
4197
4202
|
connect:AssociateFlow
|
|
4198
4203
|
connect:AssociateInstanceStorageConfig
|
|
4199
4204
|
connect:AssociateLambdaFunction
|
|
@@ -4301,6 +4306,7 @@ connect:DisassociateAnalyticsDataSet
|
|
|
4301
4306
|
connect:DisassociateApprovedOrigin
|
|
4302
4307
|
connect:DisassociateBot
|
|
4303
4308
|
connect:DisassociateCustomerProfilesDomain
|
|
4309
|
+
connect:DisassociateEmailAddressAlias
|
|
4304
4310
|
connect:DisassociateFlow
|
|
4305
4311
|
connect:DisassociateInstanceStorageConfig
|
|
4306
4312
|
connect:DisassociateLambdaFunction
|
|
@@ -6953,6 +6959,7 @@ elasticloadbalancing:AddListenerCertificates
|
|
|
6953
6959
|
elasticloadbalancing:AddTags
|
|
6954
6960
|
elasticloadbalancing:AddTags
|
|
6955
6961
|
elasticloadbalancing:AddTrustStoreRevocations
|
|
6962
|
+
elasticloadbalancing:AllowVendedLogDeliveryForResource
|
|
6956
6963
|
elasticloadbalancing:ApplySecurityGroupsToLoadBalancer
|
|
6957
6964
|
elasticloadbalancing:AttachLoadBalancerToSubnets
|
|
6958
6965
|
elasticloadbalancing:ConfigureHealthCheck
|
|
@@ -26,7 +26,7 @@ export interface IAMHttpAuthSchemeProvider extends HttpAuthSchemeProvider<IAMHtt
|
|
|
26
26
|
*/
|
|
27
27
|
export declare const defaultIAMHttpAuthSchemeProvider: IAMHttpAuthSchemeProvider;
|
|
28
28
|
/**
|
|
29
|
-
* @
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
32
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.925.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.922.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.925.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.922.0",
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-node": "3.922.0",
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
34
|
+
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
37
37
|
"@smithy/hash-node": "^4.2.4",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
53
|
"@smithy/util-defaults-mode-browser": "^4.3.5",
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.8",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.4",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
@@ -26,7 +26,7 @@ export interface SSOHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SSOHtt
|
|
|
26
26
|
*/
|
|
27
27
|
export declare const defaultSSOHttpAuthSchemeProvider: SSOHttpAuthSchemeProvider;
|
|
28
28
|
/**
|
|
29
|
-
* @
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
32
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.925.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-user-agent": "3.922.0",
|
|
28
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
28
|
+
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
29
29
|
"@aws-sdk/types": "3.922.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-node": "3.922.0",
|
|
33
|
-
"@smithy/config-resolver": "^4.4.
|
|
33
|
+
"@smithy/config-resolver": "^4.4.2",
|
|
34
34
|
"@smithy/core": "^3.17.2",
|
|
35
35
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
36
36
|
"@smithy/hash-node": "^4.2.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
51
51
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
52
52
|
"@smithy/util-defaults-mode-browser": "^4.3.5",
|
|
53
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-node": "^4.2.8",
|
|
54
54
|
"@smithy/util-endpoints": "^3.2.4",
|
|
55
55
|
"@smithy/util-middleware": "^4.2.4",
|
|
56
56
|
"@smithy/util-retry": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@aws-sdk/credential-provider-env": "3.922.0",
|
|
33
33
|
"@aws-sdk/credential-provider-http": "3.922.0",
|
|
34
34
|
"@aws-sdk/credential-provider-process": "3.922.0",
|
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.925.0",
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.925.0",
|
|
37
|
+
"@aws-sdk/nested-clients": "3.925.0",
|
|
38
38
|
"@aws-sdk/types": "3.922.0",
|
|
39
39
|
"@smithy/credential-provider-imds": "^4.2.4",
|
|
40
40
|
"@smithy/property-provider": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@aws-sdk/credential-provider-env": "3.922.0",
|
|
35
35
|
"@aws-sdk/credential-provider-http": "3.922.0",
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.925.0",
|
|
37
37
|
"@aws-sdk/credential-provider-process": "3.922.0",
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "3.925.0",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.925.0",
|
|
40
40
|
"@aws-sdk/types": "3.922.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.4",
|
|
42
42
|
"@smithy/property-provider": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/client-sso": "3.
|
|
29
|
+
"@aws-sdk/client-sso": "3.925.0",
|
|
30
30
|
"@aws-sdk/core": "3.922.0",
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
31
|
+
"@aws-sdk/token-providers": "3.925.0",
|
|
32
32
|
"@aws-sdk/types": "3.922.0",
|
|
33
33
|
"@smithy/property-provider": "^4.2.4",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@aws-sdk/core": "3.922.0",
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
38
|
+
"@aws-sdk/nested-clients": "3.925.0",
|
|
39
39
|
"@aws-sdk/types": "3.922.0",
|
|
40
40
|
"@smithy/property-provider": "^4.2.4",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
|
@@ -26,7 +26,7 @@ export interface SSOOIDCHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SS
|
|
|
26
26
|
*/
|
|
27
27
|
export declare const defaultSSOOIDCHttpAuthSchemeProvider: SSOOIDCHttpAuthSchemeProvider;
|
|
28
28
|
/**
|
|
29
|
-
* @
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
32
32
|
/**
|
|
@@ -36,7 +36,7 @@ export interface StsAuthResolvedConfig {
|
|
|
36
36
|
}
|
|
37
37
|
export declare const resolveStsAuthConfig: <T>(input: T & StsAuthInputConfig) => T & StsAuthResolvedConfig;
|
|
38
38
|
/**
|
|
39
|
-
* @
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
export interface HttpAuthSchemeInputConfig extends StsAuthInputConfig, AwsSdkSigV4AuthInputConfig {
|
|
42
42
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
35
35
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
36
36
|
"@aws-sdk/middleware-user-agent": "3.922.0",
|
|
37
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
37
|
+
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
38
38
|
"@aws-sdk/types": "3.922.0",
|
|
39
39
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
41
41
|
"@aws-sdk/util-user-agent-node": "3.922.0",
|
|
42
|
-
"@smithy/config-resolver": "^4.4.
|
|
42
|
+
"@smithy/config-resolver": "^4.4.2",
|
|
43
43
|
"@smithy/core": "^3.17.2",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
45
45
|
"@smithy/hash-node": "^4.2.4",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
60
60
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
61
61
|
"@smithy/util-defaults-mode-browser": "^4.3.5",
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.8",
|
|
63
63
|
"@smithy/util-endpoints": "^3.2.4",
|
|
64
64
|
"@smithy/util-middleware": "^4.2.4",
|
|
65
65
|
"@smithy/util-retry": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/region-config-resolver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.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 region-config-resolver",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@aws-sdk/types": "3.922.0",
|
|
27
|
-
"@smithy/config-resolver": "^4.4.
|
|
27
|
+
"@smithy/config-resolver": "^4.4.2",
|
|
28
28
|
"@smithy/node-config-provider": "^4.3.4",
|
|
29
29
|
"@smithy/types": "^4.8.1",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.925.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@aws-sdk/core": "3.922.0",
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
33
|
+
"@aws-sdk/nested-clients": "3.925.0",
|
|
34
34
|
"@aws-sdk/types": "3.922.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.4",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"jsii-docgen": "^10.5.0",
|
|
60
60
|
"jsii-pacmak": "^1.118.0",
|
|
61
61
|
"jsii-rosetta": "~5.8.0",
|
|
62
|
-
"projen": "^0.98.
|
|
62
|
+
"projen": "^0.98.7",
|
|
63
63
|
"ts-jest": "^29.4.5",
|
|
64
64
|
"ts-node": "^10.9.2",
|
|
65
65
|
"typescript": "^5.9.3"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"constructs": "^10.0.5"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@aws-sdk/client-iam": "^3.
|
|
72
|
+
"@aws-sdk/client-iam": "^3.925.0",
|
|
73
73
|
"axios": "^1.8.2",
|
|
74
74
|
"constructs": "^10.4.2",
|
|
75
75
|
"jsonc-parser": "^3.3.1"
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"version": "0.0.
|
|
104
|
+
"version": "0.0.77",
|
|
105
105
|
"jest": {
|
|
106
106
|
"coverageProvider": "v8",
|
|
107
107
|
"testMatch": [
|