@jjrawlins/cdk-iam-policy-builder-helper 0.0.43 → 0.0.45

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 (495) hide show
  1. package/.jsii +3 -3
  2. package/cdk-iam-policy-builder-helper/go.mod +2 -2
  3. package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
  4. package/cdk-iam-policy-builder-helper/version +1 -1
  5. package/node_modules/@aws-sdk/client-iam/package.json +38 -38
  6. package/node_modules/@aws-sdk/client-sso/package.json +36 -36
  7. package/node_modules/@aws-sdk/core/package.json +13 -13
  8. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  9. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  10. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  11. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  12. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  13. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  14. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  15. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  16. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  17. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  18. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  19. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  20. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  21. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  22. package/node_modules/@aws-sdk/types/package.json +2 -2
  23. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  24. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  25. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  26. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  27. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +28 -80
  28. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +1 -3
  29. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +2 -2
  30. package/node_modules/@smithy/abort-controller/package.json +2 -2
  31. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +158 -215
  32. package/node_modules/@smithy/config-resolver/package.json +5 -5
  33. package/node_modules/@smithy/core/dist-cjs/index.js +308 -412
  34. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +957 -969
  35. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +198 -249
  36. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +793 -895
  37. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +617 -811
  38. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +584 -680
  39. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -0
  40. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -3
  41. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +18 -18
  42. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +5 -5
  43. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  44. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +2 -0
  45. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
  46. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +2 -0
  47. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +3 -0
  48. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
  49. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +3 -2
  50. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +4 -1
  51. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +3 -5
  52. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +5 -5
  53. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +6 -5
  54. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +16 -8
  55. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +6 -5
  56. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +3 -0
  57. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +5 -5
  58. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +6 -5
  59. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
  60. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -0
  61. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -1
  62. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
  63. package/node_modules/@smithy/core/package.json +11 -11
  64. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -412
  65. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
  66. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  67. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +190 -238
  68. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -0
  69. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  70. package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
  71. package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
  72. package/node_modules/@smithy/hash-node/package.json +4 -4
  73. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
  74. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  75. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
  76. package/node_modules/@smithy/is-array-buffer/package.json +1 -1
  77. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
  78. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  79. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  80. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +219 -277
  81. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  82. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +327 -380
  83. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
  84. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
  85. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +1 -0
  86. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +5 -1
  87. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  88. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +89 -118
  89. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  90. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -297
  91. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  92. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
  93. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  94. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +663 -771
  95. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -3
  96. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -1
  97. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +1 -1
  98. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -2
  99. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +3 -1
  100. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -4
  101. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +3 -1
  102. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  103. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  104. package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
  105. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
  106. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
  107. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
  108. package/node_modules/@smithy/property-provider/package.json +2 -2
  109. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -246
  110. package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
  111. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
  112. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
  113. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
  114. package/node_modules/@smithy/protocol-http/package.json +2 -2
  115. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
  116. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  117. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
  118. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  119. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +70 -103
  120. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  121. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +171 -210
  122. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +1 -1
  123. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  124. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +525 -648
  125. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
  126. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +1 -1
  127. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
  128. package/node_modules/@smithy/signature-v4/package.json +8 -8
  129. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +554 -747
  130. package/node_modules/@smithy/smithy-client/dist-es/client.js +4 -1
  131. package/node_modules/@smithy/smithy-client/dist-es/command.js +17 -18
  132. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
  133. package/node_modules/@smithy/smithy-client/package.json +7 -7
  134. package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
  135. package/node_modules/@smithy/types/package.json +1 -1
  136. package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
  137. package/node_modules/@smithy/url-parser/package.json +3 -3
  138. package/node_modules/@smithy/util-base64/dist-cjs/index.js +16 -24
  139. package/node_modules/@smithy/util-base64/package.json +3 -3
  140. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -50
  141. package/node_modules/@smithy/util-body-length-browser/package.json +1 -1
  142. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +27 -50
  143. package/node_modules/@smithy/util-body-length-node/package.json +1 -1
  144. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
  145. package/node_modules/@smithy/util-buffer-from/package.json +2 -2
  146. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -56
  147. package/node_modules/@smithy/util-config-provider/package.json +1 -1
  148. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +9 -22
  149. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +4 -5
  150. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
  151. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  152. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
  153. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  154. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +445 -526
  155. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
  156. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  157. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
  158. package/node_modules/@smithy/util-hex-encoding/package.json +1 -1
  159. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -40
  160. package/node_modules/@smithy/util-middleware/package.json +2 -2
  161. package/node_modules/@smithy/util-retry/dist-cjs/index.js +260 -340
  162. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +4 -1
  163. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +1 -0
  164. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +17 -8
  165. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +5 -3
  166. package/node_modules/@smithy/util-retry/package.json +3 -3
  167. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
  168. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +7 -3
  169. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
  170. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  171. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
  172. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  173. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
  174. package/node_modules/@smithy/util-stream/dist-cjs/index.js +83 -93
  175. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
  176. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  177. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
  178. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
  179. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +5 -0
  180. package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
  181. package/node_modules/@smithy/util-stream/package.json +8 -8
  182. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
  183. package/node_modules/@smithy/util-uri-escape/package.json +1 -1
  184. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
  185. package/node_modules/@smithy/util-utf8/package.json +2 -2
  186. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +152 -189
  187. package/node_modules/@smithy/util-waiter/package.json +3 -3
  188. package/node_modules/@smithy/uuid/dist-cjs/index.js +33 -42
  189. package/node_modules/@smithy/uuid/package.json +1 -1
  190. package/node_modules/get-intrinsic/CHANGELOG.md +0 -7
  191. package/node_modules/get-intrinsic/index.js +13 -8
  192. package/node_modules/get-intrinsic/package.json +4 -7
  193. package/package.json +5 -5
  194. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  195. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  196. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  197. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  198. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  199. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  200. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  201. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  202. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  203. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  204. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  205. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  206. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  207. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  208. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  209. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  210. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  211. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  212. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  213. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  214. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  215. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  216. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  217. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  218. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  219. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  220. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  221. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  222. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  223. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  224. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  225. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  226. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  227. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  228. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  229. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  230. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  231. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  232. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  233. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  234. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  235. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  236. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  237. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  238. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  239. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  240. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  241. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  242. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  243. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  244. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  245. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  246. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  247. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  248. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  249. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  250. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  251. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  252. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  253. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  254. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  255. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  256. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  257. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  258. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  259. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  260. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  261. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  262. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  263. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  264. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  265. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  266. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  267. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  268. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  269. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  270. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  271. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  272. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  273. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  274. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  275. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  276. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  277. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  278. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  279. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  280. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  281. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/externalDataInterceptor.js +0 -1
  282. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  283. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  284. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  285. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  286. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  287. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  288. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  289. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  290. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  291. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  292. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  293. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  294. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  295. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  296. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  297. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  298. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  299. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  300. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  301. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  302. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  303. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  304. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  305. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  306. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  307. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  308. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  309. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  310. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  311. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  312. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  313. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  314. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  315. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  316. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  317. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  318. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  319. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  320. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  321. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  322. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  323. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  324. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  325. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  326. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  327. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  328. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  329. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  330. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  331. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  332. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  333. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  334. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  335. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  336. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  337. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  338. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  339. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  340. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  341. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  342. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  343. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  344. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  345. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  346. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  347. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  348. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  349. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  350. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  351. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  352. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  353. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  354. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  355. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  356. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  357. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  358. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  359. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  360. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  361. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  362. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  363. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  364. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  365. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  366. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  367. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  368. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  369. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  370. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  371. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  372. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  373. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  374. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  375. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  376. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  377. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  378. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  379. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  380. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  381. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  382. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  383. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  384. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  385. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  386. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  387. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  388. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  389. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  390. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  391. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  392. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  393. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  394. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  395. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  396. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  397. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  398. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  399. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  400. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  401. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  402. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  403. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  404. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  405. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  406. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  407. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  408. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  409. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  410. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  411. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  412. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  413. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  414. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  415. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  416. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  417. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  418. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  419. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  420. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  421. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  422. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  423. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  424. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  425. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  426. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  427. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  428. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  429. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  430. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  431. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  432. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  433. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  434. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  435. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  436. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  437. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  438. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  439. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  440. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  441. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  442. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  443. package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  444. package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  445. package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  446. package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  447. package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  448. package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  449. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.browser.js +0 -1
  450. package/node_modules/@smithy/uuid/dist-cjs/v4.js +0 -1
  451. package/node_modules/async-function/.eslintrc +0 -16
  452. package/node_modules/async-function/.github/FUNDING.yml +0 -12
  453. package/node_modules/async-function/.nycrc +0 -9
  454. package/node_modules/async-function/CHANGELOG.md +0 -16
  455. package/node_modules/async-function/LICENSE +0 -21
  456. package/node_modules/async-function/README.md +0 -51
  457. package/node_modules/async-function/index.d.mts +0 -3
  458. package/node_modules/async-function/index.d.ts +0 -13
  459. package/node_modules/async-function/index.js +0 -8
  460. package/node_modules/async-function/index.mjs +0 -4
  461. package/node_modules/async-function/legacy.js +0 -18
  462. package/node_modules/async-function/package.json +0 -86
  463. package/node_modules/async-function/require.mjs +0 -5
  464. package/node_modules/async-function/test/index.js +0 -40
  465. package/node_modules/async-function/tsconfig.json +0 -9
  466. package/node_modules/async-generator-function/.eslintrc +0 -26
  467. package/node_modules/async-generator-function/.github/FUNDING.yml +0 -12
  468. package/node_modules/async-generator-function/.nycrc +0 -9
  469. package/node_modules/async-generator-function/CHANGELOG.md +0 -15
  470. package/node_modules/async-generator-function/LICENSE +0 -21
  471. package/node_modules/async-generator-function/README.md +0 -52
  472. package/node_modules/async-generator-function/index.d.mts +0 -3
  473. package/node_modules/async-generator-function/index.d.ts +0 -22
  474. package/node_modules/async-generator-function/index.js +0 -8
  475. package/node_modules/async-generator-function/index.mjs +0 -4
  476. package/node_modules/async-generator-function/legacy.js +0 -18
  477. package/node_modules/async-generator-function/package.json +0 -87
  478. package/node_modules/async-generator-function/require.mjs +0 -5
  479. package/node_modules/async-generator-function/test/index.js +0 -40
  480. package/node_modules/async-generator-function/tsconfig.json +0 -9
  481. package/node_modules/generator-function/.eslintrc +0 -16
  482. package/node_modules/generator-function/.github/FUNDING.yml +0 -12
  483. package/node_modules/generator-function/.nycrc +0 -9
  484. package/node_modules/generator-function/CHANGELOG.md +0 -21
  485. package/node_modules/generator-function/LICENSE.md +0 -7
  486. package/node_modules/generator-function/README.md +0 -51
  487. package/node_modules/generator-function/index.d.mts +0 -3
  488. package/node_modules/generator-function/index.d.ts +0 -3
  489. package/node_modules/generator-function/index.js +0 -8
  490. package/node_modules/generator-function/index.mjs +0 -4
  491. package/node_modules/generator-function/legacy.js +0 -18
  492. package/node_modules/generator-function/package.json +0 -88
  493. package/node_modules/generator-function/require.mjs +0 -5
  494. package/node_modules/generator-function/test/index.js +0 -42
  495. package/node_modules/generator-function/tsconfig.json +0 -9
@@ -1,86 +0,0 @@
1
- {
2
- "name": "async-function",
3
- "version": "1.0.0",
4
- "description": "A function that returns the normally hidden `AsyncFunction` constructor",
5
- "main": "./legacy.js",
6
- "jsnext:main": "./index.mjs",
7
- "module": "./index.mjs",
8
- "exports": {
9
- ".": [
10
- {
11
- "module-sync": "./require.mjs",
12
- "import": "./index.mjs",
13
- "default": "./index.js"
14
- },
15
- "./index.js"
16
- ],
17
- "./package.json": "./package.json"
18
- },
19
- "scripts": {
20
- "prepack": "npmignore --auto --commentLines=autogenerated",
21
- "prepublish": "not-in-publish || npm run prepublishOnly",
22
- "prepublishOnly": "safe-publish-latest",
23
- "pretest": "npm run --silent lint",
24
- "test": "npm run tests-only",
25
- "posttest": "npx npm@\">=10.2\" audit --production",
26
- "tests-only": "nyc tape 'test/**/*.js'",
27
- "prelint": "evalmd README.md",
28
- "lint": "eslint --ext=js,mjs .",
29
- "postlint": "tsc && attw -P",
30
- "version": "auto-changelog && git add CHANGELOG.md",
31
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
32
- },
33
- "repository": {
34
- "type": "git",
35
- "url": "git+https://github.com/ljharb/async-function.git"
36
- },
37
- "keywords": [
38
- "async",
39
- "await",
40
- "function",
41
- "native"
42
- ],
43
- "author": "Jordan Harbamd <ljharb@gmail.com>",
44
- "license": "MIT",
45
- "bugs": {
46
- "url": "https://github.com/ljharb/async-function/issues"
47
- },
48
- "homepage": "https://github.com/ljharb/async-function#readme",
49
- "devDependencies": {
50
- "@arethetypeswrong/cli": "^0.17.3",
51
- "@ljharb/eslint-config": "^21.1.1",
52
- "@ljharb/tsconfig": "^0.2.3",
53
- "@types/semver": "^6.2.7",
54
- "@types/tape": "^5.8.1",
55
- "auto-changelog": "^2.5.0",
56
- "eslint": "=8.8.0",
57
- "evalmd": "^0.0.19",
58
- "get-proto": "^1.0.1",
59
- "in-publish": "^2.0.1",
60
- "npmignore": "^0.3.1",
61
- "nyc": "^10.3.2",
62
- "safe-publish-latest": "^2.0.0",
63
- "semver": "^6.3.1",
64
- "tape": "^5.9.0",
65
- "typescript": "next"
66
- },
67
- "engines": {
68
- "node": ">= 0.4"
69
- },
70
- "auto-changelog": {
71
- "output": "CHANGELOG.md",
72
- "template": "keepachangelog",
73
- "unreleased": false,
74
- "commitLimit": false,
75
- "backfillLimit": false,
76
- "hideCredit": true
77
- },
78
- "publishConfig": {
79
- "ignore": [
80
- ".github/workflows"
81
- ]
82
- },
83
- "testling": {
84
- "files": "test/index.js"
85
- }
86
- }
@@ -1,5 +0,0 @@
1
- import getAsyncFunction from './index.js';
2
-
3
- export default getAsyncFunction;
4
-
5
- export { getAsyncFunction as 'module.exports' };
@@ -1,40 +0,0 @@
1
- 'use strict';
2
-
3
- var test = require('tape');
4
- var getProto = require('get-proto');
5
- var semver = require('semver');
6
-
7
- var getAsyncFunction = require('../');
8
-
9
- test('getAsyncFunction', function (t) {
10
- var result = getAsyncFunction();
11
-
12
- /* eslint-env browser */
13
- if (typeof window === 'undefined' && typeof process !== 'undefined') {
14
- t.equal(
15
- !!result,
16
- semver.satisfies(process.version, '>= 7.6'),
17
- 'result is present or absent as expected for node ' + process.version
18
- );
19
- }
20
-
21
- t.test('exists', { skip: !result }, function (st) {
22
- if (result && getProto) { // TS can't infer `skip`, or that getProto definitely exists if AsyncFunction exists
23
- st.equal(typeof result, 'function', 'is a function');
24
- st.equal(getProto(result), Function, 'extends Function');
25
-
26
- return result('a', 'return a')(42).then(function (a) {
27
- st.equal(a, 42, 'returns an async function');
28
- });
29
- }
30
- return st.fail('should never get here');
31
- });
32
-
33
- t.test('does not exist', { skip: !!result }, function (st) {
34
- st.equal(result, false, 'is false');
35
-
36
- st.end();
37
- });
38
-
39
- t.end();
40
- });
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "@ljharb/tsconfig",
3
- "compilerOptions": {
4
- "target": "es2021",
5
- },
6
- "exclude": [
7
- "coverage",
8
- ],
9
- }
@@ -1,26 +0,0 @@
1
- {
2
- "root": true,
3
-
4
- "extends": "@ljharb",
5
-
6
- "rules": {
7
- "id-length": "off",
8
- },
9
-
10
- "overrides": [
11
- {
12
- "files": "./index.js",
13
- "extends": "@ljharb/eslint-config/node/8",
14
- "rules": {
15
- "id-length": "off",
16
- },
17
- },
18
- {
19
- "files": "./require.mjs",
20
- "extends": "@ljharb/eslint-config/node/16",
21
- "rules": {
22
- "id-length": "off",
23
- },
24
- },
25
- ],
26
- }
@@ -1,12 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: [ljharb]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: # Replace with a single Ko-fi username
7
- tidelift: npm/async-generator-function
8
- community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay: # Replace with a single Liberapay username
10
- issuehunt: # Replace with a single IssueHunt username
11
- otechie: # Replace with a single Otechie username
12
- custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -1,9 +0,0 @@
1
- {
2
- "all": true,
3
- "check-coverage": false,
4
- "reporter": ["text-summary", "text", "html", "json"],
5
- "exclude": [
6
- "coverage",
7
- "test"
8
- ]
9
- }
@@ -1,15 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## v1.0.0 - 2025-02-14
9
-
10
- ### Commits
11
-
12
- - Initial implementation, tests, readme, types [`5a239d4`](https://github.com/ljharb/async-generator-function/commit/5a239d463b2cbc4658d0dd3baeaaeae9a137e6a0)
13
- - Initial commit [`603f1d9`](https://github.com/ljharb/async-generator-function/commit/603f1d9686f22235a61092abee703674f6fd3ffd)
14
- - npm init [`ba54949`](https://github.com/ljharb/async-generator-function/commit/ba549496656d1cd545813769fd9e06020c1edd41)
15
- - Only apps should have lockfiles [`b66a110`](https://github.com/ljharb/async-generator-function/commit/b66a11020ef902d96a31c523cfb2723c4e2ca998)
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2016 EduardoRFS
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,52 +0,0 @@
1
- # async-generator-function <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
-
3
- [![github actions][actions-image]][actions-url]
4
- [![coverage][codecov-image]][codecov-url]
5
- [![License][license-image]][license-url]
6
- [![Downloads][downloads-image]][downloads-url]
7
-
8
- [![npm badge][npm-badge-png]][package-url]
9
-
10
- A function that returns the normally hidden `AsyncFunction` constructor, when available.
11
-
12
- ## Getting started
13
-
14
- ```sh
15
- npm install --save async-generator-function
16
- ```
17
-
18
- ## Usage/Examples
19
-
20
- ```js
21
- const assert = require('assert');
22
- const AsyncGeneratorFunction = require('async-generator-function')();
23
-
24
- const fn = new AsyncGeneratorFunction('return 1');
25
-
26
- assert.equal(fn.toString(), 'async function* anonymous(\n) {\nreturn 1\n}');
27
-
28
- const iterator = fn();
29
- iterator.next().then(x => {
30
- assert.deepEqual(x, { done: true, value: 1 });
31
- });
32
- ```
33
-
34
- ## Tests
35
-
36
- Clone the repo, `npm install`, and run `npm test`
37
-
38
- [package-url]: https://npmjs.org/package/async-generator-function
39
- [npm-version-svg]: https://versionbadg.es/ljharb/async-generator-function.svg
40
- [deps-svg]: https://david-dm.org/ljharb/async-generator-function.svg
41
- [deps-url]: https://david-dm.org/ljharb/async-generator-function
42
- [dev-deps-svg]: https://david-dm.org/ljharb/async-generator-function/dev-status.svg
43
- [dev-deps-url]: https://david-dm.org/ljharb/async-generator-function#info=devDependencies
44
- [npm-badge-png]: https://nodei.co/npm/async-generator-function.png?downloads=true&stars=true
45
- [license-image]: https://img.shields.io/npm/l/async-generator-function.svg
46
- [license-url]: LICENSE
47
- [downloads-image]: https://img.shields.io/npm/dm/async-generator-function.svg
48
- [downloads-url]: https://npm-stat.com/charts.html?package=async-generator-function
49
- [codecov-image]: https://codecov.io/gh/ljharb/async-generator-function/branch/main/graphs/badge.svg
50
- [codecov-url]: https://app.codecov.io/gh/ljharb/async-generator-function/
51
- [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/async-generator-function
52
- [actions-url]: https://github.com/ljharb/async-generator-function/actions
@@ -1,3 +0,0 @@
1
- import getAsyncGeneratorFunction = require('.');
2
-
3
- export default getAsyncGeneratorFunction;
@@ -1,22 +0,0 @@
1
- import type { AsyncFunction, AsyncFunctionConstructor } from 'async-function';
2
-
3
- type AGF = AsyncGeneratorFunction;
4
-
5
- declare namespace getAsyncGeneratorFunction {
6
- interface AsyncGeneratorFunction extends AGF, AsyncFunction {
7
- readonly [Symbol.toStringTag]: "AsyncGeneratorFunction";
8
- }
9
-
10
- // The constructor for an async generator function, like `(async function*(){}).constructor`
11
- interface AsyncGeneratorFunctionConstructor {
12
- (...args: string[]): AsyncGeneratorFunction;
13
- new (...args: string[]): AsyncGeneratorFunction;
14
- readonly prototype: AsyncGeneratorFunction;
15
- }
16
-
17
- export type { AsyncGeneratorFunctionConstructor };
18
- }
19
-
20
- declare function getAsyncGeneratorFunction(): getAsyncGeneratorFunction.AsyncGeneratorFunctionConstructor | false;
21
-
22
- export = getAsyncGeneratorFunction;
@@ -1,8 +0,0 @@
1
- 'use strict';
2
-
3
- // eslint-disable-next-line no-extra-parens, no-empty-function
4
- const cached = /** @type {import('.').AsyncGeneratorFunctionConstructor} */ (async function* () {}.constructor);
5
-
6
- /** @type {import('.')} */
7
- module.exports = () => cached;
8
-
@@ -1,4 +0,0 @@
1
- import getAsyncGeneratorFunction from './index.js';
2
-
3
- /** @type {import('./index.d.mts').default} */
4
- export default getAsyncGeneratorFunction;
@@ -1,18 +0,0 @@
1
- 'use strict';
2
-
3
- /** @type {import('.').AsyncGeneratorFunctionConstructor | false} */
4
- var cached;
5
-
6
- /** @type {import('.')} */
7
- module.exports = function getAsyncGeneratorFunction() {
8
- if (typeof cached === 'undefined') {
9
- try {
10
- // eslint-disable-next-line no-new-func
11
- cached = Function('return async function* () {}')().constructor;
12
- } catch (e) {
13
- cached = false;
14
- }
15
- }
16
- return cached;
17
- };
18
-
@@ -1,87 +0,0 @@
1
- {
2
- "name": "async-generator-function",
3
- "version": "1.0.0",
4
- "description": "A function that returns the normally hidden `AsyncGeneratorFunction` constructor",
5
- "main": "./legacy.js",
6
- "jsnext:main": "./index.mjs",
7
- "module": "./index.mjs",
8
- "exports": {
9
- ".": [
10
- {
11
- "module-sync": "./require.mjs",
12
- "import": "./index.mjs",
13
- "default": "./index.js"
14
- },
15
- "./index.js"
16
- ],
17
- "./package.json": "./package.json"
18
- },
19
- "scripts": {
20
- "prepack": "npmignore --auto --commentLines=autogenerated",
21
- "prepublish": "not-in-publish || npm run prepublishOnly",
22
- "prepublishOnly": "safe-publish-latest",
23
- "pretest": "npm run --silent lint",
24
- "test": "npm run tests-only",
25
- "posttest": "npx npm@\">=10.2\" audit --production",
26
- "tests-only": "nyc tape 'test/**/*.js'",
27
- "prelint": "evalmd README.md",
28
- "lint": "eslint --ext=js,mjs .",
29
- "postlint": "tsc && attw -P",
30
- "version": "auto-changelog && git add CHANGELOG.md",
31
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
32
- },
33
- "repository": {
34
- "type": "git",
35
- "url": "git+https://github.com/ljharb/async-generator-function.git"
36
- },
37
- "keywords": [
38
- "async",
39
- "await",
40
- "function",
41
- "native"
42
- ],
43
- "author": "Jordan Harbamd <ljharb@gmail.com>",
44
- "license": "MIT",
45
- "bugs": {
46
- "url": "https://github.com/ljharb/async-generator-function/issues"
47
- },
48
- "homepage": "https://github.com/ljharb/async-generator-function#readme",
49
- "devDependencies": {
50
- "@arethetypeswrong/cli": "^0.17.3",
51
- "@ljharb/eslint-config": "^21.1.1",
52
- "@ljharb/tsconfig": "^0.2.3",
53
- "@types/semver": "^6.2.7",
54
- "@types/tape": "^5.8.1",
55
- "async-function": "^1.0.0",
56
- "auto-changelog": "^2.5.0",
57
- "eslint": "=8.8.0",
58
- "evalmd": "^0.0.19",
59
- "get-proto": "^1.0.1",
60
- "in-publish": "^2.0.1",
61
- "npmignore": "^0.3.1",
62
- "nyc": "^10.3.2",
63
- "safe-publish-latest": "^2.0.0",
64
- "semver": "^6.3.1",
65
- "tape": "^5.9.0",
66
- "typescript": "next"
67
- },
68
- "engines": {
69
- "node": ">= 0.4"
70
- },
71
- "auto-changelog": {
72
- "output": "CHANGELOG.md",
73
- "template": "keepachangelog",
74
- "unreleased": false,
75
- "commitLimit": false,
76
- "backfillLimit": false,
77
- "hideCredit": true
78
- },
79
- "publishConfig": {
80
- "ignore": [
81
- ".github/workflows"
82
- ]
83
- },
84
- "testling": {
85
- "files": "test/index.js"
86
- }
87
- }
@@ -1,5 +0,0 @@
1
- import getAsyncGeneratorFunction from './index.js';
2
-
3
- export default getAsyncGeneratorFunction;
4
-
5
- export { getAsyncGeneratorFunction as 'module.exports' };
@@ -1,40 +0,0 @@
1
- 'use strict';
2
-
3
- var test = require('tape');
4
- var getProto = require('get-proto');
5
- var semver = require('semver');
6
-
7
- var getAsyncGeneratorFunction = require('../');
8
-
9
- test('getAsyncGeneratorFunction', function (t) {
10
- var result = getAsyncGeneratorFunction();
11
-
12
- /* eslint-env browser */
13
- if (typeof window === 'undefined' && typeof process !== 'undefined') {
14
- t.equal(
15
- !!result,
16
- semver.satisfies(process.version, '>= 10'),
17
- 'result is present or absent as expected for node ' + process.version
18
- );
19
- }
20
-
21
- t.test('exists', { skip: !result }, function (st) {
22
- if (result && getProto) { // TS can't infer `skip`, or that getProto definitely exists if AsyncGeneratorFunction exists
23
- st.equal(typeof result, 'function', 'is a function');
24
- st.equal(getProto(result), Function, 'extends Function');
25
-
26
- return result('a', 'return a')(42).next().then(function (a) {
27
- st.deepEqual(a, { done: true, value: 42 }, 'returns an async generator function');
28
- });
29
- }
30
- return st.fail('should never get here');
31
- });
32
-
33
- t.test('does not exist', { skip: !!result }, function (st) {
34
- st.equal(result, false, 'is false');
35
-
36
- st.end();
37
- });
38
-
39
- t.end();
40
- });
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "@ljharb/tsconfig",
3
- "compilerOptions": {
4
- "target": "es2021",
5
- },
6
- "exclude": [
7
- "coverage",
8
- ],
9
- }
@@ -1,16 +0,0 @@
1
- {
2
- "root": true,
3
-
4
- "extends": "@ljharb",
5
-
6
- "overrides": [
7
- {
8
- "files": "./index.js",
9
- "extends": "@ljharb/eslint-config/node/8"
10
- },
11
- {
12
- "files": "./require.mjs",
13
- "extends": "@ljharb/eslint-config/node/16",
14
- },
15
- ],
16
- }
@@ -1,12 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: [ljharb]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: # Replace with a single Ko-fi username
7
- tidelift: npm/generator-function
8
- community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay: # Replace with a single Liberapay username
10
- issuehunt: # Replace with a single IssueHunt username
11
- otechie: # Replace with a single Otechie username
12
- custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -1,9 +0,0 @@
1
- {
2
- "all": true,
3
- "check-coverage": false,
4
- "reporter": ["text-summary", "text", "html", "json"],
5
- "exclude": [
6
- "coverage",
7
- "test"
8
- ]
9
- }
@@ -1,21 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [v2.0.0](https://github.com/TimothyGu/generator-function/compare/v1.0.0...v2.0.0) - 2025-09-29
9
-
10
- ### Commits
11
-
12
- - Initial reimplementation, tests, readme, types [`e5940de`](https://github.com/TimothyGu/generator-function/commit/e5940de4328fc70ad27aa4bab4245f6c9ce62a44)
13
- - [meta] remove unused files [`460bbe9`](https://github.com/TimothyGu/generator-function/commit/460bbe9cc6c89f9fdab05a001dc924308124613b)
14
- - [Dev Deps] add missing peer dep [`b873c0d`](https://github.com/TimothyGu/generator-function/commit/b873c0dad8f38b08e2acc4bd5204a90dde0fe051)
15
- - [meta] fix FUNDING.yml [`9ae9d43`](https://github.com/TimothyGu/generator-function/commit/9ae9d432a0c06d698e1aeb20b1161ca8a08b3cbb)
16
-
17
- ## v1.0.0 - 2015-10-10
18
-
19
- ### Commits
20
-
21
- - Initial commit [`176e0cd`](https://github.com/TimothyGu/generator-function/commit/176e0cd3a5ebb004aa666c6eecbe5a968efbddf9)
@@ -1,7 +0,0 @@
1
- Copyright (c) 2015 Tiancheng “Timothy” Gu
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
-
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
-
7
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,51 +0,0 @@
1
- # generator-function <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
-
3
- [![github actions][actions-image]][actions-url]
4
- [![coverage][codecov-image]][codecov-url]
5
- [![License][license-image]][license-url]
6
- [![Downloads][downloads-image]][downloads-url]
7
-
8
- [![npm badge][npm-badge-png]][package-url]
9
-
10
- A function that returns the normally hidden `GeneratorFunction` constructor, when available.
11
-
12
- ## Getting started
13
-
14
- ```sh
15
- npm install --save generator-function
16
- ```
17
-
18
- ## Usage/Examples
19
-
20
- ```js
21
- const assert = require('assert');
22
- const GeneratorFunction = require('generator-function')();
23
-
24
- const fn = new GeneratorFunction('return 1');
25
-
26
- assert.equal(fn.toString(), 'function* anonymous(\n) {\nreturn 1\n}');
27
-
28
- const iterator = fn();
29
-
30
- assert.deepEqual(iterator.next(), { done: true, value: 1 });
31
- ```
32
-
33
- ## Tests
34
-
35
- Clone the repo, `npm install`, and run `npm test`
36
-
37
- [package-url]: https://npmjs.org/package/generator-function
38
- [npm-version-svg]: https://versionbadg.es/ljharb/generator-function.svg
39
- [deps-svg]: https://david-dm.org/ljharb/generator-function.svg
40
- [deps-url]: https://david-dm.org/ljharb/generator-function
41
- [dev-deps-svg]: https://david-dm.org/ljharb/generator-function/dev-status.svg
42
- [dev-deps-url]: https://david-dm.org/ljharb/generator-function#info=devDependencies
43
- [npm-badge-png]: https://nodei.co/npm/generator-function.png?downloads=true&stars=true
44
- [license-image]: https://img.shields.io/npm/l/generator-function.svg
45
- [license-url]: LICENSE
46
- [downloads-image]: https://img.shields.io/npm/dm/generator-function.svg
47
- [downloads-url]: https://npm-stat.com/charts.html?package=generator-function
48
- [codecov-image]: https://codecov.io/gh/ljharb/generator-function/branch/main/graphs/badge.svg
49
- [codecov-url]: https://app.codecov.io/gh/ljharb/generator-function/
50
- [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/generator-function
51
- [actions-url]: https://github.com/ljharb/generator-function/actions
@@ -1,3 +0,0 @@
1
- import type getGeneratorFunction = require('./index.d.ts');
2
-
3
- export default getGeneratorFunction;
@@ -1,3 +0,0 @@
1
- declare function getGeneratorFunction(): GeneratorFunctionConstructor | false;
2
-
3
- export = getGeneratorFunction;
@@ -1,8 +0,0 @@
1
- 'use strict';
2
-
3
- // eslint-disable-next-line no-extra-parens, no-empty-function
4
- const cached = /** @type {GeneratorFunctionConstructor} */ (function* () {}.constructor);
5
-
6
- /** @type {import('.')} */
7
- module.exports = () => cached;
8
-
@@ -1,4 +0,0 @@
1
- import getGeneratorFunction from './index.js';
2
-
3
- /** @type {import('./index.d.mts').default} */
4
- export default getGeneratorFunction;