@jjrawlins/cdk-iam-policy-builder-helper 0.0.18 → 0.0.20

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 CHANGED
@@ -7,7 +7,7 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-iam": "^3.882.0",
10
+ "@aws-sdk/client-iam": "^3.883.0",
11
11
  "axios": "^1.8.2",
12
12
  "jsonc-parser": "^3.3.1"
13
13
  },
@@ -4140,6 +4140,6 @@
4140
4140
  }
4141
4141
  },
4142
4142
  "types": {},
4143
- "version": "0.0.18",
4144
- "fingerprint": "iMx+WsqcW9GsJLK//idqF2a95R96JePTYf6fRmmoKEA="
4143
+ "version": "0.0.20",
4144
+ "fingerprint": "QWeVNlU+VO3a3nYyqkqpttNn5FGYMgHKqDRW8FQT9Zs="
4145
4145
  }
@@ -9,5 +9,5 @@ require (
9
9
  github.com/projen/projen-go/projen v0.95.6
10
10
  github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.242 // indirect
11
11
  github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
12
- github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.7.0 // indirect
12
+ github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.8.0 // indirect
13
13
  )
@@ -14,7 +14,7 @@ import (
14
14
  projen "github.com/projen/projen-go/projen/jsii"
15
15
  )
16
16
 
17
- //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.17.tgz
17
+ //go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.19.tgz
18
18
  var tarball []byte
19
19
 
20
20
  // Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -26,5 +26,5 @@ func Initialize() {
26
26
  projen.Initialize()
27
27
 
28
28
  // Load this library into the kernel
29
- _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.17", tarball)
29
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.19", tarball)
30
30
  }
@@ -1 +1 @@
1
- 0.0.17
1
+ 0.0.19
package/methods_list.txt CHANGED
@@ -11569,6 +11569,7 @@ mediaconvert:CreateJob
11569
11569
  mediaconvert:CreateJobTemplate
11570
11570
  mediaconvert:CreatePreset
11571
11571
  mediaconvert:CreateQueue
11572
+ mediaconvert:CreateResourceShare
11572
11573
  mediaconvert:DeleteJobTemplate
11573
11574
  mediaconvert:DeletePolicy
11574
11575
  mediaconvert:DeletePreset
@@ -13072,11 +13073,13 @@ organizations:InviteAccountToOrganization
13072
13073
  organizations:LeaveOrganization
13073
13074
  organizations:ListAccounts
13074
13075
  organizations:ListAccountsForParent
13076
+ organizations:ListAccountsWithInvalidEffectivePolicy
13075
13077
  organizations:ListAWSServiceAccessForOrganization
13076
13078
  organizations:ListChildren
13077
13079
  organizations:ListCreateAccountStatus
13078
13080
  organizations:ListDelegatedAdministrators
13079
13081
  organizations:ListDelegatedServicesForAccount
13082
+ organizations:ListEffectivePolicyValidationErrors
13080
13083
  organizations:ListHandshakesForAccount
13081
13084
  organizations:ListHandshakesForOrganization
13082
13085
  organizations:ListOrganizationalUnitsForParent
@@ -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.882.0",
4
+ "version": "3.883.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",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.882.0",
24
- "@aws-sdk/credential-provider-node": "3.882.0",
23
+ "@aws-sdk/core": "3.883.0",
24
+ "@aws-sdk/credential-provider-node": "3.883.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.882.0",
28
+ "@aws-sdk/middleware-user-agent": "3.883.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
31
  "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.882.0",
33
+ "@aws-sdk/util-user-agent-node": "3.883.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.9.2",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",
@@ -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.882.0",
4
+ "version": "3.883.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",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.882.0",
23
+ "@aws-sdk/core": "3.883.0",
24
24
  "@aws-sdk/middleware-host-header": "3.873.0",
25
25
  "@aws-sdk/middleware-logger": "3.876.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
27
- "@aws-sdk/middleware-user-agent": "3.882.0",
27
+ "@aws-sdk/middleware-user-agent": "3.883.0",
28
28
  "@aws-sdk/region-config-resolver": "3.873.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@aws-sdk/util-endpoints": "3.879.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.873.0",
32
- "@aws-sdk/util-user-agent-node": "3.882.0",
32
+ "@aws-sdk/util-user-agent-node": "3.883.0",
33
33
  "@smithy/config-resolver": "^4.1.5",
34
34
  "@smithy/core": "^3.9.2",
35
35
  "@smithy/fetch-http-handler": "^5.1.1",
@@ -97,7 +97,8 @@ var ProtocolLib = class {
97
97
  } else if (!inputSchema.isUnitSchema()) {
98
98
  const hasBody = Object.values(members).find((m) => {
99
99
  const { httpQuery, httpQueryParams, httpHeader, httpLabel, httpPrefixHeaders } = m.getMergedTraits();
100
- return !httpQuery && !httpQueryParams && !httpHeader && !httpLabel && httpPrefixHeaders === void 0;
100
+ const noPrefixHeaders = httpPrefixHeaders === void 0;
101
+ return !httpQuery && !httpQueryParams && !httpHeader && !httpLabel && noPrefixHeaders;
101
102
  });
102
103
  if (hasBody) {
103
104
  return defaultContentType;
@@ -1288,7 +1289,8 @@ var AwsQueryProtocol = class extends import_protocols5.RpcProtocol {
1288
1289
  if ((0, import_schema9.deref)(operationSchema.input) === "unit" || !request.body) {
1289
1290
  request.body = "";
1290
1291
  }
1291
- request.body = `Action=${operationSchema.name.split("#")[1]}&Version=${this.options.version}` + request.body;
1292
+ const action = operationSchema.name.split("#")[1] ?? operationSchema.name;
1293
+ request.body = `Action=${action}&Version=${this.options.version}` + request.body;
1292
1294
  if (request.body.endsWith("&")) {
1293
1295
  request.body = request.body.slice(-1);
1294
1296
  }
@@ -1314,7 +1316,8 @@ var AwsQueryProtocol = class extends import_protocols5.RpcProtocol {
1314
1316
  delete response.headers[header];
1315
1317
  response.headers[header.toLowerCase()] = value;
1316
1318
  }
1317
- const awsQueryResultKey = ns.isStructSchema() && this.useNestedResult() ? operationSchema.name.split("#")[1] + "Result" : void 0;
1319
+ const shortName = operationSchema.name.split("#")[1] ?? operationSchema.name;
1320
+ const awsQueryResultKey = ns.isStructSchema() && this.useNestedResult() ? shortName + "Result" : void 0;
1318
1321
  const bytes = await (0, import_protocols5.collectBody)(response.body, context);
1319
1322
  if (bytes.byteLength > 0) {
1320
1323
  Object.assign(dataObject, await deserializer.read(ns, bytes, awsQueryResultKey));
@@ -28,7 +28,8 @@ export class ProtocolLib {
28
28
  else if (!inputSchema.isUnitSchema()) {
29
29
  const hasBody = Object.values(members).find((m) => {
30
30
  const { httpQuery, httpQueryParams, httpHeader, httpLabel, httpPrefixHeaders } = m.getMergedTraits();
31
- return !httpQuery && !httpQueryParams && !httpHeader && !httpLabel && httpPrefixHeaders === void 0;
31
+ const noPrefixHeaders = httpPrefixHeaders === void 0;
32
+ return !httpQuery && !httpQueryParams && !httpHeader && !httpLabel && noPrefixHeaders;
32
33
  });
33
34
  if (hasBody) {
34
35
  return defaultContentType;
@@ -47,7 +47,8 @@ export class AwsQueryProtocol extends RpcProtocol {
47
47
  if (deref(operationSchema.input) === "unit" || !request.body) {
48
48
  request.body = "";
49
49
  }
50
- request.body = `Action=${operationSchema.name.split("#")[1]}&Version=${this.options.version}` + request.body;
50
+ const action = operationSchema.name.split("#")[1] ?? operationSchema.name;
51
+ request.body = `Action=${action}&Version=${this.options.version}` + request.body;
51
52
  if (request.body.endsWith("&")) {
52
53
  request.body = request.body.slice(-1);
53
54
  }
@@ -73,7 +74,8 @@ export class AwsQueryProtocol extends RpcProtocol {
73
74
  delete response.headers[header];
74
75
  response.headers[header.toLowerCase()] = value;
75
76
  }
76
- const awsQueryResultKey = ns.isStructSchema() && this.useNestedResult() ? operationSchema.name.split("#")[1] + "Result" : undefined;
77
+ const shortName = operationSchema.name.split("#")[1] ?? operationSchema.name;
78
+ const awsQueryResultKey = ns.isStructSchema() && this.useNestedResult() ? shortName + "Result" : undefined;
77
79
  const bytes = await collectBody(response.body, context);
78
80
  if (bytes.byteLength > 0) {
79
81
  Object.assign(dataObject, await deserializer.read(ns, bytes, awsQueryResultKey));
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.882.0",
28
+ "@aws-sdk/core": "3.883.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@smithy/property-provider": "^4.0.5",
31
31
  "@smithy/types": "^4.3.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.882.0",
30
+ "@aws-sdk/core": "3.883.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
32
  "@smithy/fetch-http-handler": "^5.1.1",
33
33
  "@smithy/node-http-handler": "^4.1.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.882.0",
3
+ "version": "3.883.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",
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.882.0",
31
- "@aws-sdk/credential-provider-env": "3.882.0",
32
- "@aws-sdk/credential-provider-http": "3.882.0",
33
- "@aws-sdk/credential-provider-process": "3.882.0",
34
- "@aws-sdk/credential-provider-sso": "3.882.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.882.0",
36
- "@aws-sdk/nested-clients": "3.882.0",
30
+ "@aws-sdk/core": "3.883.0",
31
+ "@aws-sdk/credential-provider-env": "3.883.0",
32
+ "@aws-sdk/credential-provider-http": "3.883.0",
33
+ "@aws-sdk/credential-provider-process": "3.883.0",
34
+ "@aws-sdk/credential-provider-sso": "3.883.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.883.0",
36
+ "@aws-sdk/nested-clients": "3.883.0",
37
37
  "@aws-sdk/types": "3.862.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.7",
39
39
  "@smithy/property-provider": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.882.0",
33
- "@aws-sdk/credential-provider-http": "3.882.0",
34
- "@aws-sdk/credential-provider-ini": "3.882.0",
35
- "@aws-sdk/credential-provider-process": "3.882.0",
36
- "@aws-sdk/credential-provider-sso": "3.882.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.882.0",
32
+ "@aws-sdk/credential-provider-env": "3.883.0",
33
+ "@aws-sdk/credential-provider-http": "3.883.0",
34
+ "@aws-sdk/credential-provider-ini": "3.883.0",
35
+ "@aws-sdk/credential-provider-process": "3.883.0",
36
+ "@aws-sdk/credential-provider-sso": "3.883.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.883.0",
38
38
  "@aws-sdk/types": "3.862.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.7",
40
40
  "@smithy/property-provider": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.882.0",
28
+ "@aws-sdk/core": "3.883.0",
29
29
  "@aws-sdk/types": "3.862.0",
30
30
  "@smithy/property-provider": "^4.0.5",
31
31
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.882.0",
3
+ "version": "3.883.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",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.882.0",
29
- "@aws-sdk/core": "3.882.0",
30
- "@aws-sdk/token-providers": "3.882.0",
28
+ "@aws-sdk/client-sso": "3.883.0",
29
+ "@aws-sdk/core": "3.883.0",
30
+ "@aws-sdk/token-providers": "3.883.0",
31
31
  "@aws-sdk/types": "3.862.0",
32
32
  "@smithy/property-provider": "^4.0.5",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.882.0",
3
+ "version": "3.883.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",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.882.0",
37
- "@aws-sdk/nested-clients": "3.882.0",
36
+ "@aws-sdk/core": "3.883.0",
37
+ "@aws-sdk/nested-clients": "3.883.0",
38
38
  "@aws-sdk/types": "3.862.0",
39
39
  "@smithy/property-provider": "^4.0.5",
40
40
  "@smithy/types": "^4.3.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.882.0",
3
+ "version": "3.883.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 middleware-user-agent",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.882.0",
27
+ "@aws-sdk/core": "3.883.0",
28
28
  "@aws-sdk/types": "3.862.0",
29
29
  "@aws-sdk/util-endpoints": "3.879.0",
30
30
  "@smithy/core": "^3.9.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,16 +28,16 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/core": "3.882.0",
31
+ "@aws-sdk/core": "3.883.0",
32
32
  "@aws-sdk/middleware-host-header": "3.873.0",
33
33
  "@aws-sdk/middleware-logger": "3.876.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
35
- "@aws-sdk/middleware-user-agent": "3.882.0",
35
+ "@aws-sdk/middleware-user-agent": "3.883.0",
36
36
  "@aws-sdk/region-config-resolver": "3.873.0",
37
37
  "@aws-sdk/types": "3.862.0",
38
38
  "@aws-sdk/util-endpoints": "3.879.0",
39
39
  "@aws-sdk/util-user-agent-browser": "3.873.0",
40
- "@aws-sdk/util-user-agent-node": "3.882.0",
40
+ "@aws-sdk/util-user-agent-node": "3.883.0",
41
41
  "@smithy/config-resolver": "^4.1.5",
42
42
  "@smithy/core": "^3.9.2",
43
43
  "@smithy/fetch-http-handler": "^5.1.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.882.0",
3
+ "version": "3.883.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "3.882.0",
33
- "@aws-sdk/nested-clients": "3.882.0",
32
+ "@aws-sdk/core": "3.883.0",
33
+ "@aws-sdk/nested-clients": "3.883.0",
34
34
  "@aws-sdk/types": "3.862.0",
35
35
  "@smithy/property-provider": "^4.0.5",
36
36
  "@smithy/shared-ini-file-loader": "^4.0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.882.0",
3
+ "version": "3.883.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",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.882.0",
24
+ "@aws-sdk/middleware-user-agent": "3.883.0",
25
25
  "@aws-sdk/types": "3.862.0",
26
26
  "@smithy/node-config-provider": "^4.1.4",
27
27
  "@smithy/types": "^4.3.2",
package/package.json CHANGED
@@ -64,7 +64,7 @@
64
64
  "constructs": "^10.4.2"
65
65
  },
66
66
  "dependencies": {
67
- "@aws-sdk/client-iam": "^3.882.0",
67
+ "@aws-sdk/client-iam": "^3.883.0",
68
68
  "axios": "^1.8.2",
69
69
  "constructs": "^10.4.2",
70
70
  "jsonc-parser": "^3.3.1",
@@ -95,7 +95,7 @@
95
95
  "publishConfig": {
96
96
  "access": "public"
97
97
  },
98
- "version": "0.0.18",
98
+ "version": "0.0.20",
99
99
  "jest": {
100
100
  "coverageProvider": "v8",
101
101
  "testMatch": [