@jjrawlins/cdk-diff-pr-github-action 1.3.2 → 1.3.4

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 (165) hide show
  1. package/.jsii +3 -3
  2. package/lib/CdkDiffIamTemplate.js +2 -2
  3. package/lib/CdkDiffIamTemplateStackSet.js +2 -2
  4. package/lib/CdkDiffStackWorkflow.js +1 -1
  5. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  6. package/lib/CdkDriftIamTemplate.js +2 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
  8. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -0
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -0
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
  12. package/node_modules/@aws-sdk/core/package.json +3 -3
  13. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  14. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  15. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  16. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  17. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  18. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  19. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  20. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  21. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  22. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  23. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  24. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  25. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  26. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  27. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  28. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  29. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
  30. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  31. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  32. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
  33. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  34. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  35. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
  36. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
  37. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
  38. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
  39. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
  40. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  41. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  42. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  43. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  44. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  45. package/node_modules/bowser/README.md +72 -3
  46. package/node_modules/bowser/bundled.js +1 -1
  47. package/node_modules/bowser/es5.js +1 -1
  48. package/node_modules/bowser/index.d.ts +44 -6
  49. package/node_modules/bowser/package.json +10 -5
  50. package/node_modules/bowser/src/bowser.js +24 -8
  51. package/node_modules/bowser/src/constants.js +8 -0
  52. package/node_modules/bowser/src/parser-browsers.js +89 -0
  53. package/node_modules/bowser/src/parser-platforms.js +42 -0
  54. package/node_modules/bowser/src/parser.js +86 -5
  55. package/package.json +3 -3
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  66. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  67. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  68. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  69. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  70. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  71. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  72. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  73. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  74. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  75. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  76. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  77. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  78. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  79. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  80. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  81. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  82. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  83. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  84. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  85. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  86. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  87. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  88. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  89. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  90. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  91. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  92. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  93. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  94. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  96. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  97. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  98. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  99. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  100. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  101. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  102. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  104. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  105. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  106. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  107. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  108. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  109. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  110. package/node_modules/bowser/CHANGELOG.md +0 -218
  111. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/CHANGELOG.md +0 -0
  112. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/LICENSE +0 -0
  113. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/README.md +0 -0
  114. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  115. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  116. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.cjs +0 -0
  117. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.d.cts +0 -0
  118. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js +0 -0
  119. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxp.min.js.map +0 -0
  120. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js +0 -0
  121. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  122. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  123. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  124. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/package.json +0 -0
  125. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/cli.js +0 -0
  126. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/man.js +0 -0
  127. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/cli/read.js +0 -0
  128. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.d.ts +0 -0
  129. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/fxp.js +0 -0
  130. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/ignoreAttributes.js +0 -0
  131. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/util.js +0 -0
  132. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  133. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  134. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  135. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  136. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  137. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  138. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  139. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  140. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Report.js +0 -0
  141. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPath.js +0 -0
  142. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  143. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XMLParser.js +0 -0
  144. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  145. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  146. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  147. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  148. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  149. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  150. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  151. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  152. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  153. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  154. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  155. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  156. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/validator.js +0 -0
  157. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  158. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/orderedJs2Xml.js +0 -0
  159. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  160. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  161. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  162. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  163. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  164. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  165. /package/node_modules/{fast-xml-parser → @aws-sdk/xml-builder/node_modules/fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -1 +0,0 @@
1
- export { ErrorRuleObject } from "@smithy/util-endpoints";
@@ -1,5 +0,0 @@
1
- export {
2
- DeprecatedObject,
3
- ParameterObject,
4
- RuleSetObject,
5
- } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { RuleSetRules, TreeRuleObject } from "@smithy/util-endpoints";
@@ -1,6 +0,0 @@
1
- export * from "./EndpointError";
2
- export * from "./EndpointRuleObject";
3
- export * from "./ErrorRuleObject";
4
- export * from "./RuleSetObject";
5
- export * from "./TreeRuleObject";
6
- export * from "./shared";
@@ -1,12 +0,0 @@
1
- export {
2
- ReferenceObject,
3
- FunctionObject,
4
- FunctionArgv,
5
- FunctionReturn,
6
- ConditionObject,
7
- Expression,
8
- EndpointParams,
9
- EndpointResolverOptions,
10
- ReferenceRecord,
11
- EvaluateOptions,
12
- } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { EndpointError } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { EndpointObjectProperties, EndpointObjectHeaders, EndpointObject, EndpointRuleObject, } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { ErrorRuleObject } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { DeprecatedObject, ParameterObject, RuleSetObject } from "@smithy/util-endpoints";
@@ -1 +0,0 @@
1
- export { RuleSetRules, TreeRuleObject } from "@smithy/util-endpoints";
@@ -1,6 +0,0 @@
1
- export * from "./EndpointError";
2
- export * from "./EndpointRuleObject";
3
- export * from "./ErrorRuleObject";
4
- export * from "./RuleSetObject";
5
- export * from "./TreeRuleObject";
6
- export * from "./shared";
@@ -1 +0,0 @@
1
- export { ReferenceObject, FunctionObject, FunctionArgv, FunctionReturn, ConditionObject, Expression, EndpointParams, EndpointResolverOptions, ReferenceRecord, EvaluateOptions, } from "@smithy/util-endpoints";
@@ -1,60 +0,0 @@
1
- {
2
- "name": "@aws-sdk/util-endpoints",
3
- "version": "3.984.0",
4
- "description": "Utilities to help with endpoint resolution",
5
- "main": "./dist-cjs/index.js",
6
- "module": "./dist-es/index.js",
7
- "types": "./dist-types/index.d.ts",
8
- "scripts": {
9
- "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
10
- "build:cjs": "node ../../scripts/compilation/inline util-endpoints",
11
- "build:es": "tsc -p tsconfig.es.json",
12
- "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
13
- "build:types": "tsc -p tsconfig.types.json",
14
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
- "test": "yarn g:vitest run",
17
- "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
- "test:watch": "yarn g:vitest watch",
19
- "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
20
- },
21
- "sideEffects": true,
22
- "author": {
23
- "name": "AWS SDK for JavaScript Team",
24
- "url": "https://aws.amazon.com/javascript/"
25
- },
26
- "license": "Apache-2.0",
27
- "dependencies": {
28
- "@aws-sdk/types": "^3.973.1",
29
- "@smithy/types": "^4.12.0",
30
- "@smithy/url-parser": "^4.2.8",
31
- "@smithy/util-endpoints": "^3.2.8",
32
- "tslib": "^2.6.2"
33
- },
34
- "engines": {
35
- "node": ">=20.0.0"
36
- },
37
- "typesVersions": {
38
- "<4.0": {
39
- "dist-types/*": [
40
- "dist-types/ts3.4/*"
41
- ]
42
- }
43
- },
44
- "files": [
45
- "dist-*/**"
46
- ],
47
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
48
- "repository": {
49
- "type": "git",
50
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
51
- "directory": "packages/util-endpoints"
52
- },
53
- "devDependencies": {
54
- "@tsconfig/recommended": "1.0.1",
55
- "concurrently": "7.0.0",
56
- "downlevel-dts": "0.10.1",
57
- "premove": "4.0.0",
58
- "typescript": "~5.8.3"
59
- }
60
- }
@@ -1,218 +0,0 @@
1
- # Bowser Changelog
2
-
3
- ### 2.11.0 (Sep 12, 2020)
4
- - [ADD] Added support for aliases in `Parser#is` method (#437)
5
- - [ADD] Added more typings (#438, #427)
6
- - [ADD] Added support for MIUI Browser (#436)
7
-
8
- ### 2.10.0 (Jul 9, 2020)
9
- - [FIX] Fix for Firefox detection on iOS 13 [#415]
10
- - [FIX] Fixes for typings.d.ts [#409]
11
- - [FIX] Updated development dependencies
12
-
13
- ### 2.9.0 (Jan 28, 2020)
14
- - [ADD] Export more methods and constants via .d.ts [#388], [#390]
15
-
16
- ### 2.8.1 (Dec 26, 2019)
17
- - [FIX] Reverted [#382] as it broke build
18
-
19
- ### 2.8.0 (Dec 26, 2019)
20
- - [ADD] Add polyfills for Array.find & Object.assign [#383]
21
- - [ADD] Export constants with types.d.ts [#382]
22
- - [FIX] Add support for WeChat on Windows [#381]
23
- - [FIX] Fix detection of Firefox on iPad [#379]
24
- - [FIX] Add detection of Electron [#375]
25
- - [FIX] Updated dev-dependencies
26
-
27
- ### 2.7.0 (Oct 2, 2019)
28
- - [FIX] Add support for QQ Browser [#362]
29
- - [FIX] Add support for GSA [#364]
30
- - [FIX] Updated dependencies
31
-
32
- ### 2.6.0 (Sep 6, 2019)
33
- - [ADD] Define "module" export in package.json [#354]
34
- - [FIX] Fix Tablet PC detection [#334]
35
-
36
- ### 2.5.4 (Sep 2, 2019)
37
- - [FIX] Exclude docs from the npm package [#349]
38
-
39
- ### 2.5.3 (Aug 4, 2019)
40
- - [FIX] Add MacOS names support [#338]
41
- - [FIX] Point typings.d.ts from package.json [#341]
42
- - [FIX] Upgrade dependencies
43
-
44
- ### 2.5.2 (July 17, 2019)
45
- - [FIX] Fixes the bug undefined method because of failed build (#335)
46
-
47
- ### 2.5.1 (July 17, 2019)
48
- - [FIX] Fixes the bug with a custom Error class (#335)
49
- - [FIX] Fixes the settings for Babel to reduce the bundle size (#259)
50
-
51
- ### 2.5.0 (July 16, 2019)
52
- - [ADD] Add constant output so that users can quickly get all types (#325)
53
- - [FIX] Add support for Roku OS (#332)
54
- - [FIX] Update devDependencies
55
- - [FIX] Fix docs, README and added funding information
56
-
57
- ### 2.4.0 (May 3, 2019)
58
- - [FIX] Update regexp for generic browsers (#310)
59
- - [FIX] Fix issues with module.exports (#318)
60
- - [FIX] Update devDependencies (#316, #321, #322)
61
- - [FIX] Fix docs (#320)
62
-
63
- ### 2.3.0 (April 14, 2019)
64
- - [ADD] Add support for Blink-based MS Edge (#311)
65
- - [ADD] Add more types for TS (#289)
66
- - [FIX] Update dev-dependencies
67
- - [FIX] Update docs
68
-
69
- ### 2.2.1 (April 12, 2019)
70
- - [ADD] Add an alias for Samsung Internet
71
- - [FIX] Fix browser name detection for browsers without an alias (#313)
72
-
73
- ### 2.2.0 (April 7, 2019)
74
- - [ADD] Add short aliases for browser names (#295)
75
- - [FIX] Fix Yandex Browser version detection (#308)
76
-
77
- ### 2.1.2 (March 6, 2019)
78
- - [FIX] Fix buggy `getFirstMatch` reference
79
-
80
- ### 2.1.1 (March 6, 2019)
81
- - [ADD] Add detection of PlayStation 4 (#291)
82
- - [ADD] Deploy docs on GH Pages (#293)
83
- - [FIX] Fix files extensions for importing (#294)
84
- - [FIX] Fix docs (#295)
85
-
86
- ### 2.1.0 (January 24, 2019)
87
- - [ADD] Add new `Parser.getEngineName()` method (#288)
88
- - [ADD] Add detection of ChromeOS (#287)
89
- - [FIX] Fix README
90
-
91
- ### 2.0.0 (January 19, 2019)
92
- - [ADD] Support a non strict equality in `Parser.satisfies()` (#275)
93
- - [ADD] Add Android versions names (#276)
94
- - [ADD] Add a typings file (#277)
95
- - [ADD] Added support for Googlebot recognition (#278)
96
- - [FIX] Update building tools, avoid security issues
97
-
98
- ### 2.0.0-beta.3 (September 15, 2018)
99
- - [FIX] Fix Chrome Mobile detection (#253)
100
- - [FIX] Use built bowser for CI (#252)
101
- - [FIX] Update babel-plugin-add-module-exports (#251)
102
-
103
- ### 2.0.0-beta.2 (September 9, 2018)
104
- - [FIX] Fix failing comparing version through `Parser.satisfies` (#243)
105
- - [FIX] Fix travis testing, include eslint into CI testing
106
- - [FIX] Add support for Maxthon desktop browser (#246)
107
- - [FIX] Add support for Swing browser (#248)
108
- - [DOCS] Regenerate docs
109
-
110
- ### 2.0.0-beta.1 (August 18, 2018)
111
- - [ADD] Add loose version comparison to `Parser.compareVersion()` and `Parser.satisfies()`
112
- - [CHORE] Add CONTRIBUTING.md
113
- - [DOCS] Regenerate docs
114
-
115
- ### 2.0.0-alpha.4 (August 2, 2018)
116
- - [DOCS] Fix usage docs (#238)
117
- - [CHANGE] Make `./es5.js` the main file of the package (#239)
118
-
119
- ### 2.0.0-alpha.3 (July 22, 2018)
120
- - [CHANGE] Rename split and rename `compiled.js` to `es5.js` and `bundled.js` (#231, #236, #237)
121
- - [ADD] Add `Parser.some` (#235)
122
-
123
- ### 2.0.0-alpha.2 (July 17, 2018)
124
- - [CHANGE] Make `src/bowser` main file instead of the bundled one
125
- - [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231)
126
- - [REMOVE] Remove `typings.d.ts` before stable release (#232)
127
- - [FIX] Improve Nexus devices detection (#233)
128
-
129
- ### 2.0.0-alpha.1 (July 9, 2018)
130
- - [ADD] `Bowser.getParser()`
131
- - [ADD] `Bowser.parse`
132
- - [ADD] `Parser` class which describes parsing process
133
- - [CHANGE] Change bowser's returning object
134
- - [REMOVE] Remove bower support
135
-
136
- ### 1.9.4 (June 28, 2018)
137
- - [FIX] Fix NAVER Whale browser detection (#220)
138
- - [FIX] Fix MZ Browser browser detection (#219)
139
- - [FIX] Fix Firefox Focus browser detection (#191)
140
- - [FIX] Fix webOS browser detection (#186)
141
-
142
- ### 1.9.3 (March 12, 2018)
143
- - [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface
144
-
145
- ### 1.9.2 (February 5, 2018)
146
- - [FIX] Fix `typings.d.ts` — add `osname` flag to the interface
147
-
148
- ### 1.9.1 (December 22, 2017)
149
- - [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface
150
-
151
- ### 1.9.0 (December 20, 2017)
152
- - [ADD] Add a public method `.detect()` (#205)
153
- - [DOCS] Fix description of `chromium` flag in docs (#206)
154
-
155
- ### 1.8.1 (October 7, 2017)
156
- - [FIX] Fix detection of MS Edge on Android and iOS (#201)
157
-
158
- ### 1.8.0 (October 7, 2017)
159
- - [ADD] Add `osname` into result object (#200)
160
-
161
- ### 1.7.3 (August 30, 2017)
162
- - [FIX] Fix detection of Chrome on Android 8 OPR6 (#193)
163
-
164
- ### 1.7.2 (August 17, 2017)
165
- - [FIX] Fix typings.d.ts according to #185
166
-
167
- ### 1.7.1 (July 13, 2017)
168
- - [ADD] Fix detecting of Tablet PC as tablet (#183)
169
-
170
- ### 1.7.0 (May 18, 2017)
171
- - [ADD] Add OS version support for Windows and macOS (#178)
172
-
173
- ### 1.6.0 (December 5, 2016)
174
- - [ADD] Add some tests for Windows devices (#89)
175
- - [ADD] Add `root` to initialization process (#170)
176
- - [FIX] Upgrade .travis.yml config
177
-
178
- ### 1.5.0 (October 31, 2016)
179
- - [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165)
180
- - [FIX] Fix truly detection of Windows Phones (#167)
181
-
182
- ### 1.4.6 (September 19, 2016)
183
- - [FIX] Fix mobile Opera's version detection on Android
184
- - [FIX] Fix typescript typings — add `mobile` and `tablet` flags
185
- - [DOC] Fix description of `bowser.check`
186
-
187
- ### 1.4.5 (August 30, 2016)
188
-
189
- - [FIX] Add support of Samsung Internet for Android
190
- - [FIX] Fix case when `navigator.userAgent` is `undefined`
191
- - [DOC] Add information about `strictMode` in `check` function
192
- - [DOC] Consistent use of `bowser` variable in the README
193
-
194
- ### 1.4.4 (August 10, 2016)
195
-
196
- - [FIX] Fix AMD `define` call — pass name to the function
197
-
198
- ### 1.4.3 (July 27, 2016)
199
-
200
- - [FIX] Fix error `Object doesn't support this property or method` on IE8
201
-
202
- ### 1.4.2 (July 26, 2016)
203
-
204
- - [FIX] Fix missing `isUnsupportedBrowser` in typings description
205
- - [DOC] Fix `check`'s declaration in README
206
-
207
- ### 1.4.1 (July 7, 2016)
208
-
209
- - [FIX] Fix `strictMode` logic for `isUnsupportedBrowser`
210
-
211
- ### 1.4.0 (June 28, 2016)
212
-
213
- - [FEATURE] Add `bowser.compareVersions` method
214
- - [FEATURE] Add `bowser.isUnsupportedBrowser` method
215
- - [FEATURE] Add `bowser.check` method
216
- - [DOC] Changelog started
217
- - [DOC] Add API section to README
218
- - [FIX] Fix detection of browser type (A/C/X) for Chromium