@taqueria/protocol 0.25.19-rc → 0.25.22-rc

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 (118) hide show
  1. package/EphemeralState.d.ts +308 -304
  2. package/EphemeralState.d.ts.map +1 -1
  3. package/ParsedPluginInfo.d.ts +774 -764
  4. package/ParsedPluginInfo.d.ts.map +1 -1
  5. package/PluginInfo.d.ts +954 -942
  6. package/PluginInfo.d.ts.map +1 -1
  7. package/PluginSchema.d.ts +1855 -1835
  8. package/PluginSchema.d.ts.map +1 -1
  9. package/TaqError.d.ts +1 -1
  10. package/TaqError.d.ts.map +1 -1
  11. package/TaqError.js.map +1 -1
  12. package/TaqError.mjs.map +1 -1
  13. package/i18n.js +1 -1
  14. package/i18n.js.map +1 -1
  15. package/i18n.mjs +1 -1
  16. package/i18n.mjs.map +1 -1
  17. package/out/types/Config.d.ts +476 -468
  18. package/out/types/Config.d.ts.map +1 -1
  19. package/out/types/ConfigAccount.d.js +19 -0
  20. package/out/types/ConfigAccount.d.js.map +1 -0
  21. package/out/types/ConfigAccount.d.mjs +1 -0
  22. package/out/types/ConfigAccount.d.mjs.map +1 -0
  23. package/out/types/ConfigAccount.d.ts +106 -0
  24. package/out/types/ConfigAccount.d.ts.map +1 -0
  25. package/out/types/ConfigAccount.js +80 -0
  26. package/out/types/ConfigAccount.js.map +1 -0
  27. package/out/types/ConfigAccount.mjs +49 -0
  28. package/out/types/ConfigAccount.mjs.map +1 -0
  29. package/out/types/ConfigEnvironmentFileV2.d.js +19 -0
  30. package/out/types/ConfigEnvironmentFileV2.d.js.map +1 -0
  31. package/out/types/ConfigEnvironmentFileV2.d.mjs +1 -0
  32. package/out/types/ConfigEnvironmentFileV2.d.mjs.map +1 -0
  33. package/out/types/ConfigEnvironmentFileV2.d.ts +153 -0
  34. package/out/types/ConfigEnvironmentFileV2.d.ts.map +1 -0
  35. package/out/types/ConfigEnvironmentFileV2.js +80 -0
  36. package/out/types/ConfigEnvironmentFileV2.js.map +1 -0
  37. package/out/types/ConfigEnvironmentFileV2.mjs +49 -0
  38. package/out/types/ConfigEnvironmentFileV2.mjs.map +1 -0
  39. package/out/types/ConfigFileV1.d.js +19 -0
  40. package/out/types/ConfigFileV1.d.js.map +1 -0
  41. package/out/types/ConfigFileV1.d.mjs +1 -0
  42. package/out/types/ConfigFileV1.d.mjs.map +1 -0
  43. package/out/types/ConfigFileV1.d.ts +1370 -0
  44. package/out/types/ConfigFileV1.d.ts.map +1 -0
  45. package/out/types/ConfigFileV1.js +80 -0
  46. package/out/types/ConfigFileV1.js.map +1 -0
  47. package/out/types/ConfigFileV1.mjs +49 -0
  48. package/out/types/ConfigFileV1.mjs.map +1 -0
  49. package/out/types/ConfigFileV2.d.js +19 -0
  50. package/out/types/ConfigFileV2.d.js.map +1 -0
  51. package/out/types/ConfigFileV2.d.mjs +1 -0
  52. package/out/types/ConfigFileV2.d.mjs.map +1 -0
  53. package/out/types/ConfigFileV2.d.ts +741 -0
  54. package/out/types/ConfigFileV2.d.ts.map +1 -0
  55. package/out/types/ConfigFileV2.js +80 -0
  56. package/out/types/ConfigFileV2.js.map +1 -0
  57. package/out/types/ConfigFileV2.mjs +49 -0
  58. package/out/types/ConfigFileV2.mjs.map +1 -0
  59. package/out/types/CurrencyAmountV2.d.js +19 -0
  60. package/out/types/CurrencyAmountV2.d.js.map +1 -0
  61. package/out/types/CurrencyAmountV2.d.mjs +1 -0
  62. package/out/types/CurrencyAmountV2.d.mjs.map +1 -0
  63. package/out/types/CurrencyAmountV2.d.ts +56 -0
  64. package/out/types/CurrencyAmountV2.d.ts.map +1 -0
  65. package/out/types/CurrencyAmountV2.js +80 -0
  66. package/out/types/CurrencyAmountV2.js.map +1 -0
  67. package/out/types/CurrencyAmountV2.mjs +49 -0
  68. package/out/types/CurrencyAmountV2.mjs.map +1 -0
  69. package/out/types/EphemeralState.d.ts +2525 -2493
  70. package/out/types/EphemeralState.d.ts.map +1 -1
  71. package/out/types/LoadedConfig.d.ts +476 -468
  72. package/out/types/LoadedConfig.d.ts.map +1 -1
  73. package/out/types/NetworkAccountConfig.d.ts +52 -39
  74. package/out/types/NetworkAccountConfig.d.ts.map +1 -1
  75. package/out/types/NetworkConfig.d.ts +84 -76
  76. package/out/types/NetworkConfig.d.ts.map +1 -1
  77. package/out/types/Operation.d.ts +808 -800
  78. package/out/types/Operation.d.ts.map +1 -1
  79. package/out/types/ParsedConfig.d.ts +531 -523
  80. package/out/types/ParsedConfig.d.ts.map +1 -1
  81. package/out/types/ParsedOperation.d.ts +619 -611
  82. package/out/types/ParsedOperation.d.ts.map +1 -1
  83. package/out/types/ParsedTemplate.d.ts +619 -611
  84. package/out/types/ParsedTemplate.d.ts.map +1 -1
  85. package/out/types/PluginInfo.d.ts +1267 -1251
  86. package/out/types/PluginInfo.d.ts.map +1 -1
  87. package/out/types/PluginSchema.d.ts +4363 -4323
  88. package/out/types/PluginSchema.d.ts.map +1 -1
  89. package/out/types/ProxyTaskArgs.d.ts +639 -631
  90. package/out/types/ProxyTaskArgs.d.ts.map +1 -1
  91. package/out/types/ProxyTemplateArgs.d.ts +639 -631
  92. package/out/types/ProxyTemplateArgs.d.ts.map +1 -1
  93. package/out/types/RequestArgs.d.ts +639 -631
  94. package/out/types/RequestArgs.d.ts.map +1 -1
  95. package/out/types/SandboxConfig.d.ts +26 -26
  96. package/out/types/Template.d.ts +808 -800
  97. package/out/types/Template.d.ts.map +1 -1
  98. package/out/types-strict.d.js.map +1 -1
  99. package/out/types-strict.d.ts +103 -15
  100. package/out/types-strict.d.ts.map +1 -1
  101. package/out/types-strict.js.map +1 -1
  102. package/out/types-zod.d.js.map +1 -1
  103. package/out/types-zod.d.ts +4210 -3601
  104. package/out/types-zod.d.ts.map +1 -1
  105. package/out/types-zod.js +69 -14
  106. package/out/types-zod.js.map +1 -1
  107. package/out/types-zod.mjs +64 -14
  108. package/out/types-zod.mjs.map +1 -1
  109. package/package.json +2 -2
  110. package/types-config-files.d.ts +12 -0
  111. package/types-config-files.d.ts.map +1 -0
  112. package/types-config-files.js +267 -0
  113. package/types-config-files.js.map +1 -0
  114. package/types-config-files.mjs +239 -0
  115. package/types-config-files.mjs.map +1 -0
  116. package/types.d.ts +91 -13
  117. package/types.d.ts.map +1 -1
  118. package/types.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"PluginSchema.d.ts","sourceRoot":"","sources":["PluginSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAElD,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAE1D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC3F,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAeyB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"PluginSchema.d.ts","sourceRoot":"","sources":["PluginSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAElD,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAE1D,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC3F,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAeyB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
package/TaqError.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ZodError } from 'zod';
2
- export type ErrorType = 'E_INVALID_PATH_DOES_NOT_EXIST' | 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR' | 'E_INVALID_PATH_ALREADY_EXISTS' | 'E_INVALID_CONFIG' | 'E_INVALID_JSON' | 'E_FORK' | 'E_INVALID_TASK' | 'E_READFILE' | 'E_NPM_INIT' | 'E_INVALID_PLUGIN_RESPONSE' | 'E_INVALID_ARGS' | 'E_MKDIR_FAILED' | 'E_GIT_CLONE_FAILED' | 'E_PROVISION' | 'E_PARSE' | 'E_PARSE_UNKNOWN' | 'E_INVALID_ARCH' | 'E_CONTRACT_REGISTERED' | 'E_CONTRACT_NOT_REGISTERED' | 'E_NO_PROVISIONS' | 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE' | 'E_EXEC' | 'E_OPT_IN_WARNING' | 'E_INVALID_OPTION';
2
+ export type ErrorType = 'E_INVALID_PATH_DOES_NOT_EXIST' | 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR' | 'E_INVALID_PATH_ALREADY_EXISTS' | 'E_INVALID_CONFIG' | 'E_INVALID_JSON' | 'E_FORK' | 'E_INVALID_TASK' | 'E_READFILE' | 'E_NPM_INIT' | 'E_INVALID_PLUGIN_RESPONSE' | 'E_INVALID_ARGS' | 'E_MKDIR_FAILED' | 'E_GIT_CLONE_FAILED' | 'E_PROVISION' | 'E_PARSE' | 'E_PARSE_UNKNOWN' | 'E_INVALID_ARCH' | 'E_CONTRACT_REGISTERED' | 'E_CONTRACT_NOT_REGISTERED' | 'E_NO_PROVISIONS' | 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE' | 'E_EXEC' | 'E_OPT_IN_WARNING' | 'E_INVALID_OPTION' | 'E_TAQ_PROJECT_NOT_FOUND';
3
3
  export interface TaqError {
4
4
  readonly kind: ErrorType;
5
5
  msg: string;
package/TaqError.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"TaqError.d.ts","sourceRoot":"","sources":["TaqError.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE/B,MAAM,MAAM,SAAS,GAClB,+BAA+B,GAC/B,4CAA4C,GAC5C,+BAA+B,GAC/B,kBAAkB,GAClB,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,2BAA2B,GAC3B,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,aAAa,GACb,SAAS,GACT,iBAAiB,GACjB,gBAAgB,GAChB,uBAAuB,GACvB,2BAA2B,GAC3B,iBAAiB,GACjB,uCAAuC,GACvC,QAAQ,GACR,kBAAkB,GAClB,kBAAkB,CAAC;AAEtB,MAAM,WAAW,QAAQ;IACxB,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,OAAO,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,MAAM,CAAC,GAAG,QAAQ,CAAC;AAEzB,qBAAa,UAAW,SAAQ,KAAK;IACpC,QAAQ,CAAC,OAAO,UAAC;IACjB,QAAQ,CAAC,IAAI,YAAC;IACd,QAAQ,CAAC,QAAQ,UAAC;gBACN,MAAM,EAAE,QAAQ;CAO5B;AAED,eAAO,MAAM,gBAAgB,gBAAiB,QAAQ,OAAO,MAAM,YAAY,OAAO,kDAE9C,CAAC;AAEzC,eAAO,MAAM,UAAU,aAAc,QAAQ,OAAO,MAAM,YAAY,OAAO,aAM1E,CAAC;AAEJ,eAAO,MAAM,iBAAiB,aAAc,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAAO,MAAM,YAAY,OAAO,aAMhH,CAAC;AAEJ,eAAO,MAAM,uBAAuB,gBACzB,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAC5C,MAAM,YACD,OAAO,kDAGsB,CAAC;AAEzC,eAAO,MAAM,MAAM,QAAS,QAAQ,aAAQ,CAAC"}
1
+ {"version":3,"file":"TaqError.d.ts","sourceRoot":"","sources":["TaqError.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE/B,MAAM,MAAM,SAAS,GAClB,+BAA+B,GAC/B,4CAA4C,GAC5C,+BAA+B,GAC/B,kBAAkB,GAClB,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,2BAA2B,GAC3B,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,aAAa,GACb,SAAS,GACT,iBAAiB,GACjB,gBAAgB,GAChB,uBAAuB,GACvB,2BAA2B,GAC3B,iBAAiB,GACjB,uCAAuC,GACvC,QAAQ,GACR,kBAAkB,GAClB,kBAAkB,GAClB,yBAAyB,CAAC;AAE7B,MAAM,WAAW,QAAQ;IACxB,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,OAAO,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,MAAM,CAAC,GAAG,QAAQ,CAAC;AAEzB,qBAAa,UAAW,SAAQ,KAAK;IACpC,QAAQ,CAAC,OAAO,UAAC;IACjB,QAAQ,CAAC,IAAI,YAAC;IACd,QAAQ,CAAC,QAAQ,UAAC;gBACN,MAAM,EAAE,QAAQ;CAO5B;AAED,eAAO,MAAM,gBAAgB,gBAAiB,QAAQ,OAAO,MAAM,YAAY,OAAO,kDAE9C,CAAC;AAEzC,eAAO,MAAM,UAAU,aAAc,QAAQ,OAAO,MAAM,YAAY,OAAO,aAM1E,CAAC;AAEJ,eAAO,MAAM,iBAAiB,aAAc,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAAO,MAAM,YAAY,OAAO,aAMhH,CAAC;AAEJ,eAAO,MAAM,uBAAuB,gBACzB,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAC5C,MAAM,YACD,OAAO,kDAGsB,CAAC;AAEzC,eAAO,MAAM,MAAM,QAAS,QAAQ,aAAQ,CAAC"}
package/TaqError.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["TaqError.ts"],"sourcesContent":["import { map, reject } from 'fluture';\nimport { ZodError } from 'zod';\n\nexport type ErrorType =\n\t| 'E_INVALID_PATH_DOES_NOT_EXIST'\n\t| 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR'\n\t| 'E_INVALID_PATH_ALREADY_EXISTS'\n\t| 'E_INVALID_CONFIG'\n\t| 'E_INVALID_JSON'\n\t| 'E_FORK'\n\t| 'E_INVALID_TASK'\n\t| 'E_READFILE'\n\t| 'E_NPM_INIT'\n\t| 'E_INVALID_PLUGIN_RESPONSE'\n\t| 'E_INVALID_ARGS'\n\t| 'E_MKDIR_FAILED'\n\t| 'E_GIT_CLONE_FAILED'\n\t| 'E_PROVISION'\n\t| 'E_PARSE'\n\t| 'E_PARSE_UNKNOWN'\n\t| 'E_INVALID_ARCH'\n\t| 'E_CONTRACT_REGISTERED'\n\t| 'E_CONTRACT_NOT_REGISTERED'\n\t| 'E_NO_PROVISIONS'\n\t| 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE'\n\t| 'E_EXEC'\n\t| 'E_OPT_IN_WARNING'\n\t| 'E_INVALID_OPTION';\n\nexport interface TaqError {\n\treadonly kind: ErrorType;\n\tmsg: string;\n\tprevious?: TaqError | Error | unknown;\n\tcontext?: unknown;\n}\n\nexport type t = TaqError;\n\nexport class E_TaqError extends Error {\n\treadonly context;\n\treadonly kind;\n\treadonly previous;\n\tconstructor(taqErr: TaqError) {\n\t\tsuper(taqErr.msg);\n\t\tthis.context = taqErr.context;\n\t\tthis.kind = taqErr.kind;\n\t\tthis.name = this.kind;\n\t\tthis.previous = taqErr.previous;\n\t}\n}\n\nexport const toFutureParseErr = <T>(previous: ZodError, msg: string, context?: unknown) =>\n\treject(toParseErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const toParseErr = (previous: ZodError, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toParseUnknownErr = (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE_UNKNOWN',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toFutureParseUnknownErr = <T>(\n\tprevious: Error | TaqError | E_TaqError | unknown,\n\tmsg: string,\n\tcontext?: unknown,\n) =>\n\treject(toParseUnknownErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const create = (err: TaqError) => err;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAA4B;AAsCrB,IAAM,aAAN,cAAyB,MAAM;AAAA,EAIrC,YAAY,QAAkB;AAC7B,UAAM,OAAO,GAAG;AAChB,SAAK,UAAU,OAAO;AACtB,SAAK,OAAO,OAAO;AACnB,SAAK,OAAO,KAAK;AACjB,SAAK,WAAW,OAAO;AAAA,EACxB;AACD;AAEO,IAAM,mBAAmB,CAAI,UAAoB,KAAa,gBACpE,uBAAO,WAAW,UAAU,KAAK,OAAO,CAAC,EACvC,SAAK,oBAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,aAAa,CAAC,UAAoB,KAAa,YAC3D,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,oBAAoB,CAAC,UAAmD,KAAa,YACjG,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,0BAA0B,CACtC,UACA,KACA,gBAEA,uBAAO,kBAAkB,UAAU,KAAK,OAAO,CAAC,EAC9C,SAAK,oBAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,SAAS,CAAC,QAAkB;","names":[]}
1
+ {"version":3,"sources":["TaqError.ts"],"sourcesContent":["import { map, reject } from 'fluture';\nimport { ZodError } from 'zod';\n\nexport type ErrorType =\n\t| 'E_INVALID_PATH_DOES_NOT_EXIST'\n\t| 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR'\n\t| 'E_INVALID_PATH_ALREADY_EXISTS'\n\t| 'E_INVALID_CONFIG'\n\t| 'E_INVALID_JSON'\n\t| 'E_FORK'\n\t| 'E_INVALID_TASK'\n\t| 'E_READFILE'\n\t| 'E_NPM_INIT'\n\t| 'E_INVALID_PLUGIN_RESPONSE'\n\t| 'E_INVALID_ARGS'\n\t| 'E_MKDIR_FAILED'\n\t| 'E_GIT_CLONE_FAILED'\n\t| 'E_PROVISION'\n\t| 'E_PARSE'\n\t| 'E_PARSE_UNKNOWN'\n\t| 'E_INVALID_ARCH'\n\t| 'E_CONTRACT_REGISTERED'\n\t| 'E_CONTRACT_NOT_REGISTERED'\n\t| 'E_NO_PROVISIONS'\n\t| 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE'\n\t| 'E_EXEC'\n\t| 'E_OPT_IN_WARNING'\n\t| 'E_INVALID_OPTION'\n\t| 'E_TAQ_PROJECT_NOT_FOUND';\n\nexport interface TaqError {\n\treadonly kind: ErrorType;\n\tmsg: string;\n\tprevious?: TaqError | Error | unknown;\n\tcontext?: unknown;\n}\n\nexport type t = TaqError;\n\nexport class E_TaqError extends Error {\n\treadonly context;\n\treadonly kind;\n\treadonly previous;\n\tconstructor(taqErr: TaqError) {\n\t\tsuper(taqErr.msg);\n\t\tthis.context = taqErr.context;\n\t\tthis.kind = taqErr.kind;\n\t\tthis.name = this.kind;\n\t\tthis.previous = taqErr.previous;\n\t}\n}\n\nexport const toFutureParseErr = <T>(previous: ZodError, msg: string, context?: unknown) =>\n\treject(toParseErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const toParseErr = (previous: ZodError, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toParseUnknownErr = (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE_UNKNOWN',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toFutureParseUnknownErr = <T>(\n\tprevious: Error | TaqError | E_TaqError | unknown,\n\tmsg: string,\n\tcontext?: unknown,\n) =>\n\treject(toParseUnknownErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const create = (err: TaqError) => err;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAA4B;AAuCrB,IAAM,aAAN,cAAyB,MAAM;AAAA,EAIrC,YAAY,QAAkB;AAC7B,UAAM,OAAO,GAAG;AAChB,SAAK,UAAU,OAAO;AACtB,SAAK,OAAO,OAAO;AACnB,SAAK,OAAO,KAAK;AACjB,SAAK,WAAW,OAAO;AAAA,EACxB;AACD;AAEO,IAAM,mBAAmB,CAAI,UAAoB,KAAa,gBACpE,uBAAO,WAAW,UAAU,KAAK,OAAO,CAAC,EACvC,SAAK,oBAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,aAAa,CAAC,UAAoB,KAAa,YAC3D,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,oBAAoB,CAAC,UAAmD,KAAa,YACjG,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,0BAA0B,CACtC,UACA,KACA,gBAEA,uBAAO,kBAAkB,UAAU,KAAK,OAAO,CAAC,EAC9C,SAAK,oBAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,SAAS,CAAC,QAAkB;","names":[]}
package/TaqError.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["TaqError.ts"],"sourcesContent":["import { map, reject } from 'fluture';\nimport { ZodError } from 'zod';\n\nexport type ErrorType =\n\t| 'E_INVALID_PATH_DOES_NOT_EXIST'\n\t| 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR'\n\t| 'E_INVALID_PATH_ALREADY_EXISTS'\n\t| 'E_INVALID_CONFIG'\n\t| 'E_INVALID_JSON'\n\t| 'E_FORK'\n\t| 'E_INVALID_TASK'\n\t| 'E_READFILE'\n\t| 'E_NPM_INIT'\n\t| 'E_INVALID_PLUGIN_RESPONSE'\n\t| 'E_INVALID_ARGS'\n\t| 'E_MKDIR_FAILED'\n\t| 'E_GIT_CLONE_FAILED'\n\t| 'E_PROVISION'\n\t| 'E_PARSE'\n\t| 'E_PARSE_UNKNOWN'\n\t| 'E_INVALID_ARCH'\n\t| 'E_CONTRACT_REGISTERED'\n\t| 'E_CONTRACT_NOT_REGISTERED'\n\t| 'E_NO_PROVISIONS'\n\t| 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE'\n\t| 'E_EXEC'\n\t| 'E_OPT_IN_WARNING'\n\t| 'E_INVALID_OPTION';\n\nexport interface TaqError {\n\treadonly kind: ErrorType;\n\tmsg: string;\n\tprevious?: TaqError | Error | unknown;\n\tcontext?: unknown;\n}\n\nexport type t = TaqError;\n\nexport class E_TaqError extends Error {\n\treadonly context;\n\treadonly kind;\n\treadonly previous;\n\tconstructor(taqErr: TaqError) {\n\t\tsuper(taqErr.msg);\n\t\tthis.context = taqErr.context;\n\t\tthis.kind = taqErr.kind;\n\t\tthis.name = this.kind;\n\t\tthis.previous = taqErr.previous;\n\t}\n}\n\nexport const toFutureParseErr = <T>(previous: ZodError, msg: string, context?: unknown) =>\n\treject(toParseErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const toParseErr = (previous: ZodError, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toParseUnknownErr = (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE_UNKNOWN',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toFutureParseUnknownErr = <T>(\n\tprevious: Error | TaqError | E_TaqError | unknown,\n\tmsg: string,\n\tcontext?: unknown,\n) =>\n\treject(toParseUnknownErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const create = (err: TaqError) => err;\n"],"mappings":";AAAA,SAAS,KAAK,cAAc;AAsCrB,IAAM,aAAN,cAAyB,MAAM;AAAA,EAIrC,YAAY,QAAkB;AAC7B,UAAM,OAAO,GAAG;AAChB,SAAK,UAAU,OAAO;AACtB,SAAK,OAAO,OAAO;AACnB,SAAK,OAAO,KAAK;AACjB,SAAK,WAAW,OAAO;AAAA,EACxB;AACD;AAEO,IAAM,mBAAmB,CAAI,UAAoB,KAAa,YACpE,OAAO,WAAW,UAAU,KAAK,OAAO,CAAC,EACvC,KAAK,IAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,aAAa,CAAC,UAAoB,KAAa,YAC3D,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,oBAAoB,CAAC,UAAmD,KAAa,YACjG,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,0BAA0B,CACtC,UACA,KACA,YAEA,OAAO,kBAAkB,UAAU,KAAK,OAAO,CAAC,EAC9C,KAAK,IAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,SAAS,CAAC,QAAkB;","names":[]}
1
+ {"version":3,"sources":["TaqError.ts"],"sourcesContent":["import { map, reject } from 'fluture';\nimport { ZodError } from 'zod';\n\nexport type ErrorType =\n\t| 'E_INVALID_PATH_DOES_NOT_EXIST'\n\t| 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR'\n\t| 'E_INVALID_PATH_ALREADY_EXISTS'\n\t| 'E_INVALID_CONFIG'\n\t| 'E_INVALID_JSON'\n\t| 'E_FORK'\n\t| 'E_INVALID_TASK'\n\t| 'E_READFILE'\n\t| 'E_NPM_INIT'\n\t| 'E_INVALID_PLUGIN_RESPONSE'\n\t| 'E_INVALID_ARGS'\n\t| 'E_MKDIR_FAILED'\n\t| 'E_GIT_CLONE_FAILED'\n\t| 'E_PROVISION'\n\t| 'E_PARSE'\n\t| 'E_PARSE_UNKNOWN'\n\t| 'E_INVALID_ARCH'\n\t| 'E_CONTRACT_REGISTERED'\n\t| 'E_CONTRACT_NOT_REGISTERED'\n\t| 'E_NO_PROVISIONS'\n\t| 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE'\n\t| 'E_EXEC'\n\t| 'E_OPT_IN_WARNING'\n\t| 'E_INVALID_OPTION'\n\t| 'E_TAQ_PROJECT_NOT_FOUND';\n\nexport interface TaqError {\n\treadonly kind: ErrorType;\n\tmsg: string;\n\tprevious?: TaqError | Error | unknown;\n\tcontext?: unknown;\n}\n\nexport type t = TaqError;\n\nexport class E_TaqError extends Error {\n\treadonly context;\n\treadonly kind;\n\treadonly previous;\n\tconstructor(taqErr: TaqError) {\n\t\tsuper(taqErr.msg);\n\t\tthis.context = taqErr.context;\n\t\tthis.kind = taqErr.kind;\n\t\tthis.name = this.kind;\n\t\tthis.previous = taqErr.previous;\n\t}\n}\n\nexport const toFutureParseErr = <T>(previous: ZodError, msg: string, context?: unknown) =>\n\treject(toParseErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const toParseErr = (previous: ZodError, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toParseUnknownErr = (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) =>\n\tcreate({\n\t\tkind: 'E_PARSE_UNKNOWN',\n\t\tmsg: msg,\n\t\tcontext,\n\t\tprevious,\n\t});\n\nexport const toFutureParseUnknownErr = <T>(\n\tprevious: Error | TaqError | E_TaqError | unknown,\n\tmsg: string,\n\tcontext?: unknown,\n) =>\n\treject(toParseUnknownErr(previous, msg, context))\n\t\t.pipe(map((val: unknown) => val as T));\n\nexport const create = (err: TaqError) => err;\n"],"mappings":";AAAA,SAAS,KAAK,cAAc;AAuCrB,IAAM,aAAN,cAAyB,MAAM;AAAA,EAIrC,YAAY,QAAkB;AAC7B,UAAM,OAAO,GAAG;AAChB,SAAK,UAAU,OAAO;AACtB,SAAK,OAAO,OAAO;AACnB,SAAK,OAAO,KAAK;AACjB,SAAK,WAAW,OAAO;AAAA,EACxB;AACD;AAEO,IAAM,mBAAmB,CAAI,UAAoB,KAAa,YACpE,OAAO,WAAW,UAAU,KAAK,OAAO,CAAC,EACvC,KAAK,IAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,aAAa,CAAC,UAAoB,KAAa,YAC3D,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,oBAAoB,CAAC,UAAmD,KAAa,YACjG,OAAO;AAAA,EACN,MAAM;AAAA,EACN;AAAA,EACA;AAAA,EACA;AACD,CAAC;AAEK,IAAM,0BAA0B,CACtC,UACA,KACA,YAEA,OAAO,kBAAkB,UAAU,KAAK,OAAO,CAAC,EAC9C,KAAK,IAAI,CAAC,QAAiB,GAAQ,CAAC;AAEhC,IAAM,SAAS,CAAC,QAAkB;","names":[]}
package/i18n.js CHANGED
@@ -41,7 +41,7 @@ var i18n_default = async () => {
41
41
  "appName": "Taqueria",
42
42
  "appDesc": "Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.",
43
43
  "versionDesc": "Display the version number of the Taqueria program",
44
- "betaWarning": "Taqueria is currently in BETA. You've been warned. :)",
44
+ "betaWarning": "Please be advised that Taqueria is currently in BETA.",
45
45
  "configDirDesc": "Config directory (default ./.taq)",
46
46
  "initDesc": "Initialize a new project",
47
47
  "optInDesc": "Opt-in to sharing anonymous usage analytics",
package/i18n.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["i18n.ts"],"sourcesContent":["import i18next from 'i18next';\n\nexport interface i18n {\n\t__: (...args: unknown[]) => string;\n}\n\nexport type t = i18n;\n\nexport default async (): Promise<i18n> => {\n\t// TODO: i18next is feature-rich, but rather large. Determine whether you need all of the functionality\n\tconst i18n = {\n\t\t...await i18next.init({\n\t\t\tlng: 'en',\n\t\t\tdebug: false,\n\t\t\tresources: {\n\t\t\t\t// TODO: Move to separate language files\n\t\t\t\ten: {\n\t\t\t\t\ttranslation: {\n\t\t\t\t\t\t'appName': 'Taqueria',\n\t\t\t\t\t\t'appDesc': 'Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.',\n\t\t\t\t\t\t'versionDesc': 'Display the version number of the Taqueria program',\n\t\t\t\t\t\t'betaWarning': \"Taqueria is currently in BETA. You've been warned. :)\",\n\t\t\t\t\t\t'configDirDesc': 'Config directory (default ./.taq)',\n\t\t\t\t\t\t'initDesc': 'Initialize a new project',\n\t\t\t\t\t\t'optInDesc': 'Opt-in to sharing anonymous usage analytics',\n\t\t\t\t\t\t'optOutDesc': 'Opt-out of sharing anonymous usage analytics',\n\t\t\t\t\t\t'initPathDesc': 'Path to your project directory',\n\t\t\t\t\t\t'workflowDesc':\n\t\t\t\t\t\t\t'Select a workflow to initialize your Taqueria project. Choices are (ligo|smartpy|archetype|michelson)',\n\t\t\t\t\t\t'scaffoldDesc': 'Generate a new project using pre-made scaffold',\n\t\t\t\t\t\t'scaffoldUrlDesc': 'Alias or Url for the scaffold project',\n\t\t\t\t\t\t'scaffoldProjectDirDesc': 'Path where to create the new project. This must be a new directory.',\n\t\t\t\t\t\t'scaffoldDoneMsg': 'The project was created using the scaffold.',\n\t\t\t\t\t\t'installDesc': 'Install a plugin',\n\t\t\t\t\t\t'pluginInstalled': 'Plugin installed successfully',\n\t\t\t\t\t\t'pluginUninstalled': 'Plugin uninstalled successfully',\n\t\t\t\t\t\t'uninstallDesc': 'Uninstall a plugin',\n\t\t\t\t\t\t'pluginNameDesc': 'The name of the plugin',\n\t\t\t\t\t\t'promptForTask':\n\t\t\t\t\t\t\t\"Please specify which task you would like to execute. If you're starting a new project, please run 'init'.\\n\",\n\t\t\t\t\t\t'pluginKindDesc': 'Kind of plugin (NPM, Binary)',\n\t\t\t\t\t\t'pluginAlreadyInstalled': 'That plugin is already installed.',\n\t\t\t\t\t\t'pluginOptionDesc': 'Use the task from this plugin',\n\t\t\t\t\t\t'bootstrapMsg': \"Project taq'ified!\",\n\t\t\t\t\t\t'maxConcurrencyDesc': 'Set the maximum concurrency limit used internally',\n\t\t\t\t\t\t'providedByMany': 'Provided by more than one plugin. The option --plugin is required.',\n\t\t\t\t\t\t'pluginDesc':\n\t\t\t\t\t\t\t'Specify what plugin should execute this command. Use this when more than one plugin provide a task of the same name.',\n\t\t\t\t\t\t'listNetworks': 'List known networks',\n\t\t\t\t\t\t'envDesc': 'Specify an environment configuration',\n\t\t\t\t\t\t'disableStateDesc': 'Does not use the saved state.json file. State is computed for each execution.',\n\t\t\t\t\t\t'logPluginCallsDesc': 'Logs any execution calls to a plugin to the console',\n\t\t\t\t\t\t'npmInitRequired': \"This project isn't a valid NPM project. Please run: npm init\",\n\t\t\t\t\t\t'testFromVsCode': 'An internal command used by VS Code to test for the taq binary',\n\t\t\t\t\t\t'fromVsCode': 'An internal flag used to indicate that taq is executed via vscode',\n\t\t\t\t\t\t'buildDesc': 'Display build information about the current version',\n\t\t\t\t\t\t'pluginOption': \"Use to specify what plugin you'd like when running this task.\",\n\t\t\t\t\t\t'yesOptionDesc': 'Select \"yes\" to any prompt',\n\t\t\t\t\t\t'templateNotFound': 'Template not found. Perhaps you need to install a plugin?',\n\t\t\t\t\t\t'createDesc': 'Create files from pre-existing templates',\n\t\t\t\t\t\t'templateDesc': 'Name of the template to use',\n\t\t\t\t\t\t'addContractDesc': 'Add a contract to the contract registry',\n\t\t\t\t\t\t'addSourceFileDesc': 'Source file to add to the contract registry',\n\t\t\t\t\t\t'removeContractDesc': 'Remove a contract from the contract registry',\n\t\t\t\t\t\t'removeContractNameDesc': 'The name of the contract to remove',\n\t\t\t\t\t\t'noContractsRegistered': 'No registered contracts found',\n\t\t\t\t\t\t'listContractsDesc': 'List registered contracts',\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}),\n\t\t__: i18next.t,\n\t};\n\n\treturn i18n;\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAoB;AAQpB,IAAO,eAAQ,YAA2B;AAEzC,QAAM,OAAO;AAAA,IACZ,GAAG,MAAM,eAAAA,QAAQ,KAAK;AAAA,MACrB,KAAK;AAAA,MACL,OAAO;AAAA,MACP,WAAW;AAAA,QAEV,IAAI;AAAA,UACH,aAAa;AAAA,YACZ,WAAW;AAAA,YACX,WAAW;AAAA,YACX,eAAe;AAAA,YACf,eAAe;AAAA,YACf,iBAAiB;AAAA,YACjB,YAAY;AAAA,YACZ,aAAa;AAAA,YACb,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,gBACC;AAAA,YACD,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,0BAA0B;AAAA,YAC1B,mBAAmB;AAAA,YACnB,eAAe;AAAA,YACf,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,iBAAiB;AAAA,YACjB,kBAAkB;AAAA,YAClB,iBACC;AAAA,YACD,kBAAkB;AAAA,YAClB,0BAA0B;AAAA,YAC1B,oBAAoB;AAAA,YACpB,gBAAgB;AAAA,YAChB,sBAAsB;AAAA,YACtB,kBAAkB;AAAA,YAClB,cACC;AAAA,YACD,gBAAgB;AAAA,YAChB,WAAW;AAAA,YACX,oBAAoB;AAAA,YACpB,sBAAsB;AAAA,YACtB,mBAAmB;AAAA,YACnB,kBAAkB;AAAA,YAClB,cAAc;AAAA,YACd,aAAa;AAAA,YACb,gBAAgB;AAAA,YAChB,iBAAiB;AAAA,YACjB,oBAAoB;AAAA,YACpB,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,sBAAsB;AAAA,YACtB,0BAA0B;AAAA,YAC1B,yBAAyB;AAAA,YACzB,qBAAqB;AAAA,UACtB;AAAA,QACD;AAAA,MACD;AAAA,IACD,CAAC;AAAA,IACD,IAAI,eAAAA,QAAQ;AAAA,EACb;AAEA,SAAO;AACR;","names":["i18next"]}
1
+ {"version":3,"sources":["i18n.ts"],"sourcesContent":["import i18next from 'i18next';\n\nexport interface i18n {\n\t__: (...args: unknown[]) => string;\n}\n\nexport type t = i18n;\n\nexport default async (): Promise<i18n> => {\n\t// TODO: i18next is feature-rich, but rather large. Determine whether you need all of the functionality\n\tconst i18n = {\n\t\t...await i18next.init({\n\t\t\tlng: 'en',\n\t\t\tdebug: false,\n\t\t\tresources: {\n\t\t\t\t// TODO: Move to separate language files\n\t\t\t\ten: {\n\t\t\t\t\ttranslation: {\n\t\t\t\t\t\t'appName': 'Taqueria',\n\t\t\t\t\t\t'appDesc': 'Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.',\n\t\t\t\t\t\t'versionDesc': 'Display the version number of the Taqueria program',\n\t\t\t\t\t\t'betaWarning': 'Please be advised that Taqueria is currently in BETA.',\n\t\t\t\t\t\t'configDirDesc': 'Config directory (default ./.taq)',\n\t\t\t\t\t\t'initDesc': 'Initialize a new project',\n\t\t\t\t\t\t'optInDesc': 'Opt-in to sharing anonymous usage analytics',\n\t\t\t\t\t\t'optOutDesc': 'Opt-out of sharing anonymous usage analytics',\n\t\t\t\t\t\t'initPathDesc': 'Path to your project directory',\n\t\t\t\t\t\t'workflowDesc':\n\t\t\t\t\t\t\t'Select a workflow to initialize your Taqueria project. Choices are (ligo|smartpy|archetype|michelson)',\n\t\t\t\t\t\t'scaffoldDesc': 'Generate a new project using pre-made scaffold',\n\t\t\t\t\t\t'scaffoldUrlDesc': 'Alias or Url for the scaffold project',\n\t\t\t\t\t\t'scaffoldProjectDirDesc': 'Path where to create the new project. This must be a new directory.',\n\t\t\t\t\t\t'scaffoldDoneMsg': 'The project was created using the scaffold.',\n\t\t\t\t\t\t'installDesc': 'Install a plugin',\n\t\t\t\t\t\t'pluginInstalled': 'Plugin installed successfully',\n\t\t\t\t\t\t'pluginUninstalled': 'Plugin uninstalled successfully',\n\t\t\t\t\t\t'uninstallDesc': 'Uninstall a plugin',\n\t\t\t\t\t\t'pluginNameDesc': 'The name of the plugin',\n\t\t\t\t\t\t'promptForTask':\n\t\t\t\t\t\t\t\"Please specify which task you would like to execute. If you're starting a new project, please run 'init'.\\n\",\n\t\t\t\t\t\t'pluginKindDesc': 'Kind of plugin (NPM, Binary)',\n\t\t\t\t\t\t'pluginAlreadyInstalled': 'That plugin is already installed.',\n\t\t\t\t\t\t'pluginOptionDesc': 'Use the task from this plugin',\n\t\t\t\t\t\t'bootstrapMsg': \"Project taq'ified!\",\n\t\t\t\t\t\t'maxConcurrencyDesc': 'Set the maximum concurrency limit used internally',\n\t\t\t\t\t\t'providedByMany': 'Provided by more than one plugin. The option --plugin is required.',\n\t\t\t\t\t\t'pluginDesc':\n\t\t\t\t\t\t\t'Specify what plugin should execute this command. Use this when more than one plugin provide a task of the same name.',\n\t\t\t\t\t\t'listNetworks': 'List known networks',\n\t\t\t\t\t\t'envDesc': 'Specify an environment configuration',\n\t\t\t\t\t\t'disableStateDesc': 'Does not use the saved state.json file. State is computed for each execution.',\n\t\t\t\t\t\t'logPluginCallsDesc': 'Logs any execution calls to a plugin to the console',\n\t\t\t\t\t\t'npmInitRequired': \"This project isn't a valid NPM project. Please run: npm init\",\n\t\t\t\t\t\t'testFromVsCode': 'An internal command used by VS Code to test for the taq binary',\n\t\t\t\t\t\t'fromVsCode': 'An internal flag used to indicate that taq is executed via vscode',\n\t\t\t\t\t\t'buildDesc': 'Display build information about the current version',\n\t\t\t\t\t\t'pluginOption': \"Use to specify what plugin you'd like when running this task.\",\n\t\t\t\t\t\t'yesOptionDesc': 'Select \"yes\" to any prompt',\n\t\t\t\t\t\t'templateNotFound': 'Template not found. Perhaps you need to install a plugin?',\n\t\t\t\t\t\t'createDesc': 'Create files from pre-existing templates',\n\t\t\t\t\t\t'templateDesc': 'Name of the template to use',\n\t\t\t\t\t\t'addContractDesc': 'Add a contract to the contract registry',\n\t\t\t\t\t\t'addSourceFileDesc': 'Source file to add to the contract registry',\n\t\t\t\t\t\t'removeContractDesc': 'Remove a contract from the contract registry',\n\t\t\t\t\t\t'removeContractNameDesc': 'The name of the contract to remove',\n\t\t\t\t\t\t'noContractsRegistered': 'No registered contracts found',\n\t\t\t\t\t\t'listContractsDesc': 'List registered contracts',\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}),\n\t\t__: i18next.t,\n\t};\n\n\treturn i18n;\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAoB;AAQpB,IAAO,eAAQ,YAA2B;AAEzC,QAAM,OAAO;AAAA,IACZ,GAAG,MAAM,eAAAA,QAAQ,KAAK;AAAA,MACrB,KAAK;AAAA,MACL,OAAO;AAAA,MACP,WAAW;AAAA,QAEV,IAAI;AAAA,UACH,aAAa;AAAA,YACZ,WAAW;AAAA,YACX,WAAW;AAAA,YACX,eAAe;AAAA,YACf,eAAe;AAAA,YACf,iBAAiB;AAAA,YACjB,YAAY;AAAA,YACZ,aAAa;AAAA,YACb,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,gBACC;AAAA,YACD,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,0BAA0B;AAAA,YAC1B,mBAAmB;AAAA,YACnB,eAAe;AAAA,YACf,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,iBAAiB;AAAA,YACjB,kBAAkB;AAAA,YAClB,iBACC;AAAA,YACD,kBAAkB;AAAA,YAClB,0BAA0B;AAAA,YAC1B,oBAAoB;AAAA,YACpB,gBAAgB;AAAA,YAChB,sBAAsB;AAAA,YACtB,kBAAkB;AAAA,YAClB,cACC;AAAA,YACD,gBAAgB;AAAA,YAChB,WAAW;AAAA,YACX,oBAAoB;AAAA,YACpB,sBAAsB;AAAA,YACtB,mBAAmB;AAAA,YACnB,kBAAkB;AAAA,YAClB,cAAc;AAAA,YACd,aAAa;AAAA,YACb,gBAAgB;AAAA,YAChB,iBAAiB;AAAA,YACjB,oBAAoB;AAAA,YACpB,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,sBAAsB;AAAA,YACtB,0BAA0B;AAAA,YAC1B,yBAAyB;AAAA,YACzB,qBAAqB;AAAA,UACtB;AAAA,QACD;AAAA,MACD;AAAA,IACD,CAAC;AAAA,IACD,IAAI,eAAAA,QAAQ;AAAA,EACb;AAEA,SAAO;AACR;","names":["i18next"]}
package/i18n.mjs CHANGED
@@ -11,7 +11,7 @@ var i18n_default = async () => {
11
11
  "appName": "Taqueria",
12
12
  "appDesc": "Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.",
13
13
  "versionDesc": "Display the version number of the Taqueria program",
14
- "betaWarning": "Taqueria is currently in BETA. You've been warned. :)",
14
+ "betaWarning": "Please be advised that Taqueria is currently in BETA.",
15
15
  "configDirDesc": "Config directory (default ./.taq)",
16
16
  "initDesc": "Initialize a new project",
17
17
  "optInDesc": "Opt-in to sharing anonymous usage analytics",
package/i18n.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["i18n.ts"],"sourcesContent":["import i18next from 'i18next';\n\nexport interface i18n {\n\t__: (...args: unknown[]) => string;\n}\n\nexport type t = i18n;\n\nexport default async (): Promise<i18n> => {\n\t// TODO: i18next is feature-rich, but rather large. Determine whether you need all of the functionality\n\tconst i18n = {\n\t\t...await i18next.init({\n\t\t\tlng: 'en',\n\t\t\tdebug: false,\n\t\t\tresources: {\n\t\t\t\t// TODO: Move to separate language files\n\t\t\t\ten: {\n\t\t\t\t\ttranslation: {\n\t\t\t\t\t\t'appName': 'Taqueria',\n\t\t\t\t\t\t'appDesc': 'Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.',\n\t\t\t\t\t\t'versionDesc': 'Display the version number of the Taqueria program',\n\t\t\t\t\t\t'betaWarning': \"Taqueria is currently in BETA. You've been warned. :)\",\n\t\t\t\t\t\t'configDirDesc': 'Config directory (default ./.taq)',\n\t\t\t\t\t\t'initDesc': 'Initialize a new project',\n\t\t\t\t\t\t'optInDesc': 'Opt-in to sharing anonymous usage analytics',\n\t\t\t\t\t\t'optOutDesc': 'Opt-out of sharing anonymous usage analytics',\n\t\t\t\t\t\t'initPathDesc': 'Path to your project directory',\n\t\t\t\t\t\t'workflowDesc':\n\t\t\t\t\t\t\t'Select a workflow to initialize your Taqueria project. Choices are (ligo|smartpy|archetype|michelson)',\n\t\t\t\t\t\t'scaffoldDesc': 'Generate a new project using pre-made scaffold',\n\t\t\t\t\t\t'scaffoldUrlDesc': 'Alias or Url for the scaffold project',\n\t\t\t\t\t\t'scaffoldProjectDirDesc': 'Path where to create the new project. This must be a new directory.',\n\t\t\t\t\t\t'scaffoldDoneMsg': 'The project was created using the scaffold.',\n\t\t\t\t\t\t'installDesc': 'Install a plugin',\n\t\t\t\t\t\t'pluginInstalled': 'Plugin installed successfully',\n\t\t\t\t\t\t'pluginUninstalled': 'Plugin uninstalled successfully',\n\t\t\t\t\t\t'uninstallDesc': 'Uninstall a plugin',\n\t\t\t\t\t\t'pluginNameDesc': 'The name of the plugin',\n\t\t\t\t\t\t'promptForTask':\n\t\t\t\t\t\t\t\"Please specify which task you would like to execute. If you're starting a new project, please run 'init'.\\n\",\n\t\t\t\t\t\t'pluginKindDesc': 'Kind of plugin (NPM, Binary)',\n\t\t\t\t\t\t'pluginAlreadyInstalled': 'That plugin is already installed.',\n\t\t\t\t\t\t'pluginOptionDesc': 'Use the task from this plugin',\n\t\t\t\t\t\t'bootstrapMsg': \"Project taq'ified!\",\n\t\t\t\t\t\t'maxConcurrencyDesc': 'Set the maximum concurrency limit used internally',\n\t\t\t\t\t\t'providedByMany': 'Provided by more than one plugin. The option --plugin is required.',\n\t\t\t\t\t\t'pluginDesc':\n\t\t\t\t\t\t\t'Specify what plugin should execute this command. Use this when more than one plugin provide a task of the same name.',\n\t\t\t\t\t\t'listNetworks': 'List known networks',\n\t\t\t\t\t\t'envDesc': 'Specify an environment configuration',\n\t\t\t\t\t\t'disableStateDesc': 'Does not use the saved state.json file. State is computed for each execution.',\n\t\t\t\t\t\t'logPluginCallsDesc': 'Logs any execution calls to a plugin to the console',\n\t\t\t\t\t\t'npmInitRequired': \"This project isn't a valid NPM project. Please run: npm init\",\n\t\t\t\t\t\t'testFromVsCode': 'An internal command used by VS Code to test for the taq binary',\n\t\t\t\t\t\t'fromVsCode': 'An internal flag used to indicate that taq is executed via vscode',\n\t\t\t\t\t\t'buildDesc': 'Display build information about the current version',\n\t\t\t\t\t\t'pluginOption': \"Use to specify what plugin you'd like when running this task.\",\n\t\t\t\t\t\t'yesOptionDesc': 'Select \"yes\" to any prompt',\n\t\t\t\t\t\t'templateNotFound': 'Template not found. Perhaps you need to install a plugin?',\n\t\t\t\t\t\t'createDesc': 'Create files from pre-existing templates',\n\t\t\t\t\t\t'templateDesc': 'Name of the template to use',\n\t\t\t\t\t\t'addContractDesc': 'Add a contract to the contract registry',\n\t\t\t\t\t\t'addSourceFileDesc': 'Source file to add to the contract registry',\n\t\t\t\t\t\t'removeContractDesc': 'Remove a contract from the contract registry',\n\t\t\t\t\t\t'removeContractNameDesc': 'The name of the contract to remove',\n\t\t\t\t\t\t'noContractsRegistered': 'No registered contracts found',\n\t\t\t\t\t\t'listContractsDesc': 'List registered contracts',\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}),\n\t\t__: i18next.t,\n\t};\n\n\treturn i18n;\n};\n"],"mappings":";AAAA,OAAO,aAAa;AAQpB,IAAO,eAAQ,YAA2B;AAEzC,QAAM,OAAO;AAAA,IACZ,GAAG,MAAM,QAAQ,KAAK;AAAA,MACrB,KAAK;AAAA,MACL,OAAO;AAAA,MACP,WAAW;AAAA,QAEV,IAAI;AAAA,UACH,aAAa;AAAA,YACZ,WAAW;AAAA,YACX,WAAW;AAAA,YACX,eAAe;AAAA,YACf,eAAe;AAAA,YACf,iBAAiB;AAAA,YACjB,YAAY;AAAA,YACZ,aAAa;AAAA,YACb,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,gBACC;AAAA,YACD,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,0BAA0B;AAAA,YAC1B,mBAAmB;AAAA,YACnB,eAAe;AAAA,YACf,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,iBAAiB;AAAA,YACjB,kBAAkB;AAAA,YAClB,iBACC;AAAA,YACD,kBAAkB;AAAA,YAClB,0BAA0B;AAAA,YAC1B,oBAAoB;AAAA,YACpB,gBAAgB;AAAA,YAChB,sBAAsB;AAAA,YACtB,kBAAkB;AAAA,YAClB,cACC;AAAA,YACD,gBAAgB;AAAA,YAChB,WAAW;AAAA,YACX,oBAAoB;AAAA,YACpB,sBAAsB;AAAA,YACtB,mBAAmB;AAAA,YACnB,kBAAkB;AAAA,YAClB,cAAc;AAAA,YACd,aAAa;AAAA,YACb,gBAAgB;AAAA,YAChB,iBAAiB;AAAA,YACjB,oBAAoB;AAAA,YACpB,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,sBAAsB;AAAA,YACtB,0BAA0B;AAAA,YAC1B,yBAAyB;AAAA,YACzB,qBAAqB;AAAA,UACtB;AAAA,QACD;AAAA,MACD;AAAA,IACD,CAAC;AAAA,IACD,IAAI,QAAQ;AAAA,EACb;AAEA,SAAO;AACR;","names":[]}
1
+ {"version":3,"sources":["i18n.ts"],"sourcesContent":["import i18next from 'i18next';\n\nexport interface i18n {\n\t__: (...args: unknown[]) => string;\n}\n\nexport type t = i18n;\n\nexport default async (): Promise<i18n> => {\n\t// TODO: i18next is feature-rich, but rather large. Determine whether you need all of the functionality\n\tconst i18n = {\n\t\t...await i18next.init({\n\t\t\tlng: 'en',\n\t\t\tdebug: false,\n\t\t\tresources: {\n\t\t\t\t// TODO: Move to separate language files\n\t\t\t\ten: {\n\t\t\t\t\ttranslation: {\n\t\t\t\t\t\t'appName': 'Taqueria',\n\t\t\t\t\t\t'appDesc': 'Taqueria is an integrated environment for compiling, testing, and deploying Tezos software.',\n\t\t\t\t\t\t'versionDesc': 'Display the version number of the Taqueria program',\n\t\t\t\t\t\t'betaWarning': 'Please be advised that Taqueria is currently in BETA.',\n\t\t\t\t\t\t'configDirDesc': 'Config directory (default ./.taq)',\n\t\t\t\t\t\t'initDesc': 'Initialize a new project',\n\t\t\t\t\t\t'optInDesc': 'Opt-in to sharing anonymous usage analytics',\n\t\t\t\t\t\t'optOutDesc': 'Opt-out of sharing anonymous usage analytics',\n\t\t\t\t\t\t'initPathDesc': 'Path to your project directory',\n\t\t\t\t\t\t'workflowDesc':\n\t\t\t\t\t\t\t'Select a workflow to initialize your Taqueria project. Choices are (ligo|smartpy|archetype|michelson)',\n\t\t\t\t\t\t'scaffoldDesc': 'Generate a new project using pre-made scaffold',\n\t\t\t\t\t\t'scaffoldUrlDesc': 'Alias or Url for the scaffold project',\n\t\t\t\t\t\t'scaffoldProjectDirDesc': 'Path where to create the new project. This must be a new directory.',\n\t\t\t\t\t\t'scaffoldDoneMsg': 'The project was created using the scaffold.',\n\t\t\t\t\t\t'installDesc': 'Install a plugin',\n\t\t\t\t\t\t'pluginInstalled': 'Plugin installed successfully',\n\t\t\t\t\t\t'pluginUninstalled': 'Plugin uninstalled successfully',\n\t\t\t\t\t\t'uninstallDesc': 'Uninstall a plugin',\n\t\t\t\t\t\t'pluginNameDesc': 'The name of the plugin',\n\t\t\t\t\t\t'promptForTask':\n\t\t\t\t\t\t\t\"Please specify which task you would like to execute. If you're starting a new project, please run 'init'.\\n\",\n\t\t\t\t\t\t'pluginKindDesc': 'Kind of plugin (NPM, Binary)',\n\t\t\t\t\t\t'pluginAlreadyInstalled': 'That plugin is already installed.',\n\t\t\t\t\t\t'pluginOptionDesc': 'Use the task from this plugin',\n\t\t\t\t\t\t'bootstrapMsg': \"Project taq'ified!\",\n\t\t\t\t\t\t'maxConcurrencyDesc': 'Set the maximum concurrency limit used internally',\n\t\t\t\t\t\t'providedByMany': 'Provided by more than one plugin. The option --plugin is required.',\n\t\t\t\t\t\t'pluginDesc':\n\t\t\t\t\t\t\t'Specify what plugin should execute this command. Use this when more than one plugin provide a task of the same name.',\n\t\t\t\t\t\t'listNetworks': 'List known networks',\n\t\t\t\t\t\t'envDesc': 'Specify an environment configuration',\n\t\t\t\t\t\t'disableStateDesc': 'Does not use the saved state.json file. State is computed for each execution.',\n\t\t\t\t\t\t'logPluginCallsDesc': 'Logs any execution calls to a plugin to the console',\n\t\t\t\t\t\t'npmInitRequired': \"This project isn't a valid NPM project. Please run: npm init\",\n\t\t\t\t\t\t'testFromVsCode': 'An internal command used by VS Code to test for the taq binary',\n\t\t\t\t\t\t'fromVsCode': 'An internal flag used to indicate that taq is executed via vscode',\n\t\t\t\t\t\t'buildDesc': 'Display build information about the current version',\n\t\t\t\t\t\t'pluginOption': \"Use to specify what plugin you'd like when running this task.\",\n\t\t\t\t\t\t'yesOptionDesc': 'Select \"yes\" to any prompt',\n\t\t\t\t\t\t'templateNotFound': 'Template not found. Perhaps you need to install a plugin?',\n\t\t\t\t\t\t'createDesc': 'Create files from pre-existing templates',\n\t\t\t\t\t\t'templateDesc': 'Name of the template to use',\n\t\t\t\t\t\t'addContractDesc': 'Add a contract to the contract registry',\n\t\t\t\t\t\t'addSourceFileDesc': 'Source file to add to the contract registry',\n\t\t\t\t\t\t'removeContractDesc': 'Remove a contract from the contract registry',\n\t\t\t\t\t\t'removeContractNameDesc': 'The name of the contract to remove',\n\t\t\t\t\t\t'noContractsRegistered': 'No registered contracts found',\n\t\t\t\t\t\t'listContractsDesc': 'List registered contracts',\n\t\t\t\t\t},\n\t\t\t\t},\n\t\t\t},\n\t\t}),\n\t\t__: i18next.t,\n\t};\n\n\treturn i18n;\n};\n"],"mappings":";AAAA,OAAO,aAAa;AAQpB,IAAO,eAAQ,YAA2B;AAEzC,QAAM,OAAO;AAAA,IACZ,GAAG,MAAM,QAAQ,KAAK;AAAA,MACrB,KAAK;AAAA,MACL,OAAO;AAAA,MACP,WAAW;AAAA,QAEV,IAAI;AAAA,UACH,aAAa;AAAA,YACZ,WAAW;AAAA,YACX,WAAW;AAAA,YACX,eAAe;AAAA,YACf,eAAe;AAAA,YACf,iBAAiB;AAAA,YACjB,YAAY;AAAA,YACZ,aAAa;AAAA,YACb,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,gBACC;AAAA,YACD,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,0BAA0B;AAAA,YAC1B,mBAAmB;AAAA,YACnB,eAAe;AAAA,YACf,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,iBAAiB;AAAA,YACjB,kBAAkB;AAAA,YAClB,iBACC;AAAA,YACD,kBAAkB;AAAA,YAClB,0BAA0B;AAAA,YAC1B,oBAAoB;AAAA,YACpB,gBAAgB;AAAA,YAChB,sBAAsB;AAAA,YACtB,kBAAkB;AAAA,YAClB,cACC;AAAA,YACD,gBAAgB;AAAA,YAChB,WAAW;AAAA,YACX,oBAAoB;AAAA,YACpB,sBAAsB;AAAA,YACtB,mBAAmB;AAAA,YACnB,kBAAkB;AAAA,YAClB,cAAc;AAAA,YACd,aAAa;AAAA,YACb,gBAAgB;AAAA,YAChB,iBAAiB;AAAA,YACjB,oBAAoB;AAAA,YACpB,cAAc;AAAA,YACd,gBAAgB;AAAA,YAChB,mBAAmB;AAAA,YACnB,qBAAqB;AAAA,YACrB,sBAAsB;AAAA,YACtB,0BAA0B;AAAA,YAC1B,yBAAyB;AAAA,YACzB,qBAAqB;AAAA,UACtB;AAAA,QACD;AAAA,MACD;AAAA,IACD,CAAC;AAAA,IACD,IAAI,QAAQ;AAAA,EACb;AAEA,SAAO;AACR;","names":[]}