awscdk-construct-scte-scheduler 0.0.19 → 0.0.21

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 (147) hide show
  1. package/.jsii +4 -4
  2. package/lib/EventBridgeSchedule.js +1 -1
  3. package/lib/Lambda.js +1 -1
  4. package/lib/ScteScheduler.js +9 -6
  5. package/node_modules/@aws-sdk/client-medialive/dist-cjs/index.js +12 -18
  6. package/node_modules/@aws-sdk/client-medialive/dist-es/MediaLiveClient.js +12 -18
  7. package/node_modules/@aws-sdk/client-medialive/dist-types/MediaLiveClient.d.ts +2 -4
  8. package/node_modules/@aws-sdk/client-medialive/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  9. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.browser.d.ts +2 -2
  10. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.d.ts +2 -2
  11. package/node_modules/@aws-sdk/client-medialive/dist-types/runtimeConfig.native.d.ts +2 -2
  12. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/MediaLiveClient.d.ts +6 -8
  13. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  14. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  15. package/node_modules/@aws-sdk/client-medialive/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  16. package/node_modules/@aws-sdk/client-medialive/package.json +12 -12
  17. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +12 -18
  18. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +12 -18
  19. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
  20. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  21. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
  25. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  26. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  27. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  28. package/node_modules/@aws-sdk/client-sso/package.json +8 -8
  29. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +12 -18
  30. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +12 -18
  31. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
  32. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  33. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +6 -8
  37. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  38. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  39. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  40. package/node_modules/@aws-sdk/client-sso-oidc/package.json +10 -10
  41. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +12 -18
  42. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +17 -4
  43. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +12 -18
  44. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
  45. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
  46. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  47. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
  49. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -8
  51. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  52. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  53. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  54. package/node_modules/@aws-sdk/client-sts/package.json +10 -10
  55. package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  56. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  57. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +43 -3
  58. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  59. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  60. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  61. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  62. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +18 -0
  63. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
  64. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -1
  65. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  66. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  67. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  68. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  69. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  70. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +25 -1
  71. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -1
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +6 -1
  79. package/node_modules/@aws-sdk/core/package.json +16 -6
  80. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +6 -1
  81. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +3 -0
  82. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
  83. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
  84. package/node_modules/@aws-sdk/credential-provider-env/package.json +1 -1
  85. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  86. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -2
  87. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +4 -2
  88. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
  89. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
  90. package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
  91. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  92. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +9 -3
  93. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +6 -1
  94. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -1
  95. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  96. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  97. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  98. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +3 -2
  99. package/node_modules/@aws-sdk/credential-provider-process/package.json +1 -1
  100. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -2
  101. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -2
  102. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  103. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  104. package/node_modules/@smithy/core/package.json +3 -3
  105. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
  106. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -1
  107. package/node_modules/@smithy/fetch-http-handler/package.json +1 -1
  108. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  109. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  110. package/node_modules/@smithy/smithy-client/dist-es/command.js +1 -0
  111. package/node_modules/@smithy/smithy-client/package.json +2 -2
  112. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  113. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  114. package/node_modules/@smithy/util-stream/package.json +2 -2
  115. package/node_modules/fast-xml-parser/CHANGELOG.md +349 -309
  116. package/node_modules/fast-xml-parser/README.md +83 -51
  117. package/node_modules/fast-xml-parser/package.json +8 -5
  118. package/node_modules/fast-xml-parser/src/fxp.d.ts +365 -71
  119. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  120. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  121. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  122. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  123. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  124. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  125. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  126. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  127. package/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  128. package/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  129. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  130. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  131. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  132. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  133. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  134. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  135. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  136. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  137. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  138. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  139. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  140. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  141. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  142. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  143. package/node_modules/fast-xml-parser/src/validator.js +2 -0
  144. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +31 -9
  145. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +4 -0
  146. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +25 -12
  147. package/package.json +7 -7
@@ -6,9 +6,9 @@ const xmlNode = require('./xmlNode');
6
6
  const readDocType = require("./DocTypeReader");
7
7
  const toNumber = require("strnum");
8
8
 
9
- const regx =
10
- '<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)'
11
- .replace(/NAME/g, util.nameRegexp);
9
+ // const regx =
10
+ // '<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)'
11
+ // .replace(/NAME/g, util.nameRegexp);
12
12
 
13
13
  //const tagsRegx = new RegExp("<(\\/?[\\w:\\-\._]+)([^>]*)>(\\s*"+cdataRegx+")*([^<]+)?","g");
14
14
  //const tagsRegx = new RegExp("<(\\/?)((\\w*:)?([\\w:\\-\._]+))([^>]*)>([^<]*)("+cdataRegx+"([^<]*))*([^<]+)?","g");
@@ -40,6 +40,8 @@ class OrderedObjParser{
40
40
  "copyright" : { regex: /&(copy|#169);/g, val: "©" },
41
41
  "reg" : { regex: /&(reg|#174);/g, val: "®" },
42
42
  "inr" : { regex: /&(inr|#8377);/g, val: "₹" },
43
+ "num_dec": { regex: /&#([0-9]{1,7});/g, val : (_, str) => String.fromCharCode(Number.parseInt(str, 10)) },
44
+ "num_hex": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => String.fromCharCode(Number.parseInt(str, 16)) },
43
45
  };
44
46
  this.addExternalEntities = addExternalEntities;
45
47
  this.parseXml = parseXml;
@@ -265,14 +267,13 @@ const parseXml = function(xmlData) {
265
267
 
266
268
  textData = this.saveTextToParentTag(textData, currentNode, jPath);
267
269
 
270
+ let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);
271
+ if(val == undefined) val = "";
272
+
268
273
  //cdata should be set even if it is 0 length string
269
274
  if(this.options.cdataPropName){
270
- // let val = this.parseTextData(tagExp, this.options.cdataPropName, jPath + "." + this.options.cdataPropName, true, false, true);
271
- // if(!val) val = "";
272
275
  currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);
273
276
  }else{
274
- let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true);
275
- if(val == undefined) val = "";
276
277
  currentNode.add(this.options.textNodeName, val);
277
278
  }
278
279
 
@@ -280,6 +281,7 @@ const parseXml = function(xmlData) {
280
281
  }else {//Opening tag
281
282
  let result = readTagExp(xmlData,i, this.options.removeNSPrefix);
282
283
  let tagName= result.tagName;
284
+ const rawTagName = result.rawTagName;
283
285
  let tagExp = result.tagExp;
284
286
  let attrExpPresent = result.attrExpPresent;
285
287
  let closeIndex = result.closeIndex;
@@ -305,21 +307,29 @@ const parseXml = function(xmlData) {
305
307
  if(tagName !== xmlObj.tagname){
306
308
  jPath += jPath ? "." + tagName : tagName;
307
309
  }
308
- if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) { //TODO: namespace
310
+ if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) {
309
311
  let tagContent = "";
310
312
  //self-closing tag
311
313
  if(tagExp.length > 0 && tagExp.lastIndexOf("/") === tagExp.length - 1){
314
+ if(tagName[tagName.length - 1] === "/"){ //remove trailing '/'
315
+ tagName = tagName.substr(0, tagName.length - 1);
316
+ jPath = jPath.substr(0, jPath.length - 1);
317
+ tagExp = tagName;
318
+ }else{
319
+ tagExp = tagExp.substr(0, tagExp.length - 1);
320
+ }
312
321
  i = result.closeIndex;
313
322
  }
314
323
  //unpaired tag
315
324
  else if(this.options.unpairedTags.indexOf(tagName) !== -1){
325
+
316
326
  i = result.closeIndex;
317
327
  }
318
328
  //normal tag
319
329
  else{
320
330
  //read until closing tag is found
321
- const result = this.readStopNodeData(xmlData, tagName, closeIndex + 1);
322
- if(!result) throw new Error(`Unexpected end of ${tagName}`);
331
+ const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);
332
+ if(!result) throw new Error(`Unexpected end of ${rawTagName}`);
323
333
  i = result.i;
324
334
  tagContent = result.tagContent;
325
335
  }
@@ -341,6 +351,7 @@ const parseXml = function(xmlData) {
341
351
  if(tagExp.length > 0 && tagExp.lastIndexOf("/") === tagExp.length - 1){
342
352
  if(tagName[tagName.length - 1] === "/"){ //remove trailing '/'
343
353
  tagName = tagName.substr(0, tagName.length - 1);
354
+ jPath = jPath.substr(0, jPath.length - 1);
344
355
  tagExp = tagName;
345
356
  }else{
346
357
  tagExp = tagExp.substr(0, tagExp.length - 1);
@@ -499,10 +510,11 @@ function readTagExp(xmlData,i, removeNSPrefix, closingChar = ">"){
499
510
  let tagName = tagExp;
500
511
  let attrExpPresent = true;
501
512
  if(separatorIndex !== -1){//separate tag name and attributes expression
502
- tagName = tagExp.substr(0, separatorIndex).replace(/\s\s*$/, '');
503
- tagExp = tagExp.substr(separatorIndex + 1);
513
+ tagName = tagExp.substring(0, separatorIndex);
514
+ tagExp = tagExp.substring(separatorIndex + 1).trimStart();
504
515
  }
505
516
 
517
+ const rawTagName = tagName;
506
518
  if(removeNSPrefix){
507
519
  const colonIndex = tagName.indexOf(":");
508
520
  if(colonIndex !== -1){
@@ -516,6 +528,7 @@ function readTagExp(xmlData,i, removeNSPrefix, closingChar = ">"){
516
528
  tagExp: tagExp,
517
529
  closeIndex: closeIndex,
518
530
  attrExpPresent: attrExpPresent,
531
+ rawTagName: rawTagName,
519
532
  }
520
533
  }
521
534
  /**
package/package.json CHANGED
@@ -45,13 +45,13 @@
45
45
  "jest": "^29.7.0",
46
46
  "jest-junit": "^15",
47
47
  "jsii": "~5.3.0",
48
- "jsii-diff": "^1.101.0",
49
- "jsii-docgen": "^10.4.19",
50
- "jsii-pacmak": "^1.101.0",
48
+ "jsii-diff": "^1.102.0",
49
+ "jsii-docgen": "^10.4.20",
50
+ "jsii-pacmak": "^1.102.0",
51
51
  "jsii-rosetta": "~5.3.0",
52
- "projen": "^0.84.9",
52
+ "projen": "^0.85.0",
53
53
  "standard-version": "^9",
54
- "ts-jest": "^29.2.3",
54
+ "ts-jest": "^29.2.4",
55
55
  "ts-node": "^10.9.2",
56
56
  "typescript": "^5.5.4"
57
57
  },
@@ -60,7 +60,7 @@
60
60
  "constructs": "^10.0.5"
61
61
  },
62
62
  "dependencies": {
63
- "@aws-sdk/client-medialive": "^3.620.0",
63
+ "@aws-sdk/client-medialive": "^3.624.0",
64
64
  "aws-cdk-lib": "^2.133.0",
65
65
  "constructs": "^10.3.0"
66
66
  },
@@ -80,7 +80,7 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "version": "0.0.19",
83
+ "version": "0.0.21",
84
84
  "jest": {
85
85
  "coverageProvider": "v8",
86
86
  "testMatch": [