@supernovaio/cli 1.0.2 → 1.0.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 (1423) hide show
  1. package/dist/commands/describe-design-system.d.ts +1 -12
  2. package/dist/commands/describe-design-system.js +14 -32
  3. package/dist/commands/describe-workspaces.d.ts +3 -1
  4. package/dist/commands/describe-workspaces.js +24 -12
  5. package/dist/commands/publish-documentation.d.ts +1 -13
  6. package/dist/commands/publish-documentation.js +13 -30
  7. package/dist/commands/run-local-exporter.d.ts +2 -8
  8. package/dist/commands/run-local-exporter.js +9 -50
  9. package/dist/commands/sync-tokens.d.ts +1 -16
  10. package/dist/commands/sync-tokens.js +8 -30
  11. package/dist/types/types.d.ts +1 -0
  12. package/dist/utils/figma-tokens-data-loader.d.ts +1 -1
  13. package/dist/utils/figma-tokens-data-loader.js +4 -4
  14. package/dist/utils/run-exporter/exporter-utils.d.ts +1 -0
  15. package/dist/utils/run-exporter/exporter-utils.js +1 -0
  16. package/dist/utils/sdk.d.ts +19 -0
  17. package/dist/utils/sdk.js +49 -0
  18. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/model/exporters/Exporter.d.ts +3 -0
  19. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/pulsar/PulsarInterface.d.ts +1 -0
  20. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/pulsar/managers/generators/PulsarExporterPackageGenerator.d.ts +1 -1
  21. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/pulsar/managers/loaders/PulsarExporterPackageBrowserLoader.d.ts +3 -1
  22. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/pulsar/managers/loaders/PulsarExporterPackageGithubLoader.d.ts +3 -1
  23. package/node_modules/@supernova-studio/pulsar-core/build/main/core/src/pulsar/managers/loaders/PulsarExporterPackageURLLoader.d.ts +3 -1
  24. package/node_modules/@supernova-studio/pulsar-core/build/main/pulsar-core.js +1 -1
  25. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/README.md +95 -0
  26. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/helpers.d.ts +15 -0
  27. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
  28. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/helpers.js +66 -0
  29. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/helpers.js.map +1 -0
  30. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/index.d.ts +38 -0
  31. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/index.d.ts.map +1 -0
  32. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/index.js +112 -0
  33. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/dist/index.js.map +1 -0
  34. package/node_modules/@supernova-studio/pulsar-core/node_modules/agent-base/package.json +49 -0
  35. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/README.md +97 -0
  36. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/index.d.ts +46 -0
  37. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
  38. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/index.js +174 -0
  39. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  40. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
  41. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
  42. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
  43. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  44. package/node_modules/@supernova-studio/pulsar-core/node_modules/https-proxy-agent/package.json +50 -0
  45. package/node_modules/@supernova-studio/pulsar-core/package.json +5 -4
  46. package/node_modules/@supernova-studio/pulsar-language/build/main/language/src/extensions/dsm/DSMBridge.d.ts +4 -0
  47. package/node_modules/@supernova-studio/pulsar-language/build/main/language/src/interpreter/ExecutionContext.d.ts +2 -1
  48. package/node_modules/@supernova-studio/pulsar-language/build/main/pulsar-language.js +2 -2
  49. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/README.md +95 -0
  50. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/helpers.d.ts +15 -0
  51. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
  52. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/helpers.js +66 -0
  53. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/helpers.js.map +1 -0
  54. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/index.d.ts +38 -0
  55. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/index.d.ts.map +1 -0
  56. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/index.js +112 -0
  57. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/dist/index.js.map +1 -0
  58. package/node_modules/@supernova-studio/pulsar-language/node_modules/agent-base/package.json +49 -0
  59. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/README.md +97 -0
  60. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/index.d.ts +46 -0
  61. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
  62. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/index.js +174 -0
  63. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  64. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
  65. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
  66. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
  67. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  68. package/node_modules/@supernova-studio/pulsar-language/node_modules/https-proxy-agent/package.json +50 -0
  69. package/node_modules/@supernova-studio/pulsar-language/package.json +5 -4
  70. package/node_modules/@supernovaio/sdk/build/sdk-typescript/.eslintrc.d.cts +41 -0
  71. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/SDKSupernova.d.ts +7 -0
  72. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaAutomation.d.ts +156 -19
  73. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaDataSources.d.ts +14 -0
  74. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaDocumentation.d.ts +48 -2
  75. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaIntegrations.d.ts +6 -6
  76. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaMultiplayer.d.ts +10 -0
  77. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaResources.d.ts +28 -0
  78. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaVersions.d.ts +1 -1
  79. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/areas/SDKAreaWorkspaces.d.ts +54 -5
  80. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/data/SDKDataBridge.d.ts +4 -1
  81. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/data/SDKDataCore.d.ts +95 -25
  82. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/data/requests/SDKDataCoreReadRequests.d.ts +59 -12
  83. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/data/requests/SDKDataCoreWriteRequests.d.ts +56 -16
  84. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/resolvers/SDKAssetGroupResolver.d.ts +4 -0
  85. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/core/resolvers/SDKTokenResolver.d.ts +4 -4
  86. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/exports-pulsar.d.ts +2 -2
  87. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/exports.d.ts +54 -7
  88. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockBehavior.d.ts +2 -11
  89. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockDefinition.d.ts +9 -23
  90. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockItemDefinition.d.ts +20 -0
  91. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockLayout.d.ts +2 -7
  92. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockVariant.d.ts +4 -14
  93. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/assets/SDKDocsBlockActualAssets.d.ts +6 -0
  94. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/code/SDKDocsBlockActualCode.d.ts +6 -0
  95. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/code-react/SDKDocsBlockActualCodeReact.d.ts +6 -0
  96. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/component-checklist/SDKDocsBlockActualComponentChecklist.d.ts +6 -0
  97. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/component-checklist-all/SDKDocsBlockActualComponentChecklistAll.d.ts +6 -0
  98. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/component-health/SDKDocsBlockActualComponentHealth.d.ts +6 -0
  99. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/figma-frames/SDKDocsBlockActualFigmaFrames.d.ts +6 -0
  100. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/link/SDKDocsBlockActualLink.d.ts +8 -0
  101. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/omni-multi-item/SDKDocsBlockActualOmniMultiItem.d.ts +6 -0
  102. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/omni-single-item/SDKDocsBlockActualOmniSingleItem.d.ts +6 -0
  103. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/release-notes/SDKDocsBlockActualReleaseNotes.d.ts +6 -0
  104. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/token-detail/SDKDocsBlockActualTokenDetail.d.ts +6 -0
  105. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/token-group/SDKDocsBlockActualTokenGroup.d.ts +6 -0
  106. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/actual/token-list/SDKDocsBlockActualTokenList.d.ts +6 -0
  107. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockAssetProperty.d.ts +22 -3
  108. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockAssetPropertyProperty.d.ts +9 -3
  109. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockBooleanProperty.d.ts +10 -4
  110. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockCodeProperty.d.ts +13 -3
  111. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockCodeSandboxProperty.d.ts +17 -4
  112. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockColorProperty.d.ts +13 -0
  113. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockComponentProperty.d.ts +21 -4
  114. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockComponentPropertyProperty.d.ts +9 -3
  115. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockDividerProperty.d.ts +9 -3
  116. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockEmbedUrlProperty.d.ts +12 -3
  117. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockImageProperty.d.ts +15 -5
  118. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockMarkdownProperty.d.ts +10 -9
  119. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockMultiRichTextProperty.d.ts +19 -0
  120. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockMultiSelectProperty.d.ts +11 -10
  121. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockNumberProperty.d.ts +11 -3
  122. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockProperty.d.ts +7 -11
  123. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockRichTextProperty.d.ts +15 -10
  124. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockSingleSelectProperty.d.ts +11 -10
  125. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockStorybookProperty.d.ts +22 -5
  126. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockTableProperty.d.ts +34 -7
  127. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockTextProperty.d.ts +12 -11
  128. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockTokenProperty.d.ts +23 -8
  129. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockTokenPropertyProperty.d.ts +10 -9
  130. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockTokenTypeProperty.d.ts +13 -9
  131. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockUrlProperty.d.ts +14 -0
  132. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/support/SDKDocsImageRef.d.ts +5 -2
  133. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/support/SDKDocsLinkRef.d.ts +10 -7
  134. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/usage/SDKDocsBlock.d.ts +31 -41
  135. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/usage/SDKDocsBlockItem.d.ts +16 -0
  136. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/entities/SDKDocsEntityHeader.d.ts +5 -2
  137. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/documentation/SDKDocumentationLegacyGroup.d.ts +3 -3
  138. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/documentation/SDKDocumentationLegacyPageAsset.d.ts +8 -2
  139. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/documentation/blocks/SDKDocumentationLegacyPageBlockFrame.d.ts +4 -1
  140. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/documentation/blocks/SDKDocumentationLegacyPageBlockRenderCode.d.ts +1 -1
  141. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/documentation/configuration/SDKDocumentationLegacyItemHeader.d.ts +5 -2
  142. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKCodeLanguage.d.ts +33 -0
  143. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocBlockMode.d.ts +8 -0
  144. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockAssetPropertyPreviewContainerSize.d.ts +6 -0
  145. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockBehaviorDataType.d.ts +3 -1
  146. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockImagePropertyAspectRatio.d.ts +4 -2
  147. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockImagePropertyWidth.d.ts +2 -0
  148. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockItemPropertyType.d.ts +7 -4
  149. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockItemVariantLayoutAlign.d.ts +3 -3
  150. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockItemVariantLayoutColumnResizing.d.ts +2 -2
  151. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockItemVariantLayoutGap.d.ts +4 -4
  152. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockMultiRichTextPropertyStyle.d.ts +8 -0
  153. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsBlockRichTextPropertyStyle.d.ts +0 -4
  154. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKDocsPublishStatus.d.ts +4 -0
  155. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKSourceType.d.ts +2 -1
  156. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKTokenType.d.ts +19 -19
  157. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/enums/SDKUserRole.d.ts +3 -2
  158. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenAccount.d.ts +9 -0
  159. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenAzureBranch.d.ts +7 -0
  160. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenAzureOrganization.d.ts +7 -0
  161. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenAzureProject.d.ts +7 -0
  162. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenAzureRepository.d.ts +11 -0
  163. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenBitbucketBranch.d.ts +7 -0
  164. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenBitbucketProject.d.ts +6 -0
  165. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenBitbucketRepository.d.ts +8 -0
  166. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenBitbucketWorkspace.d.ts +6 -0
  167. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenBranch.d.ts +8 -0
  168. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenConnection.d.ts +10 -0
  169. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenGitlabBranch.d.ts +7 -0
  170. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenGitlabGroup.d.ts +6 -0
  171. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenGitlabRepository.d.ts +9 -0
  172. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/CodegenRepository.d.ts +15 -0
  173. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/SDKConnections.d.ts +1 -1
  174. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/SDKExporter.d.ts +7 -2
  175. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/SDKPipeline.d.ts +42 -61
  176. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/exporter_builds/SDKExportBuild.d.ts +6 -0
  177. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/exporter_builds/SDKExportBuildResults.d.ts +12 -0
  178. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/exporter_builds/SDKExportDestinations.d.ts +16 -1
  179. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteAzureCodegenBranchModel.d.ts +5 -0
  180. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteAzureCodegenOrganizationModel.d.ts +5 -0
  181. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteAzureCodegenProjectModel.d.ts +5 -0
  182. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteAzureCodegenRepositoryModel.d.ts +9 -0
  183. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteBitbucketCodegenBranchModel.d.ts +5 -0
  184. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteBitbucketCodegenProjectModel.d.ts +4 -0
  185. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteBitbucketCodegenRepositoryModel.d.ts +6 -0
  186. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteBitbucketCodegenWorkspaceModel.d.ts +4 -0
  187. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteCodegenAccountModel.d.ts +7 -0
  188. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteCodegenBranchModel.d.ts +6 -0
  189. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteCodegenConnectionModel.d.ts +8 -0
  190. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteCodegenRepositoryModel.d.ts +17 -0
  191. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteConnectionsModel.d.ts +1 -1
  192. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteGitlabCodegenBranchModel.d.ts +5 -0
  193. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteGitlabCodegenGroupModel.d.ts +4 -0
  194. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemoteGitlabCodegenRepositoryModel.d.ts +7 -0
  195. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/exporters/remote/SDKRemotePipelineModel.d.ts +2 -0
  196. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/groups/SDKAssetGroup.d.ts +4 -0
  197. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/membership/SDKMembership.d.ts +5 -5
  198. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/resources/SDKResource.d.ts +26 -0
  199. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/resources/SDKResourceAsset.d.ts +6 -0
  200. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/resources/SDKResourceFont.d.ts +15 -0
  201. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKFigmaFrame.d.ts +22 -0
  202. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKFigmaStructure.d.ts +27 -0
  203. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKFigmaStructureDetail.d.ts +30 -0
  204. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKLogger.d.ts +4 -0
  205. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKSource.d.ts +20 -4
  206. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/support/SDKTokenOrigin.d.ts +1 -1
  207. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/themes/SDKTokenTheme.d.ts +8 -8
  208. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/themes/SDKTokenThemeOverride.d.ts +9 -9
  209. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKColorToken.d.ts +1 -0
  210. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKDimensionToken.d.ts +1 -1
  211. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKStringToken.d.ts +3 -3
  212. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKTextCaseToken.d.ts +1 -1
  213. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKTextDecorationToken.d.ts +1 -1
  214. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/tokens/SDKTokenValue.d.ts +2 -2
  215. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/users/SDKUser.d.ts +6 -0
  216. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/users/SDKUserProfile.d.ts +10 -4
  217. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/workspaces/SDKWorkspaceInvitation.d.ts +5 -1
  218. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/workspaces/SDKWorkspaceSSOSettings.d.ts +2 -0
  219. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/workspaces/SDKWorkspaceSubscription.d.ts +4 -0
  220. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tests/FigmaTokensDataLoader.d.ts +3 -3
  221. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tests/helpers.d.ts +1 -1
  222. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/design-tokens/SDKToolsDesignTokensPlugin.d.ts +8 -3
  223. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/design-tokens/utilities/SDKDTJSONConverter.d.ts +2 -1
  224. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/design-tokens/utilities/SDKDTJSONParser.d.ts +3 -1
  225. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/design-tokens/utilities/tree/SDKDTGroupTree.d.ts +1 -1
  226. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/docs-block-builder/SDKDocsBlockBuilder.d.ts +40 -17
  227. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementFigmaTokensTransformer.d.ts +1 -1
  228. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementTransformer.d.ts +1 -1
  229. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformBlock.d.ts +2 -2
  230. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformUtil.d.ts +1 -1
  231. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/token-preview/TokenUtilPreviewGenerator.d.ts +4 -1
  232. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/token-preview/TokenUtilPreviewStyleGenerator.d.ts +4 -1
  233. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/tools/token-transform/SDKToolsTokenTransform.d.ts +1 -1
  234. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/utils/CommonUtils.d.ts +5 -0
  235. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/utils/TokenUtils.d.ts +9 -9
  236. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/utils/deepPartial.d.ts +3 -0
  237. package/node_modules/@supernovaio/sdk/build/supernova-sdk-typescript.js +1 -1
  238. package/node_modules/@supernovaio/sdk/build/supernova-sdk-typescript.js.map +1 -1
  239. package/node_modules/@supernovaio/sdk/node_modules/agent-base/README.md +95 -0
  240. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/helpers.d.ts +15 -0
  241. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
  242. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/helpers.js +66 -0
  243. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/helpers.js.map +1 -0
  244. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/index.d.ts +38 -0
  245. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/index.d.ts.map +1 -0
  246. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/index.js +112 -0
  247. package/node_modules/@supernovaio/sdk/node_modules/agent-base/dist/index.js.map +1 -0
  248. package/node_modules/@supernovaio/sdk/node_modules/agent-base/package.json +49 -0
  249. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/README.md +97 -0
  250. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/index.d.ts +46 -0
  251. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
  252. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/index.js +174 -0
  253. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  254. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
  255. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
  256. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
  257. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  258. package/node_modules/@supernovaio/sdk/node_modules/https-proxy-agent/package.json +50 -0
  259. package/node_modules/@supernovaio/sdk/package.json +8 -1
  260. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDesignSystemVersionWriter.d.ts +14 -0
  261. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKSupernova.d.ts +47 -0
  262. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataBridge.d.ts +53 -0
  263. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataCore.d.ts +146 -0
  264. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementProperty.d.ts +56 -0
  265. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenTheme.d.ts +63 -0
  266. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenThemeOverride.d.ts +49 -0
  267. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformBlock.d.ts +75 -0
  268. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformCustomBlock.d.ts +18 -0
  269. package/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformUtil.d.ts +34 -0
  270. package/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js +2 -0
  271. package/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js.map +1 -0
  272. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/README.md +95 -0
  273. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/helpers.d.ts +15 -0
  274. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/helpers.d.ts.map +1 -0
  275. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/helpers.js +66 -0
  276. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/helpers.js.map +1 -0
  277. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/index.d.ts +38 -0
  278. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/index.d.ts.map +1 -0
  279. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/index.js +112 -0
  280. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/dist/index.js.map +1 -0
  281. package/node_modules/@supernovaio/supernova-sdk/node_modules/agent-base/package.json +49 -0
  282. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/README.md +97 -0
  283. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/index.d.ts +46 -0
  284. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/index.d.ts.map +1 -0
  285. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/index.js +174 -0
  286. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  287. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +15 -0
  288. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +1 -0
  289. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
  290. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  291. package/node_modules/@supernovaio/supernova-sdk/node_modules/https-proxy-agent/package.json +50 -0
  292. package/node_modules/@supernovaio/supernova-sdk/package.json +130 -0
  293. package/node_modules/async-mutex/README.md +20 -16
  294. package/node_modules/async-mutex/es6/withTimeout.js +5 -2
  295. package/node_modules/async-mutex/index.mjs +5 -2
  296. package/node_modules/async-mutex/lib/withTimeout.js +5 -2
  297. package/node_modules/async-mutex/package.json +9 -9
  298. package/node_modules/debug/LICENSE +20 -0
  299. package/node_modules/debug/README.md +481 -0
  300. package/node_modules/debug/package.json +59 -0
  301. package/node_modules/debug/src/browser.js +269 -0
  302. package/node_modules/debug/src/common.js +274 -0
  303. package/node_modules/debug/src/index.js +10 -0
  304. package/node_modules/debug/src/node.js +263 -0
  305. package/node_modules/moment/CHANGELOG.md +8 -0
  306. package/node_modules/moment/dist/locale/ar-dz.js +8 -8
  307. package/node_modules/moment/dist/locale/ar-ly.js +8 -8
  308. package/node_modules/moment/dist/locale/ar-ps.js +112 -0
  309. package/node_modules/moment/dist/locale/ar.js +8 -8
  310. package/node_modules/moment/dist/locale/be.js +2 -2
  311. package/node_modules/moment/dist/locale/bs.js +14 -4
  312. package/node_modules/moment/dist/locale/ca.js +6 -6
  313. package/node_modules/moment/dist/locale/cs.js +5 -4
  314. package/node_modules/moment/dist/locale/cv.js +2 -2
  315. package/node_modules/moment/dist/locale/en-au.js +6 -6
  316. package/node_modules/moment/dist/locale/en-ca.js +6 -6
  317. package/node_modules/moment/dist/locale/en-gb.js +6 -6
  318. package/node_modules/moment/dist/locale/en-ie.js +6 -6
  319. package/node_modules/moment/dist/locale/en-il.js +6 -6
  320. package/node_modules/moment/dist/locale/en-in.js +6 -6
  321. package/node_modules/moment/dist/locale/en-nz.js +6 -6
  322. package/node_modules/moment/dist/locale/en-sg.js +6 -6
  323. package/node_modules/moment/dist/locale/it.js +4 -4
  324. package/node_modules/moment/dist/locale/ku-kmr.js +121 -0
  325. package/node_modules/moment/dist/locale/lt.js +2 -2
  326. package/node_modules/moment/dist/locale/me.js +2 -2
  327. package/node_modules/moment/dist/locale/nb.js +4 -4
  328. package/node_modules/moment/dist/locale/nl-be.js +1 -1
  329. package/node_modules/moment/dist/locale/nl.js +1 -1
  330. package/node_modules/moment/dist/locale/oc-lnc.js +6 -6
  331. package/node_modules/moment/dist/locale/ru.js +2 -2
  332. package/node_modules/moment/dist/locale/sv.js +6 -6
  333. package/node_modules/moment/dist/locale/tet.js +6 -6
  334. package/node_modules/moment/dist/locale/tlh.js +8 -8
  335. package/node_modules/moment/dist/locale/tzl.js +2 -2
  336. package/node_modules/moment/dist/locale/uk.js +4 -4
  337. package/node_modules/moment/dist/locale/x-pseudo.js +6 -6
  338. package/node_modules/moment/dist/moment.js +368 -365
  339. package/node_modules/moment/locale/ar-dz.js +8 -8
  340. package/node_modules/moment/locale/ar-ly.js +8 -8
  341. package/node_modules/moment/locale/ar-ps.js +123 -0
  342. package/node_modules/moment/locale/ar.js +8 -8
  343. package/node_modules/moment/locale/be.js +2 -2
  344. package/node_modules/moment/locale/bs.js +14 -4
  345. package/node_modules/moment/locale/ca.js +6 -6
  346. package/node_modules/moment/locale/cs.js +5 -4
  347. package/node_modules/moment/locale/cv.js +2 -2
  348. package/node_modules/moment/locale/en-au.js +6 -6
  349. package/node_modules/moment/locale/en-ca.js +6 -6
  350. package/node_modules/moment/locale/en-gb.js +6 -6
  351. package/node_modules/moment/locale/en-ie.js +6 -6
  352. package/node_modules/moment/locale/en-il.js +6 -6
  353. package/node_modules/moment/locale/en-in.js +6 -6
  354. package/node_modules/moment/locale/en-nz.js +6 -6
  355. package/node_modules/moment/locale/en-sg.js +6 -6
  356. package/node_modules/moment/locale/it.js +4 -4
  357. package/node_modules/moment/locale/ku-kmr.js +125 -0
  358. package/node_modules/moment/locale/lt.js +2 -2
  359. package/node_modules/moment/locale/me.js +2 -2
  360. package/node_modules/moment/locale/nb.js +4 -4
  361. package/node_modules/moment/locale/nl-be.js +1 -1
  362. package/node_modules/moment/locale/nl.js +1 -1
  363. package/node_modules/moment/locale/oc-lnc.js +6 -6
  364. package/node_modules/moment/locale/ru.js +2 -2
  365. package/node_modules/moment/locale/sv.js +6 -6
  366. package/node_modules/moment/locale/tet.js +6 -6
  367. package/node_modules/moment/locale/tlh.js +8 -8
  368. package/node_modules/moment/locale/tzl.js +2 -2
  369. package/node_modules/moment/locale/uk.js +4 -4
  370. package/node_modules/moment/locale/x-pseudo.js +6 -6
  371. package/node_modules/moment/min/locales.js +536 -306
  372. package/node_modules/moment/min/locales.min.js +1 -1
  373. package/node_modules/moment/min/locales.min.js.map +1 -1
  374. package/node_modules/moment/min/moment-with-locales.js +903 -670
  375. package/node_modules/moment/min/moment-with-locales.min.js +1 -1
  376. package/node_modules/moment/min/moment-with-locales.min.js.map +1 -1
  377. package/node_modules/moment/min/moment.min.js +1 -1
  378. package/node_modules/moment/min/moment.min.js.map +1 -1
  379. package/node_modules/moment/moment.js +368 -365
  380. package/node_modules/moment/package.json +7 -3
  381. package/node_modules/moment/src/lib/create/check-overflow.js +15 -15
  382. package/node_modules/moment/src/lib/create/valid.js +24 -24
  383. package/node_modules/moment/src/lib/duration/as.js +3 -15
  384. package/node_modules/moment/src/lib/locale/en.js +6 -6
  385. package/node_modules/moment/src/lib/locale/locales.js +2 -1
  386. package/node_modules/moment/src/lib/moment/calendar.js +10 -10
  387. package/node_modules/moment/src/lib/moment/get-set.js +66 -22
  388. package/node_modules/moment/src/lib/parse/regex.js +4 -0
  389. package/node_modules/moment/src/lib/units/aliases.js +50 -6
  390. package/node_modules/moment/src/lib/units/day-of-month.js +7 -11
  391. package/node_modules/moment/src/lib/units/day-of-week.js +9 -20
  392. package/node_modules/moment/src/lib/units/day-of-year.js +0 -9
  393. package/node_modules/moment/src/lib/units/era.js +13 -7
  394. package/node_modules/moment/src/lib/units/hour.js +5 -12
  395. package/node_modules/moment/src/lib/units/millisecond.js +0 -10
  396. package/node_modules/moment/src/lib/units/minute.js +7 -12
  397. package/node_modules/moment/src/lib/units/month.js +18 -27
  398. package/node_modules/moment/src/lib/units/priorities.js +18 -5
  399. package/node_modules/moment/src/lib/units/quarter.js +0 -10
  400. package/node_modules/moment/src/lib/units/second.js +7 -12
  401. package/node_modules/moment/src/lib/units/week-year.js +1 -11
  402. package/node_modules/moment/src/lib/units/week.js +8 -15
  403. package/node_modules/moment/src/lib/units/year.js +0 -10
  404. package/node_modules/moment/src/locale/ar-dz.js +8 -8
  405. package/node_modules/moment/src/locale/ar-ly.js +8 -8
  406. package/node_modules/moment/src/locale/ar-ps.js +112 -0
  407. package/node_modules/moment/src/locale/ar.js +8 -8
  408. package/node_modules/moment/src/locale/be.js +2 -2
  409. package/node_modules/moment/src/locale/bs.js +14 -4
  410. package/node_modules/moment/src/locale/ca.js +6 -6
  411. package/node_modules/moment/src/locale/cs.js +5 -4
  412. package/node_modules/moment/src/locale/cv.js +2 -2
  413. package/node_modules/moment/src/locale/en-au.js +6 -6
  414. package/node_modules/moment/src/locale/en-ca.js +6 -6
  415. package/node_modules/moment/src/locale/en-gb.js +6 -6
  416. package/node_modules/moment/src/locale/en-ie.js +6 -6
  417. package/node_modules/moment/src/locale/en-il.js +6 -6
  418. package/node_modules/moment/src/locale/en-in.js +6 -6
  419. package/node_modules/moment/src/locale/en-nz.js +6 -6
  420. package/node_modules/moment/src/locale/en-sg.js +6 -6
  421. package/node_modules/moment/src/locale/it.js +4 -4
  422. package/node_modules/moment/src/locale/ku-kmr.js +121 -0
  423. package/node_modules/moment/src/locale/lt.js +2 -2
  424. package/node_modules/moment/src/locale/me.js +2 -2
  425. package/node_modules/moment/src/locale/nb.js +4 -4
  426. package/node_modules/moment/src/locale/nl-be.js +1 -1
  427. package/node_modules/moment/src/locale/nl.js +1 -1
  428. package/node_modules/moment/src/locale/oc-lnc.js +6 -6
  429. package/node_modules/moment/src/locale/ru.js +2 -2
  430. package/node_modules/moment/src/locale/sv.js +6 -6
  431. package/node_modules/moment/src/locale/tet.js +6 -6
  432. package/node_modules/moment/src/locale/tlh.js +8 -8
  433. package/node_modules/moment/src/locale/tzl.js +2 -2
  434. package/node_modules/moment/src/locale/uk.js +4 -4
  435. package/node_modules/moment/src/locale/x-pseudo.js +6 -6
  436. package/node_modules/moment/src/moment.js +2 -2
  437. package/oclif.manifest.json +46 -1
  438. package/package.json +6 -4
  439. package/node_modules/@octokit/app/dist-node/index.js.map +0 -1
  440. package/node_modules/@octokit/app/dist-src/each-installation.js +0 -28
  441. package/node_modules/@octokit/app/dist-src/each-repository.js +0 -45
  442. package/node_modules/@octokit/app/dist-src/get-installation-octokit.js +0 -15
  443. package/node_modules/@octokit/app/dist-src/index.js +0 -77
  444. package/node_modules/@octokit/app/dist-src/middleware/node/index.js +0 -46
  445. package/node_modules/@octokit/app/dist-src/middleware/node/on-unhandled-request-default.js +0 -8
  446. package/node_modules/@octokit/app/dist-src/types.js +0 -1
  447. package/node_modules/@octokit/app/dist-src/version.js +0 -1
  448. package/node_modules/@octokit/app/dist-src/webhooks.js +0 -47
  449. package/node_modules/@octokit/app/dist-types/each-installation.d.ts +0 -119
  450. package/node_modules/@octokit/app/dist-types/each-repository.d.ts +0 -266
  451. package/node_modules/@octokit/app/dist-types/get-installation-octokit.d.ts +0 -3
  452. package/node_modules/@octokit/app/dist-types/index.d.ts +0 -52
  453. package/node_modules/@octokit/app/dist-types/middleware/node/index.d.ts +0 -12
  454. package/node_modules/@octokit/app/dist-types/middleware/node/on-unhandled-request-default.d.ts +0 -4
  455. package/node_modules/@octokit/app/dist-types/types.d.ts +0 -51
  456. package/node_modules/@octokit/app/dist-types/version.d.ts +0 -1
  457. package/node_modules/@octokit/app/dist-types/webhooks.d.ts +0 -6
  458. package/node_modules/@octokit/auth-app/dist-node/index.js.map +0 -1
  459. package/node_modules/@octokit/auth-app/dist-src/auth.js +0 -28
  460. package/node_modules/@octokit/auth-app/dist-src/cache.js +0 -71
  461. package/node_modules/@octokit/auth-app/dist-src/get-app-authentication.js +0 -24
  462. package/node_modules/@octokit/auth-app/dist-src/get-installation-authentication.js +0 -81
  463. package/node_modules/@octokit/auth-app/dist-src/hook.js +0 -88
  464. package/node_modules/@octokit/auth-app/dist-src/index.js +0 -46
  465. package/node_modules/@octokit/auth-app/dist-src/requires-app-auth.js +0 -53
  466. package/node_modules/@octokit/auth-app/dist-src/to-token-authentication.js +0 -12
  467. package/node_modules/@octokit/auth-app/dist-src/types.js +0 -1
  468. package/node_modules/@octokit/auth-app/dist-src/version.js +0 -1
  469. package/node_modules/@octokit/auth-app/dist-types/auth.d.ts +0 -20
  470. package/node_modules/@octokit/auth-app/dist-types/cache.d.ts +0 -5
  471. package/node_modules/@octokit/auth-app/dist-types/get-app-authentication.d.ts +0 -4
  472. package/node_modules/@octokit/auth-app/dist-types/get-installation-authentication.d.ts +0 -2
  473. package/node_modules/@octokit/auth-app/dist-types/hook.d.ts +0 -2
  474. package/node_modules/@octokit/auth-app/dist-types/index.d.ts +0 -4
  475. package/node_modules/@octokit/auth-app/dist-types/requires-app-auth.d.ts +0 -1
  476. package/node_modules/@octokit/auth-app/dist-types/to-token-authentication.d.ts +0 -2
  477. package/node_modules/@octokit/auth-app/dist-types/types.d.ts +0 -125
  478. package/node_modules/@octokit/auth-app/dist-types/version.d.ts +0 -1
  479. package/node_modules/@octokit/auth-app/dist-web/index.js +0 -403
  480. package/node_modules/@octokit/auth-app/dist-web/index.js.map +0 -1
  481. package/node_modules/@octokit/auth-oauth-app/dist-node/index.js.map +0 -1
  482. package/node_modules/@octokit/auth-oauth-app/dist-src/auth.js +0 -40
  483. package/node_modules/@octokit/auth-oauth-app/dist-src/hook.js +0 -24
  484. package/node_modules/@octokit/auth-oauth-app/dist-src/index.js +0 -20
  485. package/node_modules/@octokit/auth-oauth-app/dist-src/types.js +0 -1
  486. package/node_modules/@octokit/auth-oauth-app/dist-src/version.js +0 -1
  487. package/node_modules/@octokit/auth-oauth-app/dist-types/auth.d.ts +0 -18
  488. package/node_modules/@octokit/auth-oauth-app/dist-types/hook.d.ts +0 -3
  489. package/node_modules/@octokit/auth-oauth-app/dist-types/index.d.ts +0 -5
  490. package/node_modules/@octokit/auth-oauth-app/dist-types/types.d.ts +0 -98
  491. package/node_modules/@octokit/auth-oauth-app/dist-types/version.d.ts +0 -1
  492. package/node_modules/@octokit/auth-oauth-app/dist-web/index.js +0 -87
  493. package/node_modules/@octokit/auth-oauth-app/dist-web/index.js.map +0 -1
  494. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-node/index.js.map +0 -1
  495. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-src/index.js +0 -55
  496. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-src/types.js +0 -1
  497. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-types/index.d.ts +0 -33
  498. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-types/types.d.ts +0 -9
  499. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-web/index.js +0 -59
  500. package/node_modules/@octokit/auth-oauth-app/node_modules/@octokit/request-error/dist-web/index.js.map +0 -1
  501. package/node_modules/@octokit/auth-oauth-device/dist-node/index.js.map +0 -1
  502. package/node_modules/@octokit/auth-oauth-device/dist-src/auth.js +0 -6
  503. package/node_modules/@octokit/auth-oauth-device/dist-src/get-oauth-access-token.js +0 -78
  504. package/node_modules/@octokit/auth-oauth-device/dist-src/hook.js +0 -14
  505. package/node_modules/@octokit/auth-oauth-device/dist-src/index.js +0 -36
  506. package/node_modules/@octokit/auth-oauth-device/dist-src/types.js +0 -1
  507. package/node_modules/@octokit/auth-oauth-device/dist-src/version.js +0 -1
  508. package/node_modules/@octokit/auth-oauth-device/dist-types/auth.d.ts +0 -2
  509. package/node_modules/@octokit/auth-oauth-device/dist-types/get-oauth-access-token.d.ts +0 -6
  510. package/node_modules/@octokit/auth-oauth-device/dist-types/hook.d.ts +0 -3
  511. package/node_modules/@octokit/auth-oauth-device/dist-types/index.d.ts +0 -4
  512. package/node_modules/@octokit/auth-oauth-device/dist-types/types.d.ts +0 -68
  513. package/node_modules/@octokit/auth-oauth-device/dist-types/version.d.ts +0 -1
  514. package/node_modules/@octokit/auth-oauth-device/dist-web/index.js +0 -138
  515. package/node_modules/@octokit/auth-oauth-device/dist-web/index.js.map +0 -1
  516. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-node/index.js.map +0 -1
  517. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-src/index.js +0 -55
  518. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-src/types.js +0 -1
  519. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-types/index.d.ts +0 -33
  520. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-types/types.d.ts +0 -9
  521. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-web/index.js +0 -59
  522. package/node_modules/@octokit/auth-oauth-device/node_modules/@octokit/request-error/dist-web/index.js.map +0 -1
  523. package/node_modules/@octokit/auth-oauth-user/dist-node/index.js.map +0 -1
  524. package/node_modules/@octokit/auth-oauth-user/dist-src/auth.js +0 -94
  525. package/node_modules/@octokit/auth-oauth-user/dist-src/get-authentication.js +0 -48
  526. package/node_modules/@octokit/auth-oauth-user/dist-src/hook.js +0 -21
  527. package/node_modules/@octokit/auth-oauth-user/dist-src/index.js +0 -25
  528. package/node_modules/@octokit/auth-oauth-user/dist-src/requires-basic-auth.js +0 -20
  529. package/node_modules/@octokit/auth-oauth-user/dist-src/types.js +0 -1
  530. package/node_modules/@octokit/auth-oauth-user/dist-src/version.js +0 -1
  531. package/node_modules/@octokit/auth-oauth-user/dist-types/auth.d.ts +0 -3
  532. package/node_modules/@octokit/auth-oauth-user/dist-types/get-authentication.d.ts +0 -3
  533. package/node_modules/@octokit/auth-oauth-user/dist-types/hook.d.ts +0 -6
  534. package/node_modules/@octokit/auth-oauth-user/dist-types/index.d.ts +0 -11
  535. package/node_modules/@octokit/auth-oauth-user/dist-types/requires-basic-auth.d.ts +0 -1
  536. package/node_modules/@octokit/auth-oauth-user/dist-types/types.d.ts +0 -110
  537. package/node_modules/@octokit/auth-oauth-user/dist-types/version.d.ts +0 -1
  538. package/node_modules/@octokit/auth-oauth-user/dist-web/index.js +0 -210
  539. package/node_modules/@octokit/auth-oauth-user/dist-web/index.js.map +0 -1
  540. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-node/index.js.map +0 -1
  541. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/check-token.js +0 -27
  542. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/create-device-code.js +0 -14
  543. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/delete-authorization.js +0 -15
  544. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/delete-token.js +0 -15
  545. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/exchange-device-code.js +0 -34
  546. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/exchange-web-flow-code.js +0 -33
  547. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/get-web-flow-authorization-url.js +0 -11
  548. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/index.js +0 -11
  549. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/refresh-token.js +0 -27
  550. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/reset-token.js +0 -28
  551. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/scope-token.js +0 -21
  552. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/types.js +0 -1
  553. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/utils.js +0 -27
  554. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-src/version.js +0 -1
  555. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +0 -24
  556. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +0 -20
  557. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +0 -18
  558. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +0 -18
  559. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +0 -57
  560. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +0 -32
  561. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +0 -25
  562. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/index.d.ts +0 -12
  563. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +0 -13
  564. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +0 -24
  565. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +0 -29
  566. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +0 -58
  567. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/utils.d.ts +0 -3
  568. package/node_modules/@octokit/auth-oauth-user/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +0 -1
  569. package/node_modules/@octokit/auth-token/dist-node/index.js.map +0 -1
  570. package/node_modules/@octokit/auth-token/dist-src/auth.js +0 -21
  571. package/node_modules/@octokit/auth-token/dist-src/hook.js +0 -6
  572. package/node_modules/@octokit/auth-token/dist-src/index.js +0 -14
  573. package/node_modules/@octokit/auth-token/dist-src/types.js +0 -1
  574. package/node_modules/@octokit/auth-token/dist-src/with-authorization-prefix.js +0 -11
  575. package/node_modules/@octokit/auth-token/dist-types/auth.d.ts +0 -2
  576. package/node_modules/@octokit/auth-token/dist-types/hook.d.ts +0 -2
  577. package/node_modules/@octokit/auth-token/dist-types/index.d.ts +0 -7
  578. package/node_modules/@octokit/auth-token/dist-types/types.d.ts +0 -33
  579. package/node_modules/@octokit/auth-token/dist-types/with-authorization-prefix.d.ts +0 -6
  580. package/node_modules/@octokit/auth-token/dist-web/index.js +0 -55
  581. package/node_modules/@octokit/auth-token/dist-web/index.js.map +0 -1
  582. package/node_modules/@octokit/auth-unauthenticated/dist-node/index.js.map +0 -1
  583. package/node_modules/@octokit/auth-unauthenticated/dist-src/auth.js +0 -6
  584. package/node_modules/@octokit/auth-unauthenticated/dist-src/hook.js +0 -27
  585. package/node_modules/@octokit/auth-unauthenticated/dist-src/index.js +0 -10
  586. package/node_modules/@octokit/auth-unauthenticated/dist-src/is-abuse-limit-error.js +0 -7
  587. package/node_modules/@octokit/auth-unauthenticated/dist-src/is-rate-limit-error.js +0 -10
  588. package/node_modules/@octokit/auth-unauthenticated/dist-src/types.js +0 -1
  589. package/node_modules/@octokit/auth-unauthenticated/dist-types/auth.d.ts +0 -2
  590. package/node_modules/@octokit/auth-unauthenticated/dist-types/hook.d.ts +0 -2
  591. package/node_modules/@octokit/auth-unauthenticated/dist-types/index.d.ts +0 -7
  592. package/node_modules/@octokit/auth-unauthenticated/dist-types/is-abuse-limit-error.d.ts +0 -2
  593. package/node_modules/@octokit/auth-unauthenticated/dist-types/is-rate-limit-error.d.ts +0 -2
  594. package/node_modules/@octokit/auth-unauthenticated/dist-types/types.d.ts +0 -18
  595. package/node_modules/@octokit/auth-unauthenticated/dist-web/index.js +0 -63
  596. package/node_modules/@octokit/auth-unauthenticated/dist-web/index.js.map +0 -1
  597. package/node_modules/@octokit/core/dist-node/index.js.map +0 -1
  598. package/node_modules/@octokit/core/dist-src/index.js +0 -125
  599. package/node_modules/@octokit/core/dist-src/types.js +0 -1
  600. package/node_modules/@octokit/core/dist-src/version.js +0 -1
  601. package/node_modules/@octokit/core/dist-types/index.d.ts +0 -30
  602. package/node_modules/@octokit/core/dist-types/types.d.ts +0 -44
  603. package/node_modules/@octokit/core/dist-types/version.d.ts +0 -1
  604. package/node_modules/@octokit/core/dist-web/index.js +0 -130
  605. package/node_modules/@octokit/core/dist-web/index.js.map +0 -1
  606. package/node_modules/@octokit/endpoint/dist-node/index.js.map +0 -1
  607. package/node_modules/@octokit/endpoint/dist-src/defaults.js +0 -17
  608. package/node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js +0 -5
  609. package/node_modules/@octokit/endpoint/dist-src/index.js +0 -3
  610. package/node_modules/@octokit/endpoint/dist-src/merge.js +0 -26
  611. package/node_modules/@octokit/endpoint/dist-src/parse.js +0 -81
  612. package/node_modules/@octokit/endpoint/dist-src/util/add-query-parameters.js +0 -17
  613. package/node_modules/@octokit/endpoint/dist-src/util/extract-url-variable-names.js +0 -11
  614. package/node_modules/@octokit/endpoint/dist-src/util/lowercase-keys.js +0 -9
  615. package/node_modules/@octokit/endpoint/dist-src/util/merge-deep.js +0 -16
  616. package/node_modules/@octokit/endpoint/dist-src/util/omit.js +0 -8
  617. package/node_modules/@octokit/endpoint/dist-src/util/remove-undefined-properties.js +0 -8
  618. package/node_modules/@octokit/endpoint/dist-src/util/url-template.js +0 -164
  619. package/node_modules/@octokit/endpoint/dist-src/version.js +0 -1
  620. package/node_modules/@octokit/endpoint/dist-src/with-defaults.js +0 -13
  621. package/node_modules/@octokit/endpoint/dist-types/defaults.d.ts +0 -2
  622. package/node_modules/@octokit/endpoint/dist-types/endpoint-with-defaults.d.ts +0 -3
  623. package/node_modules/@octokit/endpoint/dist-types/index.d.ts +0 -1
  624. package/node_modules/@octokit/endpoint/dist-types/merge.d.ts +0 -2
  625. package/node_modules/@octokit/endpoint/dist-types/parse.d.ts +0 -2
  626. package/node_modules/@octokit/endpoint/dist-types/util/add-query-parameters.d.ts +0 -4
  627. package/node_modules/@octokit/endpoint/dist-types/util/extract-url-variable-names.d.ts +0 -1
  628. package/node_modules/@octokit/endpoint/dist-types/util/lowercase-keys.d.ts +0 -5
  629. package/node_modules/@octokit/endpoint/dist-types/util/merge-deep.d.ts +0 -1
  630. package/node_modules/@octokit/endpoint/dist-types/util/omit.d.ts +0 -5
  631. package/node_modules/@octokit/endpoint/dist-types/util/remove-undefined-properties.d.ts +0 -1
  632. package/node_modules/@octokit/endpoint/dist-types/util/url-template.d.ts +0 -3
  633. package/node_modules/@octokit/endpoint/dist-types/version.d.ts +0 -1
  634. package/node_modules/@octokit/endpoint/dist-types/with-defaults.d.ts +0 -2
  635. package/node_modules/@octokit/endpoint/dist-web/index.js +0 -381
  636. package/node_modules/@octokit/endpoint/dist-web/index.js.map +0 -1
  637. package/node_modules/@octokit/graphql/dist-node/index.js.map +0 -1
  638. package/node_modules/@octokit/graphql/dist-src/error.js +0 -21
  639. package/node_modules/@octokit/graphql/dist-src/graphql.js +0 -52
  640. package/node_modules/@octokit/graphql/dist-src/index.js +0 -18
  641. package/node_modules/@octokit/graphql/dist-src/types.js +0 -1
  642. package/node_modules/@octokit/graphql/dist-src/version.js +0 -1
  643. package/node_modules/@octokit/graphql/dist-src/with-defaults.js +0 -12
  644. package/node_modules/@octokit/graphql/dist-types/error.d.ts +0 -13
  645. package/node_modules/@octokit/graphql/dist-types/graphql.d.ts +0 -3
  646. package/node_modules/@octokit/graphql/dist-types/index.d.ts +0 -5
  647. package/node_modules/@octokit/graphql/dist-types/types.d.ts +0 -55
  648. package/node_modules/@octokit/graphql/dist-types/version.d.ts +0 -1
  649. package/node_modules/@octokit/graphql/dist-types/with-defaults.d.ts +0 -3
  650. package/node_modules/@octokit/graphql/dist-web/index.js +0 -106
  651. package/node_modules/@octokit/graphql/dist-web/index.js.map +0 -1
  652. package/node_modules/@octokit/oauth-app/dist-node/index.js.map +0 -1
  653. package/node_modules/@octokit/oauth-app/dist-src/add-event-handler.js +0 -12
  654. package/node_modules/@octokit/oauth-app/dist-src/emit-event.js +0 -13
  655. package/node_modules/@octokit/oauth-app/dist-src/index.js +0 -68
  656. package/node_modules/@octokit/oauth-app/dist-src/methods/check-token.js +0 -13
  657. package/node_modules/@octokit/oauth-app/dist-src/methods/create-token.js +0 -29
  658. package/node_modules/@octokit/oauth-app/dist-src/methods/delete-authorization.js +0 -44
  659. package/node_modules/@octokit/oauth-app/dist-src/methods/delete-token.js +0 -33
  660. package/node_modules/@octokit/oauth-app/dist-src/methods/get-oauth-client-code.js +0 -7
  661. package/node_modules/@octokit/oauth-app/dist-src/methods/get-user-octokit.js +0 -26
  662. package/node_modules/@octokit/oauth-app/dist-src/methods/get-web-flow-authorization-url.js +0 -14
  663. package/node_modules/@octokit/oauth-app/dist-src/methods/refresh-token.js +0 -35
  664. package/node_modules/@octokit/oauth-app/dist-src/methods/reset-token.js +0 -63
  665. package/node_modules/@octokit/oauth-app/dist-src/methods/scope-token.js +0 -35
  666. package/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-parse-request.js +0 -12
  667. package/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2-send-response.js +0 -7
  668. package/node_modules/@octokit/oauth-app/dist-src/middleware/aws-lambda/api-gateway-v2.js +0 -16
  669. package/node_modules/@octokit/oauth-app/dist-src/middleware/handle-request.js +0 -218
  670. package/node_modules/@octokit/oauth-app/dist-src/middleware/node/index.js +0 -24
  671. package/node_modules/@octokit/oauth-app/dist-src/middleware/node/parse-request.js +0 -14
  672. package/node_modules/@octokit/oauth-app/dist-src/middleware/node/send-response.js +0 -4
  673. package/node_modules/@octokit/oauth-app/dist-src/middleware/on-unhandled-request-default.js +0 -9
  674. package/node_modules/@octokit/oauth-app/dist-src/middleware/types.js +0 -1
  675. package/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/index.js +0 -23
  676. package/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/parse-request.js +0 -10
  677. package/node_modules/@octokit/oauth-app/dist-src/middleware/web-worker/send-response.js +0 -6
  678. package/node_modules/@octokit/oauth-app/dist-src/oauth-app-octokit.js +0 -6
  679. package/node_modules/@octokit/oauth-app/dist-src/types.js +0 -1
  680. package/node_modules/@octokit/oauth-app/dist-src/version.js +0 -1
  681. package/node_modules/@octokit/oauth-app/dist-types/add-event-handler.d.ts +0 -2
  682. package/node_modules/@octokit/oauth-app/dist-types/emit-event.d.ts +0 -2
  683. package/node_modules/@octokit/oauth-app/dist-types/index.d.ts +0 -46
  684. package/node_modules/@octokit/oauth-app/dist-types/methods/check-token.d.ts +0 -14
  685. package/node_modules/@octokit/oauth-app/dist-types/methods/create-token.d.ts +0 -24
  686. package/node_modules/@octokit/oauth-app/dist-types/methods/delete-authorization.d.ts +0 -9
  687. package/node_modules/@octokit/oauth-app/dist-types/methods/delete-token.d.ts +0 -9
  688. package/node_modules/@octokit/oauth-app/dist-types/methods/get-oauth-client-code.d.ts +0 -1
  689. package/node_modules/@octokit/oauth-app/dist-types/methods/get-user-octokit.d.ts +0 -10
  690. package/node_modules/@octokit/oauth-app/dist-types/methods/get-web-flow-authorization-url.d.ts +0 -10
  691. package/node_modules/@octokit/oauth-app/dist-types/methods/refresh-token.d.ts +0 -19
  692. package/node_modules/@octokit/oauth-app/dist-types/methods/reset-token.d.ts +0 -24
  693. package/node_modules/@octokit/oauth-app/dist-types/methods/scope-token.d.ts +0 -19
  694. package/node_modules/@octokit/oauth-app/dist-types/middleware/aws-lambda/api-gateway-v2-parse-request.d.ts +0 -3
  695. package/node_modules/@octokit/oauth-app/dist-types/middleware/aws-lambda/api-gateway-v2-send-response.d.ts +0 -3
  696. package/node_modules/@octokit/oauth-app/dist-types/middleware/aws-lambda/api-gateway-v2.d.ts +0 -7
  697. package/node_modules/@octokit/oauth-app/dist-types/middleware/handle-request.d.ts +0 -4
  698. package/node_modules/@octokit/oauth-app/dist-types/middleware/node/index.d.ts +0 -9
  699. package/node_modules/@octokit/oauth-app/dist-types/middleware/node/parse-request.d.ts +0 -4
  700. package/node_modules/@octokit/oauth-app/dist-types/middleware/node/send-response.d.ts +0 -4
  701. package/node_modules/@octokit/oauth-app/dist-types/middleware/on-unhandled-request-default.d.ts +0 -2
  702. package/node_modules/@octokit/oauth-app/dist-types/middleware/types.d.ts +0 -14
  703. package/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/index.d.ts +0 -7
  704. package/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/parse-request.d.ts +0 -2
  705. package/node_modules/@octokit/oauth-app/dist-types/middleware/web-worker/send-response.d.ts +0 -2
  706. package/node_modules/@octokit/oauth-app/dist-types/oauth-app-octokit.d.ts +0 -2
  707. package/node_modules/@octokit/oauth-app/dist-types/types.d.ts +0 -65
  708. package/node_modules/@octokit/oauth-app/dist-types/version.d.ts +0 -1
  709. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-node/index.js.map +0 -1
  710. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/check-token.js +0 -27
  711. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/create-device-code.js +0 -14
  712. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/delete-authorization.js +0 -15
  713. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/delete-token.js +0 -15
  714. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/exchange-device-code.js +0 -34
  715. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/exchange-web-flow-code.js +0 -33
  716. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/get-web-flow-authorization-url.js +0 -11
  717. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/index.js +0 -11
  718. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/refresh-token.js +0 -27
  719. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/reset-token.js +0 -28
  720. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/scope-token.js +0 -21
  721. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/types.js +0 -1
  722. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/utils.js +0 -27
  723. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-src/version.js +0 -1
  724. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/check-token.d.ts +0 -24
  725. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/create-device-code.d.ts +0 -20
  726. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/delete-authorization.d.ts +0 -18
  727. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/delete-token.d.ts +0 -18
  728. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/exchange-device-code.d.ts +0 -57
  729. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/exchange-web-flow-code.d.ts +0 -32
  730. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/get-web-flow-authorization-url.d.ts +0 -25
  731. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/index.d.ts +0 -12
  732. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/refresh-token.d.ts +0 -13
  733. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/reset-token.d.ts +0 -24
  734. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/scope-token.d.ts +0 -29
  735. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/types.d.ts +0 -58
  736. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/utils.d.ts +0 -3
  737. package/node_modules/@octokit/oauth-app/node_modules/@octokit/oauth-methods/dist-types/version.d.ts +0 -1
  738. package/node_modules/@octokit/oauth-authorization-url/dist-node/index.js.map +0 -1
  739. package/node_modules/@octokit/oauth-authorization-url/dist-src/index.js +0 -53
  740. package/node_modules/@octokit/oauth-authorization-url/dist-src/types.js +0 -1
  741. package/node_modules/@octokit/oauth-authorization-url/dist-types/index.d.ts +0 -4
  742. package/node_modules/@octokit/oauth-authorization-url/dist-types/types.d.ts +0 -39
  743. package/node_modules/@octokit/oauth-authorization-url/dist-web/index.js +0 -56
  744. package/node_modules/@octokit/oauth-authorization-url/dist-web/index.js.map +0 -1
  745. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-node/index.js.map +0 -1
  746. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-src/index.js +0 -53
  747. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-src/types.js +0 -1
  748. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-types/index.d.ts +0 -4
  749. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-types/types.d.ts +0 -39
  750. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-web/index.js +0 -56
  751. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/oauth-authorization-url/dist-web/index.js.map +0 -1
  752. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-node/index.js.map +0 -1
  753. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-src/index.js +0 -55
  754. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-src/types.js +0 -1
  755. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-types/index.d.ts +0 -33
  756. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-types/types.d.ts +0 -9
  757. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-web/index.js +0 -59
  758. package/node_modules/@octokit/oauth-methods/node_modules/@octokit/request-error/dist-web/index.js.map +0 -1
  759. package/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js.map +0 -1
  760. package/node_modules/@octokit/plugin-paginate-rest/dist-src/compose-paginate.js +0 -5
  761. package/node_modules/@octokit/plugin-paginate-rest/dist-src/generated/paginating-endpoints.js +0 -216
  762. package/node_modules/@octokit/plugin-paginate-rest/dist-src/index.js +0 -17
  763. package/node_modules/@octokit/plugin-paginate-rest/dist-src/iterator.js +0 -39
  764. package/node_modules/@octokit/plugin-paginate-rest/dist-src/normalize-paginated-list-response.js +0 -47
  765. package/node_modules/@octokit/plugin-paginate-rest/dist-src/paginate.js +0 -24
  766. package/node_modules/@octokit/plugin-paginate-rest/dist-src/paginating-endpoints.js +0 -10
  767. package/node_modules/@octokit/plugin-paginate-rest/dist-src/types.js +0 -1
  768. package/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +0 -1
  769. package/node_modules/@octokit/plugin-paginate-rest/dist-types/compose-paginate.d.ts +0 -2
  770. package/node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts +0 -1612
  771. package/node_modules/@octokit/plugin-paginate-rest/dist-types/index.d.ts +0 -16
  772. package/node_modules/@octokit/plugin-paginate-rest/dist-types/iterator.d.ts +0 -20
  773. package/node_modules/@octokit/plugin-paginate-rest/dist-types/normalize-paginated-list-response.d.ts +0 -18
  774. package/node_modules/@octokit/plugin-paginate-rest/dist-types/paginate.d.ts +0 -3
  775. package/node_modules/@octokit/plugin-paginate-rest/dist-types/paginating-endpoints.d.ts +0 -3
  776. package/node_modules/@octokit/plugin-paginate-rest/dist-types/types.d.ts +0 -242
  777. package/node_modules/@octokit/plugin-paginate-rest/dist-types/version.d.ts +0 -1
  778. package/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +0 -358
  779. package/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js.map +0 -1
  780. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js.map +0 -1
  781. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -60
  782. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -1664
  783. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/method-types.js +0 -1
  784. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/generated/parameters-and-response-types.js +0 -1
  785. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +0 -18
  786. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/types.js +0 -1
  787. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +0 -1
  788. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/endpoints-to-methods.d.ts +0 -4
  789. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/endpoints.d.ts +0 -3
  790. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.d.ts +0 -9945
  791. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts +0 -3211
  792. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/index.d.ts +0 -11
  793. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types.d.ts +0 -18
  794. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/version.d.ts +0 -1
  795. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +0 -1745
  796. package/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js.map +0 -1
  797. package/node_modules/@octokit/plugin-retry/dist-node/index.js.map +0 -1
  798. package/node_modules/@octokit/plugin-retry/dist-src/error-request.js +0 -15
  799. package/node_modules/@octokit/plugin-retry/dist-src/index.js +0 -27
  800. package/node_modules/@octokit/plugin-retry/dist-src/version.js +0 -1
  801. package/node_modules/@octokit/plugin-retry/dist-src/wrap-request.js +0 -18
  802. package/node_modules/@octokit/plugin-retry/dist-types/error-request.d.ts +0 -1
  803. package/node_modules/@octokit/plugin-retry/dist-types/index.d.ts +0 -11
  804. package/node_modules/@octokit/plugin-retry/dist-types/version.d.ts +0 -1
  805. package/node_modules/@octokit/plugin-retry/dist-types/wrap-request.d.ts +0 -1
  806. package/node_modules/@octokit/plugin-retry/dist-web/index.js +0 -64
  807. package/node_modules/@octokit/plugin-retry/dist-web/index.js.map +0 -1
  808. package/node_modules/@octokit/plugin-throttling/dist-node/index.js.map +0 -1
  809. package/node_modules/@octokit/plugin-throttling/dist-src/generated/triggers-notification-paths.js +0 -19
  810. package/node_modules/@octokit/plugin-throttling/dist-src/index.js +0 -127
  811. package/node_modules/@octokit/plugin-throttling/dist-src/route-matcher.js +0 -25
  812. package/node_modules/@octokit/plugin-throttling/dist-src/types.js +0 -1
  813. package/node_modules/@octokit/plugin-throttling/dist-src/version.js +0 -1
  814. package/node_modules/@octokit/plugin-throttling/dist-src/wrap-request.js +0 -47
  815. package/node_modules/@octokit/plugin-throttling/dist-types/generated/triggers-notification-paths.d.ts +0 -2
  816. package/node_modules/@octokit/plugin-throttling/dist-types/index.d.ts +0 -7
  817. package/node_modules/@octokit/plugin-throttling/dist-types/route-matcher.d.ts +0 -1
  818. package/node_modules/@octokit/plugin-throttling/dist-types/types.d.ts +0 -43
  819. package/node_modules/@octokit/plugin-throttling/dist-types/version.d.ts +0 -1
  820. package/node_modules/@octokit/plugin-throttling/dist-types/wrap-request.d.ts +0 -1
  821. package/node_modules/@octokit/plugin-throttling/dist-web/index.js +0 -223
  822. package/node_modules/@octokit/plugin-throttling/dist-web/index.js.map +0 -1
  823. package/node_modules/@octokit/request/dist-node/index.js.map +0 -1
  824. package/node_modules/@octokit/request/dist-src/fetch-wrapper.js +0 -119
  825. package/node_modules/@octokit/request/dist-src/get-buffer-response.js +0 -3
  826. package/node_modules/@octokit/request/dist-src/index.js +0 -9
  827. package/node_modules/@octokit/request/dist-src/version.js +0 -1
  828. package/node_modules/@octokit/request/dist-src/with-defaults.js +0 -22
  829. package/node_modules/@octokit/request/dist-types/fetch-wrapper.d.ts +0 -11
  830. package/node_modules/@octokit/request/dist-types/get-buffer-response.d.ts +0 -2
  831. package/node_modules/@octokit/request/dist-types/index.d.ts +0 -1
  832. package/node_modules/@octokit/request/dist-types/version.d.ts +0 -1
  833. package/node_modules/@octokit/request/dist-types/with-defaults.d.ts +0 -2
  834. package/node_modules/@octokit/request/dist-web/index.js +0 -158
  835. package/node_modules/@octokit/request/dist-web/index.js.map +0 -1
  836. package/node_modules/@octokit/request-error/dist-node/index.js.map +0 -1
  837. package/node_modules/@octokit/request-error/dist-src/index.js +0 -55
  838. package/node_modules/@octokit/request-error/dist-src/types.js +0 -1
  839. package/node_modules/@octokit/request-error/dist-types/index.d.ts +0 -33
  840. package/node_modules/@octokit/request-error/dist-types/types.d.ts +0 -9
  841. package/node_modules/@octokit/request-error/dist-web/index.js +0 -59
  842. package/node_modules/@octokit/request-error/dist-web/index.js.map +0 -1
  843. package/node_modules/@octokit/types/dist-node/index.js.map +0 -1
  844. package/node_modules/@octokit/types/dist-src/AuthInterface.js +0 -1
  845. package/node_modules/@octokit/types/dist-src/EndpointDefaults.js +0 -1
  846. package/node_modules/@octokit/types/dist-src/EndpointInterface.js +0 -1
  847. package/node_modules/@octokit/types/dist-src/EndpointOptions.js +0 -1
  848. package/node_modules/@octokit/types/dist-src/Fetch.js +0 -1
  849. package/node_modules/@octokit/types/dist-src/GetResponseTypeFromEndpointMethod.js +0 -1
  850. package/node_modules/@octokit/types/dist-src/OctokitResponse.js +0 -1
  851. package/node_modules/@octokit/types/dist-src/RequestError.js +0 -1
  852. package/node_modules/@octokit/types/dist-src/RequestHeaders.js +0 -1
  853. package/node_modules/@octokit/types/dist-src/RequestInterface.js +0 -1
  854. package/node_modules/@octokit/types/dist-src/RequestMethod.js +0 -1
  855. package/node_modules/@octokit/types/dist-src/RequestOptions.js +0 -1
  856. package/node_modules/@octokit/types/dist-src/RequestParameters.js +0 -1
  857. package/node_modules/@octokit/types/dist-src/RequestRequestOptions.js +0 -1
  858. package/node_modules/@octokit/types/dist-src/ResponseHeaders.js +0 -1
  859. package/node_modules/@octokit/types/dist-src/Route.js +0 -1
  860. package/node_modules/@octokit/types/dist-src/Signal.js +0 -1
  861. package/node_modules/@octokit/types/dist-src/StrategyInterface.js +0 -1
  862. package/node_modules/@octokit/types/dist-src/Url.js +0 -1
  863. package/node_modules/@octokit/types/dist-src/VERSION.js +0 -1
  864. package/node_modules/@octokit/types/dist-src/generated/Endpoints.js +0 -1
  865. package/node_modules/@octokit/types/dist-src/index.js +0 -21
  866. package/node_modules/@octokit/types/dist-types/AuthInterface.d.ts +0 -31
  867. package/node_modules/@octokit/types/dist-types/EndpointDefaults.d.ts +0 -21
  868. package/node_modules/@octokit/types/dist-types/EndpointInterface.d.ts +0 -65
  869. package/node_modules/@octokit/types/dist-types/EndpointOptions.d.ts +0 -7
  870. package/node_modules/@octokit/types/dist-types/Fetch.d.ts +0 -4
  871. package/node_modules/@octokit/types/dist-types/GetResponseTypeFromEndpointMethod.d.ts +0 -5
  872. package/node_modules/@octokit/types/dist-types/OctokitResponse.d.ts +0 -17
  873. package/node_modules/@octokit/types/dist-types/RequestError.d.ts +0 -11
  874. package/node_modules/@octokit/types/dist-types/RequestHeaders.d.ts +0 -15
  875. package/node_modules/@octokit/types/dist-types/RequestInterface.d.ts +0 -34
  876. package/node_modules/@octokit/types/dist-types/RequestMethod.d.ts +0 -4
  877. package/node_modules/@octokit/types/dist-types/RequestOptions.d.ts +0 -14
  878. package/node_modules/@octokit/types/dist-types/RequestParameters.d.ts +0 -45
  879. package/node_modules/@octokit/types/dist-types/RequestRequestOptions.d.ts +0 -26
  880. package/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts +0 -20
  881. package/node_modules/@octokit/types/dist-types/Route.d.ts +0 -4
  882. package/node_modules/@octokit/types/dist-types/Signal.d.ts +0 -6
  883. package/node_modules/@octokit/types/dist-types/StrategyInterface.d.ts +0 -4
  884. package/node_modules/@octokit/types/dist-types/Url.d.ts +0 -4
  885. package/node_modules/@octokit/types/dist-types/VERSION.d.ts +0 -1
  886. package/node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts +0 -3571
  887. package/node_modules/@octokit/types/dist-types/index.d.ts +0 -21
  888. package/node_modules/@octokit/types/dist-web/index.js +0 -4
  889. package/node_modules/@octokit/types/dist-web/index.js.map +0 -1
  890. package/node_modules/@octokit/webhooks/dist-node/index.js.map +0 -1
  891. package/node_modules/@octokit/webhooks/dist-src/createLogger.js +0 -7
  892. package/node_modules/@octokit/webhooks/dist-src/event-handler/index.js +0 -20
  893. package/node_modules/@octokit/webhooks/dist-src/event-handler/on.js +0 -28
  894. package/node_modules/@octokit/webhooks/dist-src/event-handler/receive.js +0 -57
  895. package/node_modules/@octokit/webhooks/dist-src/event-handler/remove-listener.js +0 -17
  896. package/node_modules/@octokit/webhooks/dist-src/event-handler/wrap-error-handler.js +0 -19
  897. package/node_modules/@octokit/webhooks/dist-src/generated/webhook-names.js +0 -244
  898. package/node_modules/@octokit/webhooks/dist-src/index.js +0 -30
  899. package/node_modules/@octokit/webhooks/dist-src/middleware/node/get-missing-headers.js +0 -9
  900. package/node_modules/@octokit/webhooks/dist-src/middleware/node/get-payload.js +0 -25
  901. package/node_modules/@octokit/webhooks/dist-src/middleware/node/index.js +0 -10
  902. package/node_modules/@octokit/webhooks/dist-src/middleware/node/middleware.js +0 -70
  903. package/node_modules/@octokit/webhooks/dist-src/middleware/node/on-unhandled-request-default.js +0 -8
  904. package/node_modules/@octokit/webhooks/dist-src/middleware/node/types.js +0 -1
  905. package/node_modules/@octokit/webhooks/dist-src/sign.js +0 -5
  906. package/node_modules/@octokit/webhooks/dist-src/to-normalized-json-string.js +0 -9
  907. package/node_modules/@octokit/webhooks/dist-src/types.js +0 -1
  908. package/node_modules/@octokit/webhooks/dist-src/verify-and-receive.js +0 -19
  909. package/node_modules/@octokit/webhooks/dist-src/verify.js +0 -5
  910. package/node_modules/@octokit/webhooks/dist-types/createLogger.d.ts +0 -7
  911. package/node_modules/@octokit/webhooks/dist-types/event-handler/index.d.ts +0 -10
  912. package/node_modules/@octokit/webhooks/dist-types/event-handler/on.d.ts +0 -4
  913. package/node_modules/@octokit/webhooks/dist-types/event-handler/receive.d.ts +0 -2
  914. package/node_modules/@octokit/webhooks/dist-types/event-handler/remove-listener.d.ts +0 -2
  915. package/node_modules/@octokit/webhooks/dist-types/event-handler/wrap-error-handler.d.ts +0 -1
  916. package/node_modules/@octokit/webhooks/dist-types/generated/webhook-names.d.ts +0 -1
  917. package/node_modules/@octokit/webhooks/dist-types/index.d.ts +0 -18
  918. package/node_modules/@octokit/webhooks/dist-types/middleware/node/get-missing-headers.d.ts +0 -3
  919. package/node_modules/@octokit/webhooks/dist-types/middleware/node/get-payload.d.ts +0 -4
  920. package/node_modules/@octokit/webhooks/dist-types/middleware/node/index.d.ts +0 -3
  921. package/node_modules/@octokit/webhooks/dist-types/middleware/node/middleware.d.ts +0 -6
  922. package/node_modules/@octokit/webhooks/dist-types/middleware/node/on-unhandled-request-default.d.ts +0 -4
  923. package/node_modules/@octokit/webhooks/dist-types/middleware/node/types.d.ts +0 -9
  924. package/node_modules/@octokit/webhooks/dist-types/sign.d.ts +0 -1
  925. package/node_modules/@octokit/webhooks/dist-types/to-normalized-json-string.d.ts +0 -4
  926. package/node_modules/@octokit/webhooks/dist-types/types.d.ts +0 -62
  927. package/node_modules/@octokit/webhooks/dist-types/verify-and-receive.d.ts +0 -4
  928. package/node_modules/@octokit/webhooks/dist-types/verify.d.ts +0 -1
  929. package/node_modules/@octokit/webhooks/dist-web/index.js +0 -577
  930. package/node_modules/@octokit/webhooks/dist-web/index.js.map +0 -1
  931. package/node_modules/@octokit/webhooks-methods/dist-node/index.js.map +0 -1
  932. package/node_modules/@octokit/webhooks-methods/dist-src/index.js +0 -2
  933. package/node_modules/@octokit/webhooks-methods/dist-src/node/sign.js +0 -25
  934. package/node_modules/@octokit/webhooks-methods/dist-src/node/verify.js +0 -23
  935. package/node_modules/@octokit/webhooks-methods/dist-src/version.js +0 -1
  936. package/node_modules/@octokit/webhooks-methods/dist-src/web.js +0 -32
  937. package/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts +0 -2
  938. package/node_modules/@octokit/webhooks-methods/dist-types/node/sign.d.ts +0 -13
  939. package/node_modules/@octokit/webhooks-methods/dist-types/node/verify.d.ts +0 -4
  940. package/node_modules/@octokit/webhooks-methods/dist-types/version.d.ts +0 -1
  941. package/node_modules/@octokit/webhooks-methods/dist-types/web.d.ts +0 -2
  942. package/node_modules/@octokit/webhooks-methods/dist-web/index.js +0 -35
  943. package/node_modules/@octokit/webhooks-methods/dist-web/index.js.map +0 -1
  944. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDesignSystemVersionWriter.d.ts +0 -14
  945. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKSupernova.d.ts +0 -46
  946. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataBridge.d.ts +0 -50
  947. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataCore.d.ts +0 -146
  948. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementProperty.d.ts +0 -56
  949. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenTheme.d.ts +0 -63
  950. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenThemeOverride.d.ts +0 -49
  951. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Enterprise/PluginFigmaTokens_Enterprise.spec.d.ts +0 -1
  952. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformBlock.d.ts +0 -75
  953. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformUtil.d.ts +0 -26
  954. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js +0 -2
  955. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js.map +0 -1
  956. package/node_modules/@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/package.json +0 -129
  957. package/node_modules/@supernova-studio/pulsar-core/node_modules/node-fetch/CHANGELOG.md +0 -272
  958. package/node_modules/@supernova-studio/pulsar-language/LICENSE +0 -21
  959. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/LICENSE +0 -21
  960. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/README.md +0 -144
  961. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/browser-bundle.d.ts +0 -1
  962. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKBrand.d.ts +0 -80
  963. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKBrandWriter.d.ts +0 -29
  964. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDesignSystem.d.ts +0 -68
  965. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDesignSystemVersion.d.ts +0 -103
  966. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDesignSystemVersionWriter.d.ts +0 -14
  967. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKDocumentation.d.ts +0 -56
  968. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKSupernova.d.ts +0 -46
  969. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/SDKWorkspace.d.ts +0 -26
  970. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKConfiguration.d.ts +0 -6
  971. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataBridge.d.ts +0 -50
  972. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/data/SDKDataCore.d.ts +0 -146
  973. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/errors/SDKSupernovaError.d.ts +0 -24
  974. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKAssetGroupResolver.d.ts +0 -14
  975. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKComponentResolver.d.ts +0 -8
  976. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKDesignComponentGroupResolver.d.ts +0 -13
  977. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKDocumentationItemResolver.d.ts +0 -32
  978. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKTokenGroupResolver.d.ts +0 -11
  979. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/core/resolvers/SDKTokenResolver.d.ts +0 -76
  980. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/exports.d.ts +0 -117
  981. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/index.d.ts +0 -1
  982. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/assets/SDKAsset.d.ts +0 -17
  983. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/assets/SDKRenderedAsset.d.ts +0 -28
  984. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/components/SDKComponent.d.ts +0 -27
  985. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/components/SDKDesignComponent.d.ts +0 -34
  986. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationConfiguration.d.ts +0 -13
  987. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationGroup.d.ts +0 -38
  988. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationItem.d.ts +0 -28
  989. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPage.d.ts +0 -32
  990. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPageAsset.d.ts +0 -15
  991. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPageBlock.d.ts +0 -32
  992. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichText.d.ts +0 -10
  993. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichTextSpan.d.ts +0 -10
  994. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichTextSpanAttribute.d.ts +0 -14
  995. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockAsset.d.ts +0 -15
  996. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockAssets.d.ts +0 -24
  997. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCallout.d.ts +0 -11
  998. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCode.d.ts +0 -12
  999. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockColumn.d.ts +0 -8
  1000. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockColumnItem.d.ts +0 -11
  1001. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCustom.d.ts +0 -16
  1002. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockDivider.d.ts +0 -8
  1003. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedFigma.d.ts +0 -8
  1004. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedGeneric.d.ts +0 -15
  1005. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedLink.d.ts +0 -16
  1006. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedStorybook.d.ts +0 -8
  1007. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedYoutube.d.ts +0 -8
  1008. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockFrame.d.ts +0 -18
  1009. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockFrames.d.ts +0 -26
  1010. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockHeading.d.ts +0 -11
  1011. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockImage.d.ts +0 -18
  1012. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockOrderedList.d.ts +0 -8
  1013. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockQuote.d.ts +0 -8
  1014. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockRenderCode.d.ts +0 -34
  1015. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockShortcut.d.ts +0 -35
  1016. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockShortcuts.d.ts +0 -11
  1017. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTab.d.ts +0 -8
  1018. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTabItem.d.ts +0 -10
  1019. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTable.d.ts +0 -23
  1020. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableCell.d.ts +0 -13
  1021. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableColumn.d.ts +0 -10
  1022. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableRow.d.ts +0 -8
  1023. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockText.d.ts +0 -13
  1024. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockToken.d.ts +0 -10
  1025. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTokenGroup.d.ts +0 -12
  1026. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTokenList.d.ts +0 -10
  1027. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockUnorderedList.d.ts +0 -8
  1028. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/builder/SDKDocumentationBlockBuilder.d.ts +0 -6
  1029. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/configuration/SDKDocumentationItemConfiguration.d.ts +0 -10
  1030. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/documentation/configuration/SDKDocumentationItemHeader.d.ts +0 -30
  1031. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementDataView.d.ts +0 -30
  1032. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementDataViewColumn.d.ts +0 -37
  1033. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementProperty.d.ts +0 -56
  1034. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/SDKElementPropertyOption.d.ts +0 -13
  1035. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/elements/values/SDKElementPropertyValue.d.ts +0 -15
  1036. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKAlignment.d.ts +0 -5
  1037. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKAssetFormat.d.ts +0 -5
  1038. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKAssetScale.d.ts +0 -6
  1039. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKAssetScaleType.d.ts +0 -4
  1040. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKBlurType.d.ts +0 -4
  1041. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKBorderPosition.d.ts +0 -5
  1042. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationCalloutType.d.ts +0 -6
  1043. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationEnvironment.d.ts +0 -4
  1044. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationGroupBehavior.d.ts +0 -4
  1045. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationHeadingType.d.ts +0 -5
  1046. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationItemType.d.ts +0 -4
  1047. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageAssetType.d.ts +0 -4
  1048. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageBlockThemeType.d.ts +0 -4
  1049. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageBlockType.d.ts +0 -31
  1050. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKFrameAlignment.d.ts +0 -4
  1051. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKFrameLayout.d.ts +0 -11
  1052. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKGradientType.d.ts +0 -5
  1053. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKRichTextSpanAttributeType.d.ts +0 -7
  1054. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKShadowType.d.ts +0 -4
  1055. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKSourceType.d.ts +0 -4
  1056. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKTextCase.d.ts +0 -6
  1057. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKTextDecoration.d.ts +0 -5
  1058. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKTokenType.d.ts +0 -13
  1059. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/enums/SDKUnit.d.ts +0 -6
  1060. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/exporters/SDKExporter.d.ts +0 -74
  1061. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlock.d.ts +0 -23
  1062. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlockProperty.d.ts +0 -32
  1063. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlockVariant.d.ts +0 -12
  1064. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/exporters/custom_properties/SDKExporterConfigurationProperty.d.ts +0 -38
  1065. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/groups/SDKAssetGroup.d.ts +0 -20
  1066. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/groups/SDKDesignComponentGroup.d.ts +0 -33
  1067. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/groups/SDKTokenGroup.d.ts +0 -42
  1068. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKDesignComponentOrigin.d.ts +0 -23
  1069. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKFrameOrigin.d.ts +0 -25
  1070. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKSize.d.ts +0 -9
  1071. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKSource.d.ts +0 -102
  1072. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKTokenOrigin.d.ts +0 -15
  1073. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/support/SDKWorkspaceNPMRegistry.d.ts +0 -13
  1074. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKThemeUtilities.d.ts +0 -6
  1075. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenTheme.d.ts +0 -63
  1076. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/themes/SDKTokenThemeOverride.d.ts +0 -49
  1077. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKBlurToken.d.ts +0 -18
  1078. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKBorderToken.d.ts +0 -19
  1079. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKColorToken.d.ts +0 -23
  1080. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKFontToken.d.ts +0 -16
  1081. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKGenericToken.d.ts +0 -20
  1082. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKGradientToken.d.ts +0 -21
  1083. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKMeasureToken.d.ts +0 -26
  1084. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKRadiusToken.d.ts +0 -18
  1085. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKShadowToken.d.ts +0 -21
  1086. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKTextToken.d.ts +0 -16
  1087. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKToken.d.ts +0 -30
  1088. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKTokenCompator.d.ts +0 -20
  1089. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKTokenValue.d.ts +0 -113
  1090. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/SDKTypographyToken.d.ts +0 -19
  1091. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenData.d.ts +0 -45
  1092. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenModel.d.ts +0 -62
  1093. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenValue.d.ts +0 -72
  1094. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/model/users/SDKUser.d.ts +0 -22
  1095. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Brand.spec.d.ts +0 -1
  1096. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Components.spec.d.ts +0 -1
  1097. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/DesignSystem.spec.d.ts +0 -1
  1098. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/DesignSystemVersion.spec.d.ts +0 -1
  1099. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Documentation.spec.d.ts +0 -1
  1100. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Supernova.spec.d.ts +0 -1
  1101. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Theme.spec.d.ts +0 -1
  1102. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Accessors/Workspace.spec.d.ts +0 -1
  1103. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Enterprise/PluginFigmaTokens_Enterprise.spec.d.ts +0 -1
  1104. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Tooling/PluginJSONBuilder.spec.d.ts +0 -1
  1105. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Tooling/ToolDocSearch.spec.d.ts +0 -1
  1106. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Tooling/ToolMarkdownTransform.spec.d.ts +0 -1
  1107. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/helpers.d.ts +0 -2
  1108. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/SDKToolsDesignTokensPlugin.d.ts +0 -48
  1109. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONConverter.d.ts +0 -35
  1110. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONGroupBuilder.d.ts +0 -21
  1111. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONLoader.d.ts +0 -27
  1112. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONParser.d.ts +0 -41
  1113. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTMapLoader.d.ts +0 -39
  1114. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTMapResolver.d.ts +0 -10
  1115. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTThemeMerger.d.ts +0 -23
  1116. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenGroupTreeMerger.d.ts +0 -23
  1117. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenMerger.d.ts +0 -17
  1118. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenReferenceResolver.d.ts +0 -48
  1119. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenSetResolver.d.ts +0 -12
  1120. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/collection/SDKDTTokenCollection.d.ts +0 -13
  1121. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/expression/SDKDTExpressionParser.d.ts +0 -5
  1122. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTGroupTree.d.ts +0 -10
  1123. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTGroupTreeNode.d.ts +0 -20
  1124. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTParentChildMapping.d.ts +0 -5
  1125. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/json-builder/SDKToolsJSONBuilder.d.ts +0 -57
  1126. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementFigmaTokensTransformer.d.ts +0 -40
  1127. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementStyleDictionaryTransformer.d.ts +0 -29
  1128. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementTransformer.d.ts +0 -77
  1129. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransform.d.ts +0 -23
  1130. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformBlock.d.ts +0 -75
  1131. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransformUtil.d.ts +0 -26
  1132. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/search-index/SDKToolsDocSearch.d.ts +0 -47
  1133. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tools/token-transform/SDKToolsTokenTransform.d.ts +0 -44
  1134. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/utils/FlowUtils.d.ts +0 -5
  1135. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/utils/StringUtils.d.ts +0 -72
  1136. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js +0 -2
  1137. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/build/supernova-sdk-typescript.js.map +0 -1
  1138. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/LICENSE +0 -21
  1139. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/README.md +0 -482
  1140. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/Mutex.js +0 -38
  1141. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/MutexInterface.js +0 -1
  1142. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/Semaphore.js +0 -100
  1143. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/SemaphoreInterface.js +0 -1
  1144. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/errors.js +0 -3
  1145. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/index.js +0 -5
  1146. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/tryAcquire.js +0 -8
  1147. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/es6/withTimeout.js +0 -86
  1148. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/index.mjs +0 -201
  1149. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/Mutex.d.ts +0 -13
  1150. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/Mutex.js +0 -40
  1151. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/MutexInterface.d.ts +0 -18
  1152. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/MutexInterface.js +0 -2
  1153. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/Semaphore.d.ts +0 -20
  1154. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/Semaphore.js +0 -102
  1155. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/SemaphoreInterface.d.ts +0 -18
  1156. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/SemaphoreInterface.js +0 -2
  1157. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/errors.d.ts +0 -3
  1158. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/errors.js +0 -6
  1159. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/index.d.ts +0 -7
  1160. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/index.js +0 -13
  1161. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/tryAcquire.d.ts +0 -4
  1162. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/tryAcquire.js +0 -12
  1163. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/withTimeout.d.ts +0 -4
  1164. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/lib/withTimeout.js +0 -90
  1165. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/node_modules/async-mutex/package.json +0 -88
  1166. package/node_modules/@supernova-studio/pulsar-language/node_modules/@supernovaio/supernova-sdk/package.json +0 -129
  1167. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/LICENSE.md +0 -22
  1168. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/README.md +0 -634
  1169. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/browser.js +0 -25
  1170. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/lib/index.es.js +0 -1777
  1171. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/lib/index.js +0 -1787
  1172. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/lib/index.mjs +0 -1775
  1173. package/node_modules/@supernova-studio/pulsar-language/node_modules/node-fetch/package.json +0 -89
  1174. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/definition/SDKDocsBlockItem.d.ts +0 -27
  1175. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/model/docs/blocks/properties/SDKDocsBlockEmbedFrameProperty.d.ts +0 -9
  1176. package/node_modules/@supernovaio/sdk/build/sdk-typescript/src/utils/DocumentationUtils.d.ts +0 -2
  1177. package/node_modules/argparse/CHANGELOG.md +0 -185
  1178. package/node_modules/commander/CHANGELOG.md +0 -515
  1179. package/node_modules/deprecation/dist-src/index.js +0 -14
  1180. package/node_modules/deprecation/dist-types/index.d.ts +0 -3
  1181. package/node_modules/deprecation/dist-web/index.js +0 -16
  1182. package/node_modules/esprima/ChangeLog +0 -235
  1183. package/node_modules/expr-eval/CHANGELOG.md +0 -22
  1184. package/node_modules/fuse.js/CHANGELOG.md +0 -326
  1185. package/node_modules/js-yaml/CHANGELOG.md +0 -557
  1186. package/node_modules/octokit/dist-node/index.js.map +0 -1
  1187. package/node_modules/octokit/dist-src/app.js +0 -6
  1188. package/node_modules/octokit/dist-src/index.js +0 -2
  1189. package/node_modules/octokit/dist-src/octokit.js +0 -31
  1190. package/node_modules/octokit/dist-src/version.js +0 -1
  1191. package/node_modules/octokit/dist-types/app.d.ts +0 -89
  1192. package/node_modules/octokit/dist-types/index.d.ts +0 -2
  1193. package/node_modules/octokit/dist-types/octokit.d.ts +0 -9
  1194. package/node_modules/octokit/dist-types/version.d.ts +0 -1
  1195. package/node_modules/octokit/dist-web/index.js +0 -42
  1196. package/node_modules/octokit/dist-web/index.js.map +0 -1
  1197. package/node_modules/pako/CHANGELOG.md +0 -164
  1198. package/node_modules/rimraf/CHANGELOG.md +0 -65
  1199. package/node_modules/tmp/CHANGELOG.md +0 -288
  1200. package/node_modules/ts-dedent/HISTORY.md +0 -27
  1201. package/node_modules/universal-github-app-jwt/dist-node/index.js.map +0 -1
  1202. package/node_modules/universal-github-app-jwt/dist-src/get-token-browser.js +0 -19
  1203. package/node_modules/universal-github-app-jwt/dist-src/get-token.js +0 -6
  1204. package/node_modules/universal-github-app-jwt/dist-src/index.js +0 -23
  1205. package/node_modules/universal-github-app-jwt/dist-src/types.js +0 -1
  1206. package/node_modules/universal-github-app-jwt/dist-src/utils.js +0 -35
  1207. package/node_modules/universal-github-app-jwt/dist-types/get-token-browser.d.ts +0 -2
  1208. package/node_modules/universal-github-app-jwt/dist-types/get-token.d.ts +0 -2
  1209. package/node_modules/universal-github-app-jwt/dist-types/index.d.ts +0 -2
  1210. package/node_modules/universal-github-app-jwt/dist-types/types.d.ts +0 -23
  1211. package/node_modules/universal-github-app-jwt/dist-types/utils.d.ts +0 -4
  1212. package/node_modules/universal-github-app-jwt/dist-web/index.bundled.js.map +0 -1
  1213. package/node_modules/universal-github-app-jwt/dist-web/index.js +0 -80
  1214. package/node_modules/universal-github-app-jwt/dist-web/index.js.map +0 -1
  1215. package/node_modules/universal-user-agent/dist-node/index.js.map +0 -1
  1216. package/node_modules/universal-user-agent/dist-src/index.js +0 -9
  1217. package/node_modules/universal-user-agent/dist-types/index.d.ts +0 -1
  1218. package/node_modules/universal-user-agent/dist-web/index.js +0 -12
  1219. package/node_modules/universal-user-agent/dist-web/index.js.map +0 -1
  1220. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/LICENSE +0 -0
  1221. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/README.md +0 -0
  1222. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/browser-bundle.d.ts +0 -0
  1223. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKBrand.d.ts +0 -0
  1224. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKBrandWriter.d.ts +0 -0
  1225. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKDesignSystem.d.ts +0 -0
  1226. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKDesignSystemVersion.d.ts +0 -0
  1227. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKDocumentation.d.ts +0 -0
  1228. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/SDKWorkspace.d.ts +0 -0
  1229. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/data/SDKConfiguration.d.ts +0 -0
  1230. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/errors/SDKSupernovaError.d.ts +0 -0
  1231. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKAssetGroupResolver.d.ts +0 -0
  1232. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKComponentResolver.d.ts +0 -0
  1233. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKDesignComponentGroupResolver.d.ts +0 -0
  1234. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKDocumentationItemResolver.d.ts +0 -0
  1235. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKTokenGroupResolver.d.ts +0 -0
  1236. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/core/resolvers/SDKTokenResolver.d.ts +0 -0
  1237. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/exports.d.ts +0 -0
  1238. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/index.d.ts +0 -0
  1239. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/assets/SDKAsset.d.ts +0 -0
  1240. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/assets/SDKRenderedAsset.d.ts +0 -0
  1241. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/components/SDKComponent.d.ts +0 -0
  1242. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/components/SDKDesignComponent.d.ts +0 -0
  1243. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationConfiguration.d.ts +0 -0
  1244. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationGroup.d.ts +0 -0
  1245. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationItem.d.ts +0 -0
  1246. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPage.d.ts +0 -0
  1247. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPageAsset.d.ts +0 -0
  1248. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationPageBlock.d.ts +0 -0
  1249. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichText.d.ts +0 -0
  1250. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichTextSpan.d.ts +0 -0
  1251. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/SDKDocumentationRichTextSpanAttribute.d.ts +0 -0
  1252. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockAsset.d.ts +0 -0
  1253. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockAssets.d.ts +0 -0
  1254. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCallout.d.ts +0 -0
  1255. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCode.d.ts +0 -0
  1256. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockColumn.d.ts +0 -0
  1257. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockColumnItem.d.ts +0 -0
  1258. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockCustom.d.ts +0 -0
  1259. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockDivider.d.ts +0 -0
  1260. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedFigma.d.ts +0 -0
  1261. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedGeneric.d.ts +0 -0
  1262. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedLink.d.ts +0 -0
  1263. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedStorybook.d.ts +0 -0
  1264. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockEmbedYoutube.d.ts +0 -0
  1265. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockFrame.d.ts +0 -0
  1266. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockFrames.d.ts +0 -0
  1267. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockHeading.d.ts +0 -0
  1268. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockImage.d.ts +0 -0
  1269. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockOrderedList.d.ts +0 -0
  1270. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockQuote.d.ts +0 -0
  1271. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockRenderCode.d.ts +0 -0
  1272. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockShortcut.d.ts +0 -0
  1273. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockShortcuts.d.ts +0 -0
  1274. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTab.d.ts +0 -0
  1275. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTabItem.d.ts +0 -0
  1276. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTable.d.ts +0 -0
  1277. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableCell.d.ts +0 -0
  1278. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableColumn.d.ts +0 -0
  1279. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTableRow.d.ts +0 -0
  1280. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockText.d.ts +0 -0
  1281. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockToken.d.ts +0 -0
  1282. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTokenGroup.d.ts +0 -0
  1283. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockTokenList.d.ts +0 -0
  1284. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/blocks/SDKDocumentationPageBlockUnorderedList.d.ts +0 -0
  1285. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/builder/SDKDocumentationBlockBuilder.d.ts +0 -0
  1286. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/configuration/SDKDocumentationItemConfiguration.d.ts +0 -0
  1287. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/documentation/configuration/SDKDocumentationItemHeader.d.ts +0 -0
  1288. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/elements/SDKElementDataView.d.ts +0 -0
  1289. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/elements/SDKElementDataViewColumn.d.ts +0 -0
  1290. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/elements/SDKElementPropertyOption.d.ts +0 -0
  1291. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/elements/values/SDKElementPropertyValue.d.ts +0 -0
  1292. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKAlignment.d.ts +0 -0
  1293. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKAssetFormat.d.ts +0 -0
  1294. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKAssetScale.d.ts +0 -0
  1295. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKAssetScaleType.d.ts +0 -0
  1296. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKBlurType.d.ts +0 -0
  1297. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKBorderPosition.d.ts +0 -0
  1298. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationCalloutType.d.ts +0 -0
  1299. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationEnvironment.d.ts +0 -0
  1300. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationGroupBehavior.d.ts +0 -0
  1301. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationHeadingType.d.ts +0 -0
  1302. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationItemType.d.ts +0 -0
  1303. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageAssetType.d.ts +0 -0
  1304. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageBlockThemeType.d.ts +0 -0
  1305. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKDocumentationPageBlockType.d.ts +0 -0
  1306. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKFrameAlignment.d.ts +0 -0
  1307. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKFrameLayout.d.ts +0 -0
  1308. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKGradientType.d.ts +0 -0
  1309. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKRichTextSpanAttributeType.d.ts +0 -0
  1310. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKShadowType.d.ts +0 -0
  1311. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKSourceType.d.ts +0 -0
  1312. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKTextCase.d.ts +0 -0
  1313. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKTextDecoration.d.ts +0 -0
  1314. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKTokenType.d.ts +0 -0
  1315. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/enums/SDKUnit.d.ts +0 -0
  1316. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/exporters/SDKExporter.d.ts +0 -0
  1317. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlock.d.ts +0 -0
  1318. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlockProperty.d.ts +0 -0
  1319. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/exporters/custom_blocks/SDKExporterCustomBlockVariant.d.ts +0 -0
  1320. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/exporters/custom_properties/SDKExporterConfigurationProperty.d.ts +0 -0
  1321. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/groups/SDKAssetGroup.d.ts +0 -0
  1322. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/groups/SDKDesignComponentGroup.d.ts +0 -0
  1323. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/groups/SDKTokenGroup.d.ts +0 -0
  1324. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKDesignComponentOrigin.d.ts +0 -0
  1325. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKFrameOrigin.d.ts +0 -0
  1326. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKSize.d.ts +0 -0
  1327. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKSource.d.ts +0 -0
  1328. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKTokenOrigin.d.ts +0 -0
  1329. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/support/SDKWorkspaceNPMRegistry.d.ts +0 -0
  1330. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/themes/SDKThemeUtilities.d.ts +0 -0
  1331. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKBlurToken.d.ts +0 -0
  1332. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKBorderToken.d.ts +0 -0
  1333. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKColorToken.d.ts +0 -0
  1334. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKFontToken.d.ts +0 -0
  1335. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKGenericToken.d.ts +0 -0
  1336. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKGradientToken.d.ts +0 -0
  1337. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKMeasureToken.d.ts +0 -0
  1338. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKRadiusToken.d.ts +0 -0
  1339. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKShadowToken.d.ts +0 -0
  1340. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKTextToken.d.ts +0 -0
  1341. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKToken.d.ts +0 -0
  1342. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKTokenCompator.d.ts +0 -0
  1343. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKTokenValue.d.ts +0 -0
  1344. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/SDKTypographyToken.d.ts +0 -0
  1345. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenData.d.ts +0 -0
  1346. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenModel.d.ts +0 -0
  1347. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/tokens/remote/SDKRemoteTokenValue.d.ts +0 -0
  1348. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/model/users/SDKUser.d.ts +0 -0
  1349. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Brand.spec.d.ts +0 -0
  1350. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Components.spec.d.ts +0 -0
  1351. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/DesignSystem.spec.d.ts +0 -0
  1352. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/DesignSystemVersion.spec.d.ts +0 -0
  1353. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Documentation.spec.d.ts +0 -0
  1354. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Supernova.spec.d.ts +0 -0
  1355. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Theme.spec.d.ts +0 -0
  1356. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Accessors/Workspace.spec.d.ts +0 -0
  1357. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio/supernova-sdk/build/Typescript/src/tests/Tooling/PluginFigmaTokens.spec.d.ts → @supernovaio/supernova-sdk/build/Typescript/src/tests/Enterprise/Enterprise.spec.d.ts} +0 -0
  1358. /package/node_modules/{@supernova-studio/pulsar-language/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Tooling/PluginFigmaTokens.spec.d.ts +0 -0
  1359. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Tooling/PluginJSONBuilder.spec.d.ts +0 -0
  1360. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Tooling/ToolDocSearch.spec.d.ts +0 -0
  1361. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/Tooling/ToolMarkdownTransform.spec.d.ts +0 -0
  1362. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tests/helpers.d.ts +0 -0
  1363. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/SDKToolsDesignTokensPlugin.d.ts +0 -0
  1364. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONConverter.d.ts +0 -0
  1365. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONGroupBuilder.d.ts +0 -0
  1366. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONLoader.d.ts +0 -0
  1367. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTJSONParser.d.ts +0 -0
  1368. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTMapLoader.d.ts +0 -0
  1369. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTMapResolver.d.ts +0 -0
  1370. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTThemeMerger.d.ts +0 -0
  1371. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenGroupTreeMerger.d.ts +0 -0
  1372. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenMerger.d.ts +0 -0
  1373. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenReferenceResolver.d.ts +0 -0
  1374. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/SDKDTTokenSetResolver.d.ts +0 -0
  1375. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/collection/SDKDTTokenCollection.d.ts +0 -0
  1376. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/expression/SDKDTExpressionParser.d.ts +0 -0
  1377. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTGroupTree.d.ts +0 -0
  1378. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTGroupTreeNode.d.ts +0 -0
  1379. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/design-tokens/utilities/tree/SDKDTParentChildMapping.d.ts +0 -0
  1380. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/json-builder/SDKToolsJSONBuilder.d.ts +0 -0
  1381. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementFigmaTokensTransformer.d.ts +0 -0
  1382. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementStyleDictionaryTransformer.d.ts +0 -0
  1383. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/json-builder/elements-transformers/SDKToolsJSONElementTransformer.d.ts +0 -0
  1384. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/markdown-transform/SDKToolsMarkdownTransform.d.ts +0 -0
  1385. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/search-index/SDKToolsDocSearch.d.ts +0 -0
  1386. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/tools/token-transform/SDKToolsTokenTransform.d.ts +0 -0
  1387. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/utils/FlowUtils.d.ts +0 -0
  1388. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/build/Typescript/src/utils/StringUtils.d.ts +0 -0
  1389. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/LICENSE +0 -0
  1390. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/README.md +0 -0
  1391. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/Mutex.js +0 -0
  1392. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/MutexInterface.js +0 -0
  1393. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/Semaphore.js +0 -0
  1394. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/SemaphoreInterface.js +0 -0
  1395. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/errors.js +0 -0
  1396. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/index.js +0 -0
  1397. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/tryAcquire.js +0 -0
  1398. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/es6/withTimeout.js +0 -0
  1399. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/index.mjs +0 -0
  1400. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/Mutex.d.ts +0 -0
  1401. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/Mutex.js +0 -0
  1402. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/MutexInterface.d.ts +0 -0
  1403. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/MutexInterface.js +0 -0
  1404. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/Semaphore.d.ts +0 -0
  1405. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/Semaphore.js +0 -0
  1406. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/SemaphoreInterface.d.ts +0 -0
  1407. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/SemaphoreInterface.js +0 -0
  1408. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/errors.d.ts +0 -0
  1409. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/errors.js +0 -0
  1410. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/index.d.ts +0 -0
  1411. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/index.js +0 -0
  1412. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/tryAcquire.d.ts +0 -0
  1413. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/tryAcquire.js +0 -0
  1414. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/withTimeout.d.ts +0 -0
  1415. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/lib/withTimeout.js +0 -0
  1416. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/async-mutex/package.json +0 -0
  1417. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/LICENSE.md +0 -0
  1418. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/README.md +0 -0
  1419. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/browser.js +0 -0
  1420. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/lib/index.es.js +0 -0
  1421. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/lib/index.js +0 -0
  1422. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/lib/index.mjs +0 -0
  1423. /package/node_modules/{@supernova-studio/pulsar-core/node_modules/@supernovaio → @supernovaio}/supernova-sdk/node_modules/node-fetch/package.json +0 -0
@@ -1,1787 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
6
-
7
- var Stream = _interopDefault(require('stream'));
8
- var http = _interopDefault(require('http'));
9
- var Url = _interopDefault(require('url'));
10
- var whatwgUrl = _interopDefault(require('whatwg-url'));
11
- var https = _interopDefault(require('https'));
12
- var zlib = _interopDefault(require('zlib'));
13
-
14
- // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
15
-
16
- // fix for "Readable" isn't a named export issue
17
- const Readable = Stream.Readable;
18
-
19
- const BUFFER = Symbol('buffer');
20
- const TYPE = Symbol('type');
21
-
22
- class Blob {
23
- constructor() {
24
- this[TYPE] = '';
25
-
26
- const blobParts = arguments[0];
27
- const options = arguments[1];
28
-
29
- const buffers = [];
30
- let size = 0;
31
-
32
- if (blobParts) {
33
- const a = blobParts;
34
- const length = Number(a.length);
35
- for (let i = 0; i < length; i++) {
36
- const element = a[i];
37
- let buffer;
38
- if (element instanceof Buffer) {
39
- buffer = element;
40
- } else if (ArrayBuffer.isView(element)) {
41
- buffer = Buffer.from(element.buffer, element.byteOffset, element.byteLength);
42
- } else if (element instanceof ArrayBuffer) {
43
- buffer = Buffer.from(element);
44
- } else if (element instanceof Blob) {
45
- buffer = element[BUFFER];
46
- } else {
47
- buffer = Buffer.from(typeof element === 'string' ? element : String(element));
48
- }
49
- size += buffer.length;
50
- buffers.push(buffer);
51
- }
52
- }
53
-
54
- this[BUFFER] = Buffer.concat(buffers);
55
-
56
- let type = options && options.type !== undefined && String(options.type).toLowerCase();
57
- if (type && !/[^\u0020-\u007E]/.test(type)) {
58
- this[TYPE] = type;
59
- }
60
- }
61
- get size() {
62
- return this[BUFFER].length;
63
- }
64
- get type() {
65
- return this[TYPE];
66
- }
67
- text() {
68
- return Promise.resolve(this[BUFFER].toString());
69
- }
70
- arrayBuffer() {
71
- const buf = this[BUFFER];
72
- const ab = buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
73
- return Promise.resolve(ab);
74
- }
75
- stream() {
76
- const readable = new Readable();
77
- readable._read = function () {};
78
- readable.push(this[BUFFER]);
79
- readable.push(null);
80
- return readable;
81
- }
82
- toString() {
83
- return '[object Blob]';
84
- }
85
- slice() {
86
- const size = this.size;
87
-
88
- const start = arguments[0];
89
- const end = arguments[1];
90
- let relativeStart, relativeEnd;
91
- if (start === undefined) {
92
- relativeStart = 0;
93
- } else if (start < 0) {
94
- relativeStart = Math.max(size + start, 0);
95
- } else {
96
- relativeStart = Math.min(start, size);
97
- }
98
- if (end === undefined) {
99
- relativeEnd = size;
100
- } else if (end < 0) {
101
- relativeEnd = Math.max(size + end, 0);
102
- } else {
103
- relativeEnd = Math.min(end, size);
104
- }
105
- const span = Math.max(relativeEnd - relativeStart, 0);
106
-
107
- const buffer = this[BUFFER];
108
- const slicedBuffer = buffer.slice(relativeStart, relativeStart + span);
109
- const blob = new Blob([], { type: arguments[2] });
110
- blob[BUFFER] = slicedBuffer;
111
- return blob;
112
- }
113
- }
114
-
115
- Object.defineProperties(Blob.prototype, {
116
- size: { enumerable: true },
117
- type: { enumerable: true },
118
- slice: { enumerable: true }
119
- });
120
-
121
- Object.defineProperty(Blob.prototype, Symbol.toStringTag, {
122
- value: 'Blob',
123
- writable: false,
124
- enumerable: false,
125
- configurable: true
126
- });
127
-
128
- /**
129
- * fetch-error.js
130
- *
131
- * FetchError interface for operational errors
132
- */
133
-
134
- /**
135
- * Create FetchError instance
136
- *
137
- * @param String message Error message for human
138
- * @param String type Error type for machine
139
- * @param String systemError For Node.js system error
140
- * @return FetchError
141
- */
142
- function FetchError(message, type, systemError) {
143
- Error.call(this, message);
144
-
145
- this.message = message;
146
- this.type = type;
147
-
148
- // when err.type is `system`, err.code contains system error code
149
- if (systemError) {
150
- this.code = this.errno = systemError.code;
151
- }
152
-
153
- // hide custom error implementation details from end-users
154
- Error.captureStackTrace(this, this.constructor);
155
- }
156
-
157
- FetchError.prototype = Object.create(Error.prototype);
158
- FetchError.prototype.constructor = FetchError;
159
- FetchError.prototype.name = 'FetchError';
160
-
161
- let convert;
162
- try {
163
- convert = require('encoding').convert;
164
- } catch (e) {}
165
-
166
- const INTERNALS = Symbol('Body internals');
167
-
168
- // fix an issue where "PassThrough" isn't a named export for node <10
169
- const PassThrough = Stream.PassThrough;
170
-
171
- /**
172
- * Body mixin
173
- *
174
- * Ref: https://fetch.spec.whatwg.org/#body
175
- *
176
- * @param Stream body Readable stream
177
- * @param Object opts Response options
178
- * @return Void
179
- */
180
- function Body(body) {
181
- var _this = this;
182
-
183
- var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
184
- _ref$size = _ref.size;
185
-
186
- let size = _ref$size === undefined ? 0 : _ref$size;
187
- var _ref$timeout = _ref.timeout;
188
- let timeout = _ref$timeout === undefined ? 0 : _ref$timeout;
189
-
190
- if (body == null) {
191
- // body is undefined or null
192
- body = null;
193
- } else if (isURLSearchParams(body)) {
194
- // body is a URLSearchParams
195
- body = Buffer.from(body.toString());
196
- } else if (isBlob(body)) ; else if (Buffer.isBuffer(body)) ; else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
197
- // body is ArrayBuffer
198
- body = Buffer.from(body);
199
- } else if (ArrayBuffer.isView(body)) {
200
- // body is ArrayBufferView
201
- body = Buffer.from(body.buffer, body.byteOffset, body.byteLength);
202
- } else if (body instanceof Stream) ; else {
203
- // none of the above
204
- // coerce to string then buffer
205
- body = Buffer.from(String(body));
206
- }
207
- this[INTERNALS] = {
208
- body,
209
- disturbed: false,
210
- error: null
211
- };
212
- this.size = size;
213
- this.timeout = timeout;
214
-
215
- if (body instanceof Stream) {
216
- body.on('error', function (err) {
217
- const error = err.name === 'AbortError' ? err : new FetchError(`Invalid response body while trying to fetch ${_this.url}: ${err.message}`, 'system', err);
218
- _this[INTERNALS].error = error;
219
- });
220
- }
221
- }
222
-
223
- Body.prototype = {
224
- get body() {
225
- return this[INTERNALS].body;
226
- },
227
-
228
- get bodyUsed() {
229
- return this[INTERNALS].disturbed;
230
- },
231
-
232
- /**
233
- * Decode response as ArrayBuffer
234
- *
235
- * @return Promise
236
- */
237
- arrayBuffer() {
238
- return consumeBody.call(this).then(function (buf) {
239
- return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.byteLength);
240
- });
241
- },
242
-
243
- /**
244
- * Return raw response as Blob
245
- *
246
- * @return Promise
247
- */
248
- blob() {
249
- let ct = this.headers && this.headers.get('content-type') || '';
250
- return consumeBody.call(this).then(function (buf) {
251
- return Object.assign(
252
- // Prevent copying
253
- new Blob([], {
254
- type: ct.toLowerCase()
255
- }), {
256
- [BUFFER]: buf
257
- });
258
- });
259
- },
260
-
261
- /**
262
- * Decode response as json
263
- *
264
- * @return Promise
265
- */
266
- json() {
267
- var _this2 = this;
268
-
269
- return consumeBody.call(this).then(function (buffer) {
270
- try {
271
- return JSON.parse(buffer.toString());
272
- } catch (err) {
273
- return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json'));
274
- }
275
- });
276
- },
277
-
278
- /**
279
- * Decode response as text
280
- *
281
- * @return Promise
282
- */
283
- text() {
284
- return consumeBody.call(this).then(function (buffer) {
285
- return buffer.toString();
286
- });
287
- },
288
-
289
- /**
290
- * Decode response as buffer (non-spec api)
291
- *
292
- * @return Promise
293
- */
294
- buffer() {
295
- return consumeBody.call(this);
296
- },
297
-
298
- /**
299
- * Decode response as text, while automatically detecting the encoding and
300
- * trying to decode to UTF-8 (non-spec api)
301
- *
302
- * @return Promise
303
- */
304
- textConverted() {
305
- var _this3 = this;
306
-
307
- return consumeBody.call(this).then(function (buffer) {
308
- return convertBody(buffer, _this3.headers);
309
- });
310
- }
311
- };
312
-
313
- // In browsers, all properties are enumerable.
314
- Object.defineProperties(Body.prototype, {
315
- body: { enumerable: true },
316
- bodyUsed: { enumerable: true },
317
- arrayBuffer: { enumerable: true },
318
- blob: { enumerable: true },
319
- json: { enumerable: true },
320
- text: { enumerable: true }
321
- });
322
-
323
- Body.mixIn = function (proto) {
324
- for (const name of Object.getOwnPropertyNames(Body.prototype)) {
325
- // istanbul ignore else: future proof
326
- if (!(name in proto)) {
327
- const desc = Object.getOwnPropertyDescriptor(Body.prototype, name);
328
- Object.defineProperty(proto, name, desc);
329
- }
330
- }
331
- };
332
-
333
- /**
334
- * Consume and convert an entire Body to a Buffer.
335
- *
336
- * Ref: https://fetch.spec.whatwg.org/#concept-body-consume-body
337
- *
338
- * @return Promise
339
- */
340
- function consumeBody() {
341
- var _this4 = this;
342
-
343
- if (this[INTERNALS].disturbed) {
344
- return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`));
345
- }
346
-
347
- this[INTERNALS].disturbed = true;
348
-
349
- if (this[INTERNALS].error) {
350
- return Body.Promise.reject(this[INTERNALS].error);
351
- }
352
-
353
- let body = this.body;
354
-
355
- // body is null
356
- if (body === null) {
357
- return Body.Promise.resolve(Buffer.alloc(0));
358
- }
359
-
360
- // body is blob
361
- if (isBlob(body)) {
362
- body = body.stream();
363
- }
364
-
365
- // body is buffer
366
- if (Buffer.isBuffer(body)) {
367
- return Body.Promise.resolve(body);
368
- }
369
-
370
- // istanbul ignore if: should never happen
371
- if (!(body instanceof Stream)) {
372
- return Body.Promise.resolve(Buffer.alloc(0));
373
- }
374
-
375
- // body is stream
376
- // get ready to actually consume the body
377
- let accum = [];
378
- let accumBytes = 0;
379
- let abort = false;
380
-
381
- return new Body.Promise(function (resolve, reject) {
382
- let resTimeout;
383
-
384
- // allow timeout on slow response body
385
- if (_this4.timeout) {
386
- resTimeout = setTimeout(function () {
387
- abort = true;
388
- reject(new FetchError(`Response timeout while trying to fetch ${_this4.url} (over ${_this4.timeout}ms)`, 'body-timeout'));
389
- }, _this4.timeout);
390
- }
391
-
392
- // handle stream errors
393
- body.on('error', function (err) {
394
- if (err.name === 'AbortError') {
395
- // if the request was aborted, reject with this Error
396
- abort = true;
397
- reject(err);
398
- } else {
399
- // other errors, such as incorrect content-encoding
400
- reject(new FetchError(`Invalid response body while trying to fetch ${_this4.url}: ${err.message}`, 'system', err));
401
- }
402
- });
403
-
404
- body.on('data', function (chunk) {
405
- if (abort || chunk === null) {
406
- return;
407
- }
408
-
409
- if (_this4.size && accumBytes + chunk.length > _this4.size) {
410
- abort = true;
411
- reject(new FetchError(`content size at ${_this4.url} over limit: ${_this4.size}`, 'max-size'));
412
- return;
413
- }
414
-
415
- accumBytes += chunk.length;
416
- accum.push(chunk);
417
- });
418
-
419
- body.on('end', function () {
420
- if (abort) {
421
- return;
422
- }
423
-
424
- clearTimeout(resTimeout);
425
-
426
- try {
427
- resolve(Buffer.concat(accum, accumBytes));
428
- } catch (err) {
429
- // handle streams that have accumulated too much data (issue #414)
430
- reject(new FetchError(`Could not create Buffer from response body for ${_this4.url}: ${err.message}`, 'system', err));
431
- }
432
- });
433
- });
434
- }
435
-
436
- /**
437
- * Detect buffer encoding and convert to target encoding
438
- * ref: http://www.w3.org/TR/2011/WD-html5-20110113/parsing.html#determining-the-character-encoding
439
- *
440
- * @param Buffer buffer Incoming buffer
441
- * @param String encoding Target encoding
442
- * @return String
443
- */
444
- function convertBody(buffer, headers) {
445
- if (typeof convert !== 'function') {
446
- throw new Error('The package `encoding` must be installed to use the textConverted() function');
447
- }
448
-
449
- const ct = headers.get('content-type');
450
- let charset = 'utf-8';
451
- let res, str;
452
-
453
- // header
454
- if (ct) {
455
- res = /charset=([^;]*)/i.exec(ct);
456
- }
457
-
458
- // no charset in content type, peek at response body for at most 1024 bytes
459
- str = buffer.slice(0, 1024).toString();
460
-
461
- // html5
462
- if (!res && str) {
463
- res = /<meta.+?charset=(['"])(.+?)\1/i.exec(str);
464
- }
465
-
466
- // html4
467
- if (!res && str) {
468
- res = /<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(str);
469
- if (!res) {
470
- res = /<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(str);
471
- if (res) {
472
- res.pop(); // drop last quote
473
- }
474
- }
475
-
476
- if (res) {
477
- res = /charset=(.*)/i.exec(res.pop());
478
- }
479
- }
480
-
481
- // xml
482
- if (!res && str) {
483
- res = /<\?xml.+?encoding=(['"])(.+?)\1/i.exec(str);
484
- }
485
-
486
- // found charset
487
- if (res) {
488
- charset = res.pop();
489
-
490
- // prevent decode issues when sites use incorrect encoding
491
- // ref: https://hsivonen.fi/encoding-menu/
492
- if (charset === 'gb2312' || charset === 'gbk') {
493
- charset = 'gb18030';
494
- }
495
- }
496
-
497
- // turn raw buffers into a single utf-8 buffer
498
- return convert(buffer, 'UTF-8', charset).toString();
499
- }
500
-
501
- /**
502
- * Detect a URLSearchParams object
503
- * ref: https://github.com/bitinn/node-fetch/issues/296#issuecomment-307598143
504
- *
505
- * @param Object obj Object to detect by type or brand
506
- * @return String
507
- */
508
- function isURLSearchParams(obj) {
509
- // Duck-typing as a necessary condition.
510
- if (typeof obj !== 'object' || typeof obj.append !== 'function' || typeof obj.delete !== 'function' || typeof obj.get !== 'function' || typeof obj.getAll !== 'function' || typeof obj.has !== 'function' || typeof obj.set !== 'function') {
511
- return false;
512
- }
513
-
514
- // Brand-checking and more duck-typing as optional condition.
515
- return obj.constructor.name === 'URLSearchParams' || Object.prototype.toString.call(obj) === '[object URLSearchParams]' || typeof obj.sort === 'function';
516
- }
517
-
518
- /**
519
- * Check if `obj` is a W3C `Blob` object (which `File` inherits from)
520
- * @param {*} obj
521
- * @return {boolean}
522
- */
523
- function isBlob(obj) {
524
- return typeof obj === 'object' && typeof obj.arrayBuffer === 'function' && typeof obj.type === 'string' && typeof obj.stream === 'function' && typeof obj.constructor === 'function' && typeof obj.constructor.name === 'string' && /^(Blob|File)$/.test(obj.constructor.name) && /^(Blob|File)$/.test(obj[Symbol.toStringTag]);
525
- }
526
-
527
- /**
528
- * Clone body given Res/Req instance
529
- *
530
- * @param Mixed instance Response or Request instance
531
- * @return Mixed
532
- */
533
- function clone(instance) {
534
- let p1, p2;
535
- let body = instance.body;
536
-
537
- // don't allow cloning a used body
538
- if (instance.bodyUsed) {
539
- throw new Error('cannot clone body after it is used');
540
- }
541
-
542
- // check that body is a stream and not form-data object
543
- // note: we can't clone the form-data object without having it as a dependency
544
- if (body instanceof Stream && typeof body.getBoundary !== 'function') {
545
- // tee instance body
546
- p1 = new PassThrough();
547
- p2 = new PassThrough();
548
- body.pipe(p1);
549
- body.pipe(p2);
550
- // set instance body to teed body and return the other teed body
551
- instance[INTERNALS].body = p1;
552
- body = p2;
553
- }
554
-
555
- return body;
556
- }
557
-
558
- /**
559
- * Performs the operation "extract a `Content-Type` value from |object|" as
560
- * specified in the specification:
561
- * https://fetch.spec.whatwg.org/#concept-bodyinit-extract
562
- *
563
- * This function assumes that instance.body is present.
564
- *
565
- * @param Mixed instance Any options.body input
566
- */
567
- function extractContentType(body) {
568
- if (body === null) {
569
- // body is null
570
- return null;
571
- } else if (typeof body === 'string') {
572
- // body is string
573
- return 'text/plain;charset=UTF-8';
574
- } else if (isURLSearchParams(body)) {
575
- // body is a URLSearchParams
576
- return 'application/x-www-form-urlencoded;charset=UTF-8';
577
- } else if (isBlob(body)) {
578
- // body is blob
579
- return body.type || null;
580
- } else if (Buffer.isBuffer(body)) {
581
- // body is buffer
582
- return null;
583
- } else if (Object.prototype.toString.call(body) === '[object ArrayBuffer]') {
584
- // body is ArrayBuffer
585
- return null;
586
- } else if (ArrayBuffer.isView(body)) {
587
- // body is ArrayBufferView
588
- return null;
589
- } else if (typeof body.getBoundary === 'function') {
590
- // detect form data input from form-data module
591
- return `multipart/form-data;boundary=${body.getBoundary()}`;
592
- } else if (body instanceof Stream) {
593
- // body is stream
594
- // can't really do much about this
595
- return null;
596
- } else {
597
- // Body constructor defaults other things to string
598
- return 'text/plain;charset=UTF-8';
599
- }
600
- }
601
-
602
- /**
603
- * The Fetch Standard treats this as if "total bytes" is a property on the body.
604
- * For us, we have to explicitly get it with a function.
605
- *
606
- * ref: https://fetch.spec.whatwg.org/#concept-body-total-bytes
607
- *
608
- * @param Body instance Instance of Body
609
- * @return Number? Number of bytes, or null if not possible
610
- */
611
- function getTotalBytes(instance) {
612
- const body = instance.body;
613
-
614
-
615
- if (body === null) {
616
- // body is null
617
- return 0;
618
- } else if (isBlob(body)) {
619
- return body.size;
620
- } else if (Buffer.isBuffer(body)) {
621
- // body is buffer
622
- return body.length;
623
- } else if (body && typeof body.getLengthSync === 'function') {
624
- // detect form data input from form-data module
625
- if (body._lengthRetrievers && body._lengthRetrievers.length == 0 || // 1.x
626
- body.hasKnownLength && body.hasKnownLength()) {
627
- // 2.x
628
- return body.getLengthSync();
629
- }
630
- return null;
631
- } else {
632
- // body is stream
633
- return null;
634
- }
635
- }
636
-
637
- /**
638
- * Write a Body to a Node.js WritableStream (e.g. http.Request) object.
639
- *
640
- * @param Body instance Instance of Body
641
- * @return Void
642
- */
643
- function writeToStream(dest, instance) {
644
- const body = instance.body;
645
-
646
-
647
- if (body === null) {
648
- // body is null
649
- dest.end();
650
- } else if (isBlob(body)) {
651
- body.stream().pipe(dest);
652
- } else if (Buffer.isBuffer(body)) {
653
- // body is buffer
654
- dest.write(body);
655
- dest.end();
656
- } else {
657
- // body is stream
658
- body.pipe(dest);
659
- }
660
- }
661
-
662
- // expose Promise
663
- Body.Promise = global.Promise;
664
-
665
- /**
666
- * headers.js
667
- *
668
- * Headers class offers convenient helpers
669
- */
670
-
671
- const invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
672
- const invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
673
-
674
- function validateName(name) {
675
- name = `${name}`;
676
- if (invalidTokenRegex.test(name) || name === '') {
677
- throw new TypeError(`${name} is not a legal HTTP header name`);
678
- }
679
- }
680
-
681
- function validateValue(value) {
682
- value = `${value}`;
683
- if (invalidHeaderCharRegex.test(value)) {
684
- throw new TypeError(`${value} is not a legal HTTP header value`);
685
- }
686
- }
687
-
688
- /**
689
- * Find the key in the map object given a header name.
690
- *
691
- * Returns undefined if not found.
692
- *
693
- * @param String name Header name
694
- * @return String|Undefined
695
- */
696
- function find(map, name) {
697
- name = name.toLowerCase();
698
- for (const key in map) {
699
- if (key.toLowerCase() === name) {
700
- return key;
701
- }
702
- }
703
- return undefined;
704
- }
705
-
706
- const MAP = Symbol('map');
707
- class Headers {
708
- /**
709
- * Headers class
710
- *
711
- * @param Object headers Response headers
712
- * @return Void
713
- */
714
- constructor() {
715
- let init = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined;
716
-
717
- this[MAP] = Object.create(null);
718
-
719
- if (init instanceof Headers) {
720
- const rawHeaders = init.raw();
721
- const headerNames = Object.keys(rawHeaders);
722
-
723
- for (const headerName of headerNames) {
724
- for (const value of rawHeaders[headerName]) {
725
- this.append(headerName, value);
726
- }
727
- }
728
-
729
- return;
730
- }
731
-
732
- // We don't worry about converting prop to ByteString here as append()
733
- // will handle it.
734
- if (init == null) ; else if (typeof init === 'object') {
735
- const method = init[Symbol.iterator];
736
- if (method != null) {
737
- if (typeof method !== 'function') {
738
- throw new TypeError('Header pairs must be iterable');
739
- }
740
-
741
- // sequence<sequence<ByteString>>
742
- // Note: per spec we have to first exhaust the lists then process them
743
- const pairs = [];
744
- for (const pair of init) {
745
- if (typeof pair !== 'object' || typeof pair[Symbol.iterator] !== 'function') {
746
- throw new TypeError('Each header pair must be iterable');
747
- }
748
- pairs.push(Array.from(pair));
749
- }
750
-
751
- for (const pair of pairs) {
752
- if (pair.length !== 2) {
753
- throw new TypeError('Each header pair must be a name/value tuple');
754
- }
755
- this.append(pair[0], pair[1]);
756
- }
757
- } else {
758
- // record<ByteString, ByteString>
759
- for (const key of Object.keys(init)) {
760
- const value = init[key];
761
- this.append(key, value);
762
- }
763
- }
764
- } else {
765
- throw new TypeError('Provided initializer must be an object');
766
- }
767
- }
768
-
769
- /**
770
- * Return combined header value given name
771
- *
772
- * @param String name Header name
773
- * @return Mixed
774
- */
775
- get(name) {
776
- name = `${name}`;
777
- validateName(name);
778
- const key = find(this[MAP], name);
779
- if (key === undefined) {
780
- return null;
781
- }
782
-
783
- return this[MAP][key].join(', ');
784
- }
785
-
786
- /**
787
- * Iterate over all headers
788
- *
789
- * @param Function callback Executed for each item with parameters (value, name, thisArg)
790
- * @param Boolean thisArg `this` context for callback function
791
- * @return Void
792
- */
793
- forEach(callback) {
794
- let thisArg = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;
795
-
796
- let pairs = getHeaders(this);
797
- let i = 0;
798
- while (i < pairs.length) {
799
- var _pairs$i = pairs[i];
800
- const name = _pairs$i[0],
801
- value = _pairs$i[1];
802
-
803
- callback.call(thisArg, value, name, this);
804
- pairs = getHeaders(this);
805
- i++;
806
- }
807
- }
808
-
809
- /**
810
- * Overwrite header values given name
811
- *
812
- * @param String name Header name
813
- * @param String value Header value
814
- * @return Void
815
- */
816
- set(name, value) {
817
- name = `${name}`;
818
- value = `${value}`;
819
- validateName(name);
820
- validateValue(value);
821
- const key = find(this[MAP], name);
822
- this[MAP][key !== undefined ? key : name] = [value];
823
- }
824
-
825
- /**
826
- * Append a value onto existing header
827
- *
828
- * @param String name Header name
829
- * @param String value Header value
830
- * @return Void
831
- */
832
- append(name, value) {
833
- name = `${name}`;
834
- value = `${value}`;
835
- validateName(name);
836
- validateValue(value);
837
- const key = find(this[MAP], name);
838
- if (key !== undefined) {
839
- this[MAP][key].push(value);
840
- } else {
841
- this[MAP][name] = [value];
842
- }
843
- }
844
-
845
- /**
846
- * Check for header name existence
847
- *
848
- * @param String name Header name
849
- * @return Boolean
850
- */
851
- has(name) {
852
- name = `${name}`;
853
- validateName(name);
854
- return find(this[MAP], name) !== undefined;
855
- }
856
-
857
- /**
858
- * Delete all header values given name
859
- *
860
- * @param String name Header name
861
- * @return Void
862
- */
863
- delete(name) {
864
- name = `${name}`;
865
- validateName(name);
866
- const key = find(this[MAP], name);
867
- if (key !== undefined) {
868
- delete this[MAP][key];
869
- }
870
- }
871
-
872
- /**
873
- * Return raw headers (non-spec api)
874
- *
875
- * @return Object
876
- */
877
- raw() {
878
- return this[MAP];
879
- }
880
-
881
- /**
882
- * Get an iterator on keys.
883
- *
884
- * @return Iterator
885
- */
886
- keys() {
887
- return createHeadersIterator(this, 'key');
888
- }
889
-
890
- /**
891
- * Get an iterator on values.
892
- *
893
- * @return Iterator
894
- */
895
- values() {
896
- return createHeadersIterator(this, 'value');
897
- }
898
-
899
- /**
900
- * Get an iterator on entries.
901
- *
902
- * This is the default iterator of the Headers object.
903
- *
904
- * @return Iterator
905
- */
906
- [Symbol.iterator]() {
907
- return createHeadersIterator(this, 'key+value');
908
- }
909
- }
910
- Headers.prototype.entries = Headers.prototype[Symbol.iterator];
911
-
912
- Object.defineProperty(Headers.prototype, Symbol.toStringTag, {
913
- value: 'Headers',
914
- writable: false,
915
- enumerable: false,
916
- configurable: true
917
- });
918
-
919
- Object.defineProperties(Headers.prototype, {
920
- get: { enumerable: true },
921
- forEach: { enumerable: true },
922
- set: { enumerable: true },
923
- append: { enumerable: true },
924
- has: { enumerable: true },
925
- delete: { enumerable: true },
926
- keys: { enumerable: true },
927
- values: { enumerable: true },
928
- entries: { enumerable: true }
929
- });
930
-
931
- function getHeaders(headers) {
932
- let kind = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'key+value';
933
-
934
- const keys = Object.keys(headers[MAP]).sort();
935
- return keys.map(kind === 'key' ? function (k) {
936
- return k.toLowerCase();
937
- } : kind === 'value' ? function (k) {
938
- return headers[MAP][k].join(', ');
939
- } : function (k) {
940
- return [k.toLowerCase(), headers[MAP][k].join(', ')];
941
- });
942
- }
943
-
944
- const INTERNAL = Symbol('internal');
945
-
946
- function createHeadersIterator(target, kind) {
947
- const iterator = Object.create(HeadersIteratorPrototype);
948
- iterator[INTERNAL] = {
949
- target,
950
- kind,
951
- index: 0
952
- };
953
- return iterator;
954
- }
955
-
956
- const HeadersIteratorPrototype = Object.setPrototypeOf({
957
- next() {
958
- // istanbul ignore if
959
- if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
960
- throw new TypeError('Value of `this` is not a HeadersIterator');
961
- }
962
-
963
- var _INTERNAL = this[INTERNAL];
964
- const target = _INTERNAL.target,
965
- kind = _INTERNAL.kind,
966
- index = _INTERNAL.index;
967
-
968
- const values = getHeaders(target, kind);
969
- const len = values.length;
970
- if (index >= len) {
971
- return {
972
- value: undefined,
973
- done: true
974
- };
975
- }
976
-
977
- this[INTERNAL].index = index + 1;
978
-
979
- return {
980
- value: values[index],
981
- done: false
982
- };
983
- }
984
- }, Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));
985
-
986
- Object.defineProperty(HeadersIteratorPrototype, Symbol.toStringTag, {
987
- value: 'HeadersIterator',
988
- writable: false,
989
- enumerable: false,
990
- configurable: true
991
- });
992
-
993
- /**
994
- * Export the Headers object in a form that Node.js can consume.
995
- *
996
- * @param Headers headers
997
- * @return Object
998
- */
999
- function exportNodeCompatibleHeaders(headers) {
1000
- const obj = Object.assign({ __proto__: null }, headers[MAP]);
1001
-
1002
- // http.request() only supports string as Host header. This hack makes
1003
- // specifying custom Host header possible.
1004
- const hostHeaderKey = find(headers[MAP], 'Host');
1005
- if (hostHeaderKey !== undefined) {
1006
- obj[hostHeaderKey] = obj[hostHeaderKey][0];
1007
- }
1008
-
1009
- return obj;
1010
- }
1011
-
1012
- /**
1013
- * Create a Headers object from an object of headers, ignoring those that do
1014
- * not conform to HTTP grammar productions.
1015
- *
1016
- * @param Object obj Object of headers
1017
- * @return Headers
1018
- */
1019
- function createHeadersLenient(obj) {
1020
- const headers = new Headers();
1021
- for (const name of Object.keys(obj)) {
1022
- if (invalidTokenRegex.test(name)) {
1023
- continue;
1024
- }
1025
- if (Array.isArray(obj[name])) {
1026
- for (const val of obj[name]) {
1027
- if (invalidHeaderCharRegex.test(val)) {
1028
- continue;
1029
- }
1030
- if (headers[MAP][name] === undefined) {
1031
- headers[MAP][name] = [val];
1032
- } else {
1033
- headers[MAP][name].push(val);
1034
- }
1035
- }
1036
- } else if (!invalidHeaderCharRegex.test(obj[name])) {
1037
- headers[MAP][name] = [obj[name]];
1038
- }
1039
- }
1040
- return headers;
1041
- }
1042
-
1043
- const INTERNALS$1 = Symbol('Response internals');
1044
-
1045
- // fix an issue where "STATUS_CODES" aren't a named export for node <10
1046
- const STATUS_CODES = http.STATUS_CODES;
1047
-
1048
- /**
1049
- * Response class
1050
- *
1051
- * @param Stream body Readable stream
1052
- * @param Object opts Response options
1053
- * @return Void
1054
- */
1055
- class Response {
1056
- constructor() {
1057
- let body = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
1058
- let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1059
-
1060
- Body.call(this, body, opts);
1061
-
1062
- const status = opts.status || 200;
1063
- const headers = new Headers(opts.headers);
1064
-
1065
- if (body != null && !headers.has('Content-Type')) {
1066
- const contentType = extractContentType(body);
1067
- if (contentType) {
1068
- headers.append('Content-Type', contentType);
1069
- }
1070
- }
1071
-
1072
- this[INTERNALS$1] = {
1073
- url: opts.url,
1074
- status,
1075
- statusText: opts.statusText || STATUS_CODES[status],
1076
- headers,
1077
- counter: opts.counter
1078
- };
1079
- }
1080
-
1081
- get url() {
1082
- return this[INTERNALS$1].url || '';
1083
- }
1084
-
1085
- get status() {
1086
- return this[INTERNALS$1].status;
1087
- }
1088
-
1089
- /**
1090
- * Convenience property representing if the request ended normally
1091
- */
1092
- get ok() {
1093
- return this[INTERNALS$1].status >= 200 && this[INTERNALS$1].status < 300;
1094
- }
1095
-
1096
- get redirected() {
1097
- return this[INTERNALS$1].counter > 0;
1098
- }
1099
-
1100
- get statusText() {
1101
- return this[INTERNALS$1].statusText;
1102
- }
1103
-
1104
- get headers() {
1105
- return this[INTERNALS$1].headers;
1106
- }
1107
-
1108
- /**
1109
- * Clone this response
1110
- *
1111
- * @return Response
1112
- */
1113
- clone() {
1114
- return new Response(clone(this), {
1115
- url: this.url,
1116
- status: this.status,
1117
- statusText: this.statusText,
1118
- headers: this.headers,
1119
- ok: this.ok,
1120
- redirected: this.redirected
1121
- });
1122
- }
1123
- }
1124
-
1125
- Body.mixIn(Response.prototype);
1126
-
1127
- Object.defineProperties(Response.prototype, {
1128
- url: { enumerable: true },
1129
- status: { enumerable: true },
1130
- ok: { enumerable: true },
1131
- redirected: { enumerable: true },
1132
- statusText: { enumerable: true },
1133
- headers: { enumerable: true },
1134
- clone: { enumerable: true }
1135
- });
1136
-
1137
- Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1138
- value: 'Response',
1139
- writable: false,
1140
- enumerable: false,
1141
- configurable: true
1142
- });
1143
-
1144
- const INTERNALS$2 = Symbol('Request internals');
1145
- const URL = Url.URL || whatwgUrl.URL;
1146
-
1147
- // fix an issue where "format", "parse" aren't a named export for node <10
1148
- const parse_url = Url.parse;
1149
- const format_url = Url.format;
1150
-
1151
- /**
1152
- * Wrapper around `new URL` to handle arbitrary URLs
1153
- *
1154
- * @param {string} urlStr
1155
- * @return {void}
1156
- */
1157
- function parseURL(urlStr) {
1158
- /*
1159
- Check whether the URL is absolute or not
1160
- Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
1161
- Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
1162
- */
1163
- if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) {
1164
- urlStr = new URL(urlStr).toString();
1165
- }
1166
-
1167
- // Fallback to old implementation for arbitrary URLs
1168
- return parse_url(urlStr);
1169
- }
1170
-
1171
- const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1172
-
1173
- /**
1174
- * Check if a value is an instance of Request.
1175
- *
1176
- * @param Mixed input
1177
- * @return Boolean
1178
- */
1179
- function isRequest(input) {
1180
- return typeof input === 'object' && typeof input[INTERNALS$2] === 'object';
1181
- }
1182
-
1183
- function isAbortSignal(signal) {
1184
- const proto = signal && typeof signal === 'object' && Object.getPrototypeOf(signal);
1185
- return !!(proto && proto.constructor.name === 'AbortSignal');
1186
- }
1187
-
1188
- /**
1189
- * Request class
1190
- *
1191
- * @param Mixed input Url or Request instance
1192
- * @param Object init Custom options
1193
- * @return Void
1194
- */
1195
- class Request {
1196
- constructor(input) {
1197
- let init = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1198
-
1199
- let parsedURL;
1200
-
1201
- // normalize input
1202
- if (!isRequest(input)) {
1203
- if (input && input.href) {
1204
- // in order to support Node.js' Url objects; though WHATWG's URL objects
1205
- // will fall into this branch also (since their `toString()` will return
1206
- // `href` property anyway)
1207
- parsedURL = parseURL(input.href);
1208
- } else {
1209
- // coerce input to a string before attempting to parse
1210
- parsedURL = parseURL(`${input}`);
1211
- }
1212
- input = {};
1213
- } else {
1214
- parsedURL = parseURL(input.url);
1215
- }
1216
-
1217
- let method = init.method || input.method || 'GET';
1218
- method = method.toUpperCase();
1219
-
1220
- if ((init.body != null || isRequest(input) && input.body !== null) && (method === 'GET' || method === 'HEAD')) {
1221
- throw new TypeError('Request with GET/HEAD method cannot have body');
1222
- }
1223
-
1224
- let inputBody = init.body != null ? init.body : isRequest(input) && input.body !== null ? clone(input) : null;
1225
-
1226
- Body.call(this, inputBody, {
1227
- timeout: init.timeout || input.timeout || 0,
1228
- size: init.size || input.size || 0
1229
- });
1230
-
1231
- const headers = new Headers(init.headers || input.headers || {});
1232
-
1233
- if (inputBody != null && !headers.has('Content-Type')) {
1234
- const contentType = extractContentType(inputBody);
1235
- if (contentType) {
1236
- headers.append('Content-Type', contentType);
1237
- }
1238
- }
1239
-
1240
- let signal = isRequest(input) ? input.signal : null;
1241
- if ('signal' in init) signal = init.signal;
1242
-
1243
- if (signal != null && !isAbortSignal(signal)) {
1244
- throw new TypeError('Expected signal to be an instanceof AbortSignal');
1245
- }
1246
-
1247
- this[INTERNALS$2] = {
1248
- method,
1249
- redirect: init.redirect || input.redirect || 'follow',
1250
- headers,
1251
- parsedURL,
1252
- signal
1253
- };
1254
-
1255
- // node-fetch-only options
1256
- this.follow = init.follow !== undefined ? init.follow : input.follow !== undefined ? input.follow : 20;
1257
- this.compress = init.compress !== undefined ? init.compress : input.compress !== undefined ? input.compress : true;
1258
- this.counter = init.counter || input.counter || 0;
1259
- this.agent = init.agent || input.agent;
1260
- }
1261
-
1262
- get method() {
1263
- return this[INTERNALS$2].method;
1264
- }
1265
-
1266
- get url() {
1267
- return format_url(this[INTERNALS$2].parsedURL);
1268
- }
1269
-
1270
- get headers() {
1271
- return this[INTERNALS$2].headers;
1272
- }
1273
-
1274
- get redirect() {
1275
- return this[INTERNALS$2].redirect;
1276
- }
1277
-
1278
- get signal() {
1279
- return this[INTERNALS$2].signal;
1280
- }
1281
-
1282
- /**
1283
- * Clone this request
1284
- *
1285
- * @return Request
1286
- */
1287
- clone() {
1288
- return new Request(this);
1289
- }
1290
- }
1291
-
1292
- Body.mixIn(Request.prototype);
1293
-
1294
- Object.defineProperty(Request.prototype, Symbol.toStringTag, {
1295
- value: 'Request',
1296
- writable: false,
1297
- enumerable: false,
1298
- configurable: true
1299
- });
1300
-
1301
- Object.defineProperties(Request.prototype, {
1302
- method: { enumerable: true },
1303
- url: { enumerable: true },
1304
- headers: { enumerable: true },
1305
- redirect: { enumerable: true },
1306
- clone: { enumerable: true },
1307
- signal: { enumerable: true }
1308
- });
1309
-
1310
- /**
1311
- * Convert a Request to Node.js http request options.
1312
- *
1313
- * @param Request A Request instance
1314
- * @return Object The options object to be passed to http.request
1315
- */
1316
- function getNodeRequestOptions(request) {
1317
- const parsedURL = request[INTERNALS$2].parsedURL;
1318
- const headers = new Headers(request[INTERNALS$2].headers);
1319
-
1320
- // fetch step 1.3
1321
- if (!headers.has('Accept')) {
1322
- headers.set('Accept', '*/*');
1323
- }
1324
-
1325
- // Basic fetch
1326
- if (!parsedURL.protocol || !parsedURL.hostname) {
1327
- throw new TypeError('Only absolute URLs are supported');
1328
- }
1329
-
1330
- if (!/^https?:$/.test(parsedURL.protocol)) {
1331
- throw new TypeError('Only HTTP(S) protocols are supported');
1332
- }
1333
-
1334
- if (request.signal && request.body instanceof Stream.Readable && !streamDestructionSupported) {
1335
- throw new Error('Cancellation of streamed requests with AbortSignal is not supported in node < 8');
1336
- }
1337
-
1338
- // HTTP-network-or-cache fetch steps 2.4-2.7
1339
- let contentLengthValue = null;
1340
- if (request.body == null && /^(POST|PUT)$/i.test(request.method)) {
1341
- contentLengthValue = '0';
1342
- }
1343
- if (request.body != null) {
1344
- const totalBytes = getTotalBytes(request);
1345
- if (typeof totalBytes === 'number') {
1346
- contentLengthValue = String(totalBytes);
1347
- }
1348
- }
1349
- if (contentLengthValue) {
1350
- headers.set('Content-Length', contentLengthValue);
1351
- }
1352
-
1353
- // HTTP-network-or-cache fetch step 2.11
1354
- if (!headers.has('User-Agent')) {
1355
- headers.set('User-Agent', 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)');
1356
- }
1357
-
1358
- // HTTP-network-or-cache fetch step 2.15
1359
- if (request.compress && !headers.has('Accept-Encoding')) {
1360
- headers.set('Accept-Encoding', 'gzip,deflate');
1361
- }
1362
-
1363
- let agent = request.agent;
1364
- if (typeof agent === 'function') {
1365
- agent = agent(parsedURL);
1366
- }
1367
-
1368
- // HTTP-network fetch step 4.2
1369
- // chunked encoding is handled by Node.js
1370
-
1371
- return Object.assign({}, parsedURL, {
1372
- method: request.method,
1373
- headers: exportNodeCompatibleHeaders(headers),
1374
- agent
1375
- });
1376
- }
1377
-
1378
- /**
1379
- * abort-error.js
1380
- *
1381
- * AbortError interface for cancelled requests
1382
- */
1383
-
1384
- /**
1385
- * Create AbortError instance
1386
- *
1387
- * @param String message Error message for human
1388
- * @return AbortError
1389
- */
1390
- function AbortError(message) {
1391
- Error.call(this, message);
1392
-
1393
- this.type = 'aborted';
1394
- this.message = message;
1395
-
1396
- // hide custom error implementation details from end-users
1397
- Error.captureStackTrace(this, this.constructor);
1398
- }
1399
-
1400
- AbortError.prototype = Object.create(Error.prototype);
1401
- AbortError.prototype.constructor = AbortError;
1402
- AbortError.prototype.name = 'AbortError';
1403
-
1404
- const URL$1 = Url.URL || whatwgUrl.URL;
1405
-
1406
- // fix an issue where "PassThrough", "resolve" aren't a named export for node <10
1407
- const PassThrough$1 = Stream.PassThrough;
1408
-
1409
- const isDomainOrSubdomain = function isDomainOrSubdomain(destination, original) {
1410
- const orig = new URL$1(original).hostname;
1411
- const dest = new URL$1(destination).hostname;
1412
-
1413
- return orig === dest || orig[orig.length - dest.length - 1] === '.' && orig.endsWith(dest);
1414
- };
1415
-
1416
- /**
1417
- * isSameProtocol reports whether the two provided URLs use the same protocol.
1418
- *
1419
- * Both domains must already be in canonical form.
1420
- * @param {string|URL} original
1421
- * @param {string|URL} destination
1422
- */
1423
- const isSameProtocol = function isSameProtocol(destination, original) {
1424
- const orig = new URL$1(original).protocol;
1425
- const dest = new URL$1(destination).protocol;
1426
-
1427
- return orig === dest;
1428
- };
1429
-
1430
- /**
1431
- * Fetch function
1432
- *
1433
- * @param Mixed url Absolute url or Request instance
1434
- * @param Object opts Fetch options
1435
- * @return Promise
1436
- */
1437
- function fetch(url, opts) {
1438
-
1439
- // allow custom promise
1440
- if (!fetch.Promise) {
1441
- throw new Error('native promise missing, set fetch.Promise to your favorite alternative');
1442
- }
1443
-
1444
- Body.Promise = fetch.Promise;
1445
-
1446
- // wrap http.request into fetch
1447
- return new fetch.Promise(function (resolve, reject) {
1448
- // build request object
1449
- const request = new Request(url, opts);
1450
- const options = getNodeRequestOptions(request);
1451
-
1452
- const send = (options.protocol === 'https:' ? https : http).request;
1453
- const signal = request.signal;
1454
-
1455
- let response = null;
1456
-
1457
- const abort = function abort() {
1458
- let error = new AbortError('The user aborted a request.');
1459
- reject(error);
1460
- if (request.body && request.body instanceof Stream.Readable) {
1461
- destroyStream(request.body, error);
1462
- }
1463
- if (!response || !response.body) return;
1464
- response.body.emit('error', error);
1465
- };
1466
-
1467
- if (signal && signal.aborted) {
1468
- abort();
1469
- return;
1470
- }
1471
-
1472
- const abortAndFinalize = function abortAndFinalize() {
1473
- abort();
1474
- finalize();
1475
- };
1476
-
1477
- // send request
1478
- const req = send(options);
1479
- let reqTimeout;
1480
-
1481
- if (signal) {
1482
- signal.addEventListener('abort', abortAndFinalize);
1483
- }
1484
-
1485
- function finalize() {
1486
- req.abort();
1487
- if (signal) signal.removeEventListener('abort', abortAndFinalize);
1488
- clearTimeout(reqTimeout);
1489
- }
1490
-
1491
- if (request.timeout) {
1492
- req.once('socket', function (socket) {
1493
- reqTimeout = setTimeout(function () {
1494
- reject(new FetchError(`network timeout at: ${request.url}`, 'request-timeout'));
1495
- finalize();
1496
- }, request.timeout);
1497
- });
1498
- }
1499
-
1500
- req.on('error', function (err) {
1501
- reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
1502
-
1503
- if (response && response.body) {
1504
- destroyStream(response.body, err);
1505
- }
1506
-
1507
- finalize();
1508
- });
1509
-
1510
- fixResponseChunkedTransferBadEnding(req, function (err) {
1511
- if (signal && signal.aborted) {
1512
- return;
1513
- }
1514
-
1515
- if (response && response.body) {
1516
- destroyStream(response.body, err);
1517
- }
1518
- });
1519
-
1520
- /* c8 ignore next 18 */
1521
- if (parseInt(process.version.substring(1)) < 14) {
1522
- // Before Node.js 14, pipeline() does not fully support async iterators and does not always
1523
- // properly handle when the socket close/end events are out of order.
1524
- req.on('socket', function (s) {
1525
- s.addListener('close', function (hadError) {
1526
- // if a data listener is still present we didn't end cleanly
1527
- const hasDataListener = s.listenerCount('data') > 0;
1528
-
1529
- // if end happened before close but the socket didn't emit an error, do it now
1530
- if (response && hasDataListener && !hadError && !(signal && signal.aborted)) {
1531
- const err = new Error('Premature close');
1532
- err.code = 'ERR_STREAM_PREMATURE_CLOSE';
1533
- response.body.emit('error', err);
1534
- }
1535
- });
1536
- });
1537
- }
1538
-
1539
- req.on('response', function (res) {
1540
- clearTimeout(reqTimeout);
1541
-
1542
- const headers = createHeadersLenient(res.headers);
1543
-
1544
- // HTTP fetch step 5
1545
- if (fetch.isRedirect(res.statusCode)) {
1546
- // HTTP fetch step 5.2
1547
- const location = headers.get('Location');
1548
-
1549
- // HTTP fetch step 5.3
1550
- let locationURL = null;
1551
- try {
1552
- locationURL = location === null ? null : new URL$1(location, request.url).toString();
1553
- } catch (err) {
1554
- // error here can only be invalid URL in Location: header
1555
- // do not throw when options.redirect == manual
1556
- // let the user extract the errorneous redirect URL
1557
- if (request.redirect !== 'manual') {
1558
- reject(new FetchError(`uri requested responds with an invalid redirect URL: ${location}`, 'invalid-redirect'));
1559
- finalize();
1560
- return;
1561
- }
1562
- }
1563
-
1564
- // HTTP fetch step 5.5
1565
- switch (request.redirect) {
1566
- case 'error':
1567
- reject(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${request.url}`, 'no-redirect'));
1568
- finalize();
1569
- return;
1570
- case 'manual':
1571
- // node-fetch-specific step: make manual redirect a bit easier to use by setting the Location header value to the resolved URL.
1572
- if (locationURL !== null) {
1573
- // handle corrupted header
1574
- try {
1575
- headers.set('Location', locationURL);
1576
- } catch (err) {
1577
- // istanbul ignore next: nodejs server prevent invalid response headers, we can't test this through normal request
1578
- reject(err);
1579
- }
1580
- }
1581
- break;
1582
- case 'follow':
1583
- // HTTP-redirect fetch step 2
1584
- if (locationURL === null) {
1585
- break;
1586
- }
1587
-
1588
- // HTTP-redirect fetch step 5
1589
- if (request.counter >= request.follow) {
1590
- reject(new FetchError(`maximum redirect reached at: ${request.url}`, 'max-redirect'));
1591
- finalize();
1592
- return;
1593
- }
1594
-
1595
- // HTTP-redirect fetch step 6 (counter increment)
1596
- // Create a new Request object.
1597
- const requestOpts = {
1598
- headers: new Headers(request.headers),
1599
- follow: request.follow,
1600
- counter: request.counter + 1,
1601
- agent: request.agent,
1602
- compress: request.compress,
1603
- method: request.method,
1604
- body: request.body,
1605
- signal: request.signal,
1606
- timeout: request.timeout,
1607
- size: request.size
1608
- };
1609
-
1610
- if (!isDomainOrSubdomain(request.url, locationURL) || !isSameProtocol(request.url, locationURL)) {
1611
- for (const name of ['authorization', 'www-authenticate', 'cookie', 'cookie2']) {
1612
- requestOpts.headers.delete(name);
1613
- }
1614
- }
1615
-
1616
- // HTTP-redirect fetch step 9
1617
- if (res.statusCode !== 303 && request.body && getTotalBytes(request) === null) {
1618
- reject(new FetchError('Cannot follow redirect with body being a readable stream', 'unsupported-redirect'));
1619
- finalize();
1620
- return;
1621
- }
1622
-
1623
- // HTTP-redirect fetch step 11
1624
- if (res.statusCode === 303 || (res.statusCode === 301 || res.statusCode === 302) && request.method === 'POST') {
1625
- requestOpts.method = 'GET';
1626
- requestOpts.body = undefined;
1627
- requestOpts.headers.delete('content-length');
1628
- }
1629
-
1630
- // HTTP-redirect fetch step 15
1631
- resolve(fetch(new Request(locationURL, requestOpts)));
1632
- finalize();
1633
- return;
1634
- }
1635
- }
1636
-
1637
- // prepare response
1638
- res.once('end', function () {
1639
- if (signal) signal.removeEventListener('abort', abortAndFinalize);
1640
- });
1641
- let body = res.pipe(new PassThrough$1());
1642
-
1643
- const response_options = {
1644
- url: request.url,
1645
- status: res.statusCode,
1646
- statusText: res.statusMessage,
1647
- headers: headers,
1648
- size: request.size,
1649
- timeout: request.timeout,
1650
- counter: request.counter
1651
- };
1652
-
1653
- // HTTP-network fetch step 12.1.1.3
1654
- const codings = headers.get('Content-Encoding');
1655
-
1656
- // HTTP-network fetch step 12.1.1.4: handle content codings
1657
-
1658
- // in following scenarios we ignore compression support
1659
- // 1. compression support is disabled
1660
- // 2. HEAD request
1661
- // 3. no Content-Encoding header
1662
- // 4. no content response (204)
1663
- // 5. content not modified response (304)
1664
- if (!request.compress || request.method === 'HEAD' || codings === null || res.statusCode === 204 || res.statusCode === 304) {
1665
- response = new Response(body, response_options);
1666
- resolve(response);
1667
- return;
1668
- }
1669
-
1670
- // For Node v6+
1671
- // Be less strict when decoding compressed responses, since sometimes
1672
- // servers send slightly invalid responses that are still accepted
1673
- // by common browsers.
1674
- // Always using Z_SYNC_FLUSH is what cURL does.
1675
- const zlibOptions = {
1676
- flush: zlib.Z_SYNC_FLUSH,
1677
- finishFlush: zlib.Z_SYNC_FLUSH
1678
- };
1679
-
1680
- // for gzip
1681
- if (codings == 'gzip' || codings == 'x-gzip') {
1682
- body = body.pipe(zlib.createGunzip(zlibOptions));
1683
- response = new Response(body, response_options);
1684
- resolve(response);
1685
- return;
1686
- }
1687
-
1688
- // for deflate
1689
- if (codings == 'deflate' || codings == 'x-deflate') {
1690
- // handle the infamous raw deflate response from old servers
1691
- // a hack for old IIS and Apache servers
1692
- const raw = res.pipe(new PassThrough$1());
1693
- raw.once('data', function (chunk) {
1694
- // see http://stackoverflow.com/questions/37519828
1695
- if ((chunk[0] & 0x0F) === 0x08) {
1696
- body = body.pipe(zlib.createInflate());
1697
- } else {
1698
- body = body.pipe(zlib.createInflateRaw());
1699
- }
1700
- response = new Response(body, response_options);
1701
- resolve(response);
1702
- });
1703
- raw.on('end', function () {
1704
- // some old IIS servers return zero-length OK deflate responses, so 'data' is never emitted.
1705
- if (!response) {
1706
- response = new Response(body, response_options);
1707
- resolve(response);
1708
- }
1709
- });
1710
- return;
1711
- }
1712
-
1713
- // for br
1714
- if (codings == 'br' && typeof zlib.createBrotliDecompress === 'function') {
1715
- body = body.pipe(zlib.createBrotliDecompress());
1716
- response = new Response(body, response_options);
1717
- resolve(response);
1718
- return;
1719
- }
1720
-
1721
- // otherwise, use response as-is
1722
- response = new Response(body, response_options);
1723
- resolve(response);
1724
- });
1725
-
1726
- writeToStream(req, request);
1727
- });
1728
- }
1729
- function fixResponseChunkedTransferBadEnding(request, errorCallback) {
1730
- let socket;
1731
-
1732
- request.on('socket', function (s) {
1733
- socket = s;
1734
- });
1735
-
1736
- request.on('response', function (response) {
1737
- const headers = response.headers;
1738
-
1739
- if (headers['transfer-encoding'] === 'chunked' && !headers['content-length']) {
1740
- response.once('close', function (hadError) {
1741
- // tests for socket presence, as in some situations the
1742
- // the 'socket' event is not triggered for the request
1743
- // (happens in deno), avoids `TypeError`
1744
- // if a data listener is still present we didn't end cleanly
1745
- const hasDataListener = socket && socket.listenerCount('data') > 0;
1746
-
1747
- if (hasDataListener && !hadError) {
1748
- const err = new Error('Premature close');
1749
- err.code = 'ERR_STREAM_PREMATURE_CLOSE';
1750
- errorCallback(err);
1751
- }
1752
- });
1753
- }
1754
- });
1755
- }
1756
-
1757
- function destroyStream(stream, err) {
1758
- if (stream.destroy) {
1759
- stream.destroy(err);
1760
- } else {
1761
- // node < 8
1762
- stream.emit('error', err);
1763
- stream.end();
1764
- }
1765
- }
1766
-
1767
- /**
1768
- * Redirect code matching
1769
- *
1770
- * @param Number code Status code
1771
- * @return Boolean
1772
- */
1773
- fetch.isRedirect = function (code) {
1774
- return code === 301 || code === 302 || code === 303 || code === 307 || code === 308;
1775
- };
1776
-
1777
- // expose Promise
1778
- fetch.Promise = global.Promise;
1779
-
1780
- module.exports = exports = fetch;
1781
- Object.defineProperty(exports, "__esModule", { value: true });
1782
- exports.default = exports;
1783
- exports.Headers = Headers;
1784
- exports.Request = Request;
1785
- exports.Response = Response;
1786
- exports.FetchError = FetchError;
1787
- exports.AbortError = AbortError;