@powerlines/plugin-env 0.15.161 → 0.15.162

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 (346) hide show
  1. package/dist/{chunk-CNVrAnJR.cjs → _virtual/rolldown_runtime.cjs} +3 -18
  2. package/dist/{chunk-CsF2CmBJ.mjs → _virtual/rolldown_runtime.mjs} +1 -1
  3. package/dist/babel/index.cjs +2 -5
  4. package/dist/babel/index.d.cts +1 -14
  5. package/dist/babel/index.d.mts +1 -14
  6. package/dist/babel/index.mjs +1 -4
  7. package/dist/babel/plugin.cjs +140 -4
  8. package/dist/babel/plugin.d.cts +9 -15
  9. package/dist/babel/plugin.d.cts.map +1 -0
  10. package/dist/babel/plugin.d.mts +9 -15
  11. package/dist/babel/plugin.d.mts.map +1 -0
  12. package/dist/babel/plugin.mjs +140 -4
  13. package/dist/babel/plugin.mjs.map +1 -0
  14. package/dist/components/docs.cjs +66 -6
  15. package/dist/components/docs.d.cts +25 -2
  16. package/dist/components/docs.d.cts.map +1 -0
  17. package/dist/components/docs.d.mts +25 -2
  18. package/dist/components/docs.d.mts.map +1 -0
  19. package/dist/components/docs.mjs +66 -6
  20. package/dist/components/docs.mjs.map +1 -0
  21. package/dist/components/env.cjs +582 -11
  22. package/dist/components/env.d.cts +23 -2
  23. package/dist/components/env.d.cts.map +1 -0
  24. package/dist/components/env.d.mts +23 -2
  25. package/dist/components/env.d.mts.map +1 -0
  26. package/dist/components/env.mjs +581 -10
  27. package/dist/components/env.mjs.map +1 -0
  28. package/dist/components/index.cjs +5 -15
  29. package/dist/components/index.d.cts +2 -3
  30. package/dist/components/index.d.mts +2 -3
  31. package/dist/components/index.mjs +2 -12
  32. package/dist/helpers/automd-generator.cjs +31 -3
  33. package/dist/helpers/automd-generator.mjs +31 -3
  34. package/dist/helpers/automd-generator.mjs.map +1 -0
  35. package/dist/helpers/create-reflection-resource.cjs +21 -4
  36. package/dist/helpers/create-reflection-resource.d.cts +14 -4
  37. package/dist/helpers/create-reflection-resource.d.cts.map +1 -0
  38. package/dist/helpers/create-reflection-resource.d.mts +14 -4
  39. package/dist/helpers/create-reflection-resource.d.mts.map +1 -0
  40. package/dist/helpers/create-reflection-resource.mjs +22 -4
  41. package/dist/helpers/create-reflection-resource.mjs.map +1 -0
  42. package/dist/helpers/docs-helper.cjs +22 -5
  43. package/dist/helpers/docs-helper.d.cts +1 -2
  44. package/dist/helpers/docs-helper.d.cts.map +1 -1
  45. package/dist/helpers/docs-helper.d.mts +1 -2
  46. package/dist/helpers/docs-helper.d.mts.map +1 -1
  47. package/dist/helpers/docs-helper.mjs +23 -5
  48. package/dist/helpers/docs-helper.mjs.map +1 -0
  49. package/dist/helpers/index.cjs +32 -38
  50. package/dist/helpers/index.d.cts +6 -9
  51. package/dist/helpers/index.d.mts +6 -9
  52. package/dist/helpers/index.mjs +6 -12
  53. package/dist/helpers/load.cjs +133 -10
  54. package/dist/helpers/load.d.cts +36 -4
  55. package/dist/helpers/load.d.cts.map +1 -0
  56. package/dist/helpers/load.d.mts +36 -4
  57. package/dist/helpers/load.d.mts.map +1 -0
  58. package/dist/helpers/load.mjs +132 -9
  59. package/dist/helpers/load.mjs.map +1 -0
  60. package/dist/helpers/persistence.cjs +321 -15
  61. package/dist/helpers/persistence.d.cts +85 -4
  62. package/dist/helpers/persistence.d.cts.map +1 -0
  63. package/dist/helpers/persistence.d.mts +85 -4
  64. package/dist/helpers/persistence.d.mts.map +1 -0
  65. package/dist/helpers/persistence.mjs +310 -5
  66. package/dist/helpers/persistence.mjs.map +1 -0
  67. package/dist/helpers/reflect.cjs +262 -13
  68. package/dist/helpers/reflect.d.cts +47 -4
  69. package/dist/helpers/reflect.d.cts.map +1 -0
  70. package/dist/helpers/reflect.d.mts +47 -4
  71. package/dist/helpers/reflect.d.mts.map +1 -0
  72. package/dist/helpers/reflect.mjs +254 -5
  73. package/dist/helpers/reflect.mjs.map +1 -0
  74. package/dist/helpers/source-file-env.cjs +57 -3
  75. package/dist/helpers/source-file-env.d.cts +9 -2
  76. package/dist/helpers/source-file-env.d.cts.map +1 -0
  77. package/dist/helpers/source-file-env.d.mts +9 -2
  78. package/dist/helpers/source-file-env.d.mts.map +1 -0
  79. package/dist/helpers/source-file-env.mjs +56 -2
  80. package/dist/helpers/source-file-env.mjs.map +1 -0
  81. package/dist/helpers/template-helpers.cjs +69 -6
  82. package/dist/helpers/template-helpers.d.cts +16 -4
  83. package/dist/helpers/template-helpers.d.cts.map +1 -0
  84. package/dist/helpers/template-helpers.d.mts +16 -4
  85. package/dist/helpers/template-helpers.d.mts.map +1 -0
  86. package/dist/helpers/template-helpers.mjs +69 -6
  87. package/dist/helpers/template-helpers.mjs.map +1 -0
  88. package/dist/index.cjs +98 -258
  89. package/dist/index.d.cts +25 -15
  90. package/dist/index.d.cts.map +1 -0
  91. package/dist/index.d.mts +25 -15
  92. package/dist/index.d.mts.map +1 -0
  93. package/dist/index.mjs +22 -182
  94. package/dist/index.mjs.map +1 -1
  95. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.cjs +37 -0
  96. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs +38 -0
  97. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs.map +1 -0
  98. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.cjs +15 -0
  99. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs +15 -0
  100. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs.map +1 -0
  101. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +15 -0
  102. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +15 -0
  103. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs.map +1 -0
  104. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
  105. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
  106. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
  107. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +7 -0
  108. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs.map +1 -0
  109. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
  110. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
  111. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +19 -0
  112. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +20 -0
  113. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs.map +1 -0
  114. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +63 -0
  115. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +64 -0
  116. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs.map +1 -0
  117. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
  118. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +12 -0
  119. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs.map +1 -0
  120. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +15 -0
  121. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +17 -0
  122. package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs.map +1 -0
  123. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.cjs +32 -0
  124. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs +33 -0
  125. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs.map +1 -0
  126. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.cjs +28 -0
  127. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs +29 -0
  128. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs.map +1 -0
  129. package/dist/{join-paths-B0RBTuuw.cjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.cjs} +13 -65
  130. package/dist/{join-paths-Dd9KxuyL.mjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs} +5 -45
  131. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs.map +1 -0
  132. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.cjs +12 -0
  133. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs +9 -0
  134. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs.map +1 -0
  135. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.cjs +15 -0
  136. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs +15 -0
  137. package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs.map +1 -0
  138. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
  139. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +347 -0
  140. package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs.map +1 -0
  141. package/dist/{json5-DEV_07Nb.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs} +1 -1
  142. package/dist/{json5-jq90mF9X.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs} +2 -2
  143. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs.map +1 -0
  144. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
  145. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
  146. package/dist/{confbox.DA7CpUDY-DShUZ_rW.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs} +2 -2
  147. package/dist/{confbox.DA7CpUDY-r6FXRsI6.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs} +2 -7
  148. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs.map +1 -0
  149. package/dist/{confbox.DnMsyigM-C13n3X-S.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs} +3 -13
  150. package/dist/{confbox.DnMsyigM-V6Wj0LPC.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs} +3 -3
  151. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs.map +1 -0
  152. package/dist/{toml-DvrxV201.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs} +1 -1
  153. package/dist/{toml-uuOYvEAO.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs} +2 -2
  154. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs.map +1 -0
  155. package/dist/{yaml-CQSFMRMS.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs} +1 -1
  156. package/dist/{yaml-CIn2Gddw.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs} +2 -2
  157. package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs.map +1 -0
  158. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
  159. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +43 -0
  160. package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs.map +1 -0
  161. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
  162. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +46 -0
  163. package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs.map +1 -0
  164. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
  165. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +286 -0
  166. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs.map +1 -0
  167. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
  168. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +69 -0
  169. package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs.map +1 -0
  170. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
  171. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1008 -0
  172. package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs.map +1 -0
  173. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
  174. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +14 -0
  175. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs.map +1 -0
  176. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
  177. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2686 -0
  178. package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs.map +1 -0
  179. package/dist/{load-CC_Pu2Om.cjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs} +195 -2332
  180. package/dist/{load-EM4edkA2.mjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs} +195 -2319
  181. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs.map +1 -0
  182. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
  183. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +30 -0
  184. package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs.map +1 -0
  185. package/dist/{multipart-parser-aEF5a4Xf.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs} +8 -5
  186. package/dist/{multipart-parser-D65rtMfY.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs} +4 -3
  187. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs.map +1 -0
  188. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
  189. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +18 -0
  190. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs.map +1 -0
  191. package/dist/{node-Co8KdzkZ.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs} +796 -814
  192. package/dist/{node-D9MigVDD.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs} +795 -807
  193. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs.map +1 -0
  194. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
  195. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11764 -0
  196. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs.map +1 -0
  197. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.cjs +25 -0
  198. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +21 -0
  199. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs.map +1 -0
  200. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
  201. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +18 -0
  202. package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs.map +1 -0
  203. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.cjs +194 -0
  204. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs +192 -0
  205. package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs.map +1 -0
  206. package/dist/{dist-BQc8ZRwl.cjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs} +1 -1
  207. package/dist/{dist-mV5Swt78.mjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs} +1 -1
  208. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs.map +1 -0
  209. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
  210. package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
  211. package/dist/{defu-DV5Grr85.mjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs} +8 -43
  212. package/dist/{defu-CrqNIh1A.cjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs} +2 -90
  213. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs.map +1 -0
  214. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
  215. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +126 -0
  216. package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs.map +1 -0
  217. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
  218. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +137 -0
  219. package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs.map +1 -0
  220. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
  221. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +628 -0
  222. package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs.map +1 -0
  223. package/dist/types/index.cjs +9 -10
  224. package/dist/types/index.d.cts +2 -3
  225. package/dist/types/index.d.mts +2 -3
  226. package/dist/types/index.mjs +2 -3
  227. package/dist/types/plugin.cjs +133 -7
  228. package/dist/types/plugin.d.cts +155 -3
  229. package/dist/types/plugin.d.cts.map +1 -0
  230. package/dist/types/plugin.d.mts +155 -3
  231. package/dist/types/plugin.d.mts.map +1 -0
  232. package/dist/types/plugin.mjs +129 -3
  233. package/dist/types/plugin.mjs.map +1 -0
  234. package/dist/types/runtime.cjs +242 -3
  235. package/dist/types/runtime.d.cts +792 -2
  236. package/dist/{runtime-BDzzR4wH.d.cts.map → types/runtime.d.cts.map} +1 -1
  237. package/dist/types/runtime.d.mts +792 -2
  238. package/dist/{runtime-lYSIZdMn.d.mts.map → types/runtime.d.mts.map} +1 -1
  239. package/dist/types/runtime.mjs +241 -2
  240. package/dist/types/runtime.mjs.map +1 -0
  241. package/package.json +9 -9
  242. package/dist/automd-generator-BpvZRK0k.mjs +0 -32
  243. package/dist/automd-generator-BpvZRK0k.mjs.map +0 -1
  244. package/dist/automd-generator-CxG1owAE.cjs +0 -37
  245. package/dist/babel-BZqmdVF4.cjs +0 -0
  246. package/dist/babel-DgietUY3.mjs +0 -1
  247. package/dist/components-BUo6Koax.cjs +0 -0
  248. package/dist/components-DDFmImcI.mjs +0 -1
  249. package/dist/confbox.DA7CpUDY-DShUZ_rW.mjs.map +0 -1
  250. package/dist/confbox.DnMsyigM-V6Wj0LPC.mjs.map +0 -1
  251. package/dist/create-reflection-resource-3svZm2rY.d.cts +0 -14
  252. package/dist/create-reflection-resource-3svZm2rY.d.cts.map +0 -1
  253. package/dist/create-reflection-resource-CCpA76Yq.d.mts +0 -14
  254. package/dist/create-reflection-resource-CCpA76Yq.d.mts.map +0 -1
  255. package/dist/create-reflection-resource-D0QrD1Td.mjs +0 -23
  256. package/dist/create-reflection-resource-D0QrD1Td.mjs.map +0 -1
  257. package/dist/create-reflection-resource-d2zdTyOE.cjs +0 -27
  258. package/dist/defu-DV5Grr85.mjs.map +0 -1
  259. package/dist/dist-C_a6goTt.cjs +0 -15282
  260. package/dist/dist-CjWvISyq.mjs +0 -15271
  261. package/dist/dist-CjWvISyq.mjs.map +0 -1
  262. package/dist/dist-mV5Swt78.mjs.map +0 -1
  263. package/dist/docs-BAKwE4PJ.d.cts +0 -25
  264. package/dist/docs-BAKwE4PJ.d.cts.map +0 -1
  265. package/dist/docs-CVf-w8oz.d.mts +0 -25
  266. package/dist/docs-CVf-w8oz.d.mts.map +0 -1
  267. package/dist/docs-E0aCTO7H.cjs +0 -72
  268. package/dist/docs-WdCIcQmw.mjs +0 -67
  269. package/dist/docs-WdCIcQmw.mjs.map +0 -1
  270. package/dist/docs-helper-BSYSI2cH.mjs +0 -24
  271. package/dist/docs-helper-BSYSI2cH.mjs.map +0 -1
  272. package/dist/docs-helper-BWe1dt1m.cjs +0 -28
  273. package/dist/env-BSCEigpj.cjs +0 -593
  274. package/dist/env-D0KBPuAd.d.mts +0 -23
  275. package/dist/env-D0KBPuAd.d.mts.map +0 -1
  276. package/dist/env-DqI7dwC-.mjs +0 -582
  277. package/dist/env-DqI7dwC-.mjs.map +0 -1
  278. package/dist/env-DwM7pJm7.d.cts +0 -23
  279. package/dist/env-DwM7pJm7.d.cts.map +0 -1
  280. package/dist/helpers-45e1bvAO.mjs +0 -1
  281. package/dist/helpers-DgYP3uej.cjs +0 -0
  282. package/dist/index-BNRXMhlr.d.mts +0 -1
  283. package/dist/index-Bdi8CvaN.d.cts +0 -16
  284. package/dist/index-Bdi8CvaN.d.cts.map +0 -1
  285. package/dist/index-CEDY7cmG.d.cts +0 -1
  286. package/dist/index-CREkvfw9.d.mts +0 -1
  287. package/dist/index-DSiHnMH2.d.cts +0 -1
  288. package/dist/index-Drhzdkqe.d.mts +0 -16
  289. package/dist/index-Drhzdkqe.d.mts.map +0 -1
  290. package/dist/index-dhjtMp5F.d.mts +0 -1
  291. package/dist/index-uTS5iDq_.d.cts +0 -1
  292. package/dist/join-paths-Dd9KxuyL.mjs.map +0 -1
  293. package/dist/json5-jq90mF9X.mjs.map +0 -1
  294. package/dist/jsonc-CBh70baJ.cjs +0 -4
  295. package/dist/jsonc-CDLU6bgi.mjs +0 -4
  296. package/dist/load-EM4edkA2.mjs.map +0 -1
  297. package/dist/load-GpP6cojj.d.mts +0 -36
  298. package/dist/load-GpP6cojj.d.mts.map +0 -1
  299. package/dist/load-PHGmxX_X.d.cts +0 -36
  300. package/dist/load-PHGmxX_X.d.cts.map +0 -1
  301. package/dist/multipart-parser-D65rtMfY.mjs.map +0 -1
  302. package/dist/node-D9MigVDD.mjs.map +0 -1
  303. package/dist/persistence-5S3EirDm.mjs +0 -586
  304. package/dist/persistence-5S3EirDm.mjs.map +0 -1
  305. package/dist/persistence-BR4cUaN6.d.cts +0 -85
  306. package/dist/persistence-BR4cUaN6.d.cts.map +0 -1
  307. package/dist/persistence-DrKQZNCv.d.mts +0 -85
  308. package/dist/persistence-DrKQZNCv.d.mts.map +0 -1
  309. package/dist/persistence-DzS7SzMj.cjs +0 -712
  310. package/dist/plugin-CM1TSv1B.cjs +0 -159
  311. package/dist/plugin-CSVnrdpE.cjs +0 -146
  312. package/dist/plugin-CSe5f2cD.d.cts +0 -155
  313. package/dist/plugin-CSe5f2cD.d.cts.map +0 -1
  314. package/dist/plugin-DMbVjdcQ.d.mts +0 -155
  315. package/dist/plugin-DMbVjdcQ.d.mts.map +0 -1
  316. package/dist/plugin-Vyvy9w9Z.mjs +0 -141
  317. package/dist/plugin-Vyvy9w9Z.mjs.map +0 -1
  318. package/dist/plugin-eBjQJP6x.mjs +0 -130
  319. package/dist/plugin-eBjQJP6x.mjs.map +0 -1
  320. package/dist/reflect-Dm8a3c29.d.cts +0 -47
  321. package/dist/reflect-Dm8a3c29.d.cts.map +0 -1
  322. package/dist/reflect-Dpz8ifa0.d.mts +0 -47
  323. package/dist/reflect-Dpz8ifa0.d.mts.map +0 -1
  324. package/dist/runtime-BDzzR4wH.d.cts +0 -792
  325. package/dist/runtime-C5ukCv3P.mjs +0 -242
  326. package/dist/runtime-C5ukCv3P.mjs.map +0 -1
  327. package/dist/runtime-g0TEIoZK.cjs +0 -253
  328. package/dist/runtime-lYSIZdMn.d.mts +0 -792
  329. package/dist/source-file-env-4Vdtzc5-.cjs +0 -68
  330. package/dist/source-file-env-Brfopjyr.d.cts +0 -9
  331. package/dist/source-file-env-Brfopjyr.d.cts.map +0 -1
  332. package/dist/source-file-env-DWejSP2U.d.mts +0 -9
  333. package/dist/source-file-env-DWejSP2U.d.mts.map +0 -1
  334. package/dist/source-file-env-Tj-6qobx.mjs +0 -57
  335. package/dist/source-file-env-Tj-6qobx.mjs.map +0 -1
  336. package/dist/template-helpers-1SKodHKt.d.mts +0 -16
  337. package/dist/template-helpers-1SKodHKt.d.mts.map +0 -1
  338. package/dist/template-helpers-Cw8aba1r.mjs +0 -70
  339. package/dist/template-helpers-Cw8aba1r.mjs.map +0 -1
  340. package/dist/template-helpers-DoFoTIAC.cjs +0 -75
  341. package/dist/template-helpers-zyitPfMz.d.cts +0 -16
  342. package/dist/template-helpers-zyitPfMz.d.cts.map +0 -1
  343. package/dist/toml-uuOYvEAO.mjs.map +0 -1
  344. package/dist/types-DyPQho_C.mjs +0 -1
  345. package/dist/types-o3zWarRp.cjs +0 -0
  346. package/dist/yaml-CIn2Gddw.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"runtime-lYSIZdMn.d.mts","names":[],"sources":["../src/types/runtime.ts"],"sourcesContent":[],"mappings":";;AA6BA;AA81BA;;;;;;;;;UA91BiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA81BA,gBAAA"}
1
+ {"version":3,"file":"runtime.d.mts","names":[],"sources":["../../src/types/runtime.ts"],"sourcesContent":[],"mappings":";;AA6BA;AA81BA;;;;;;;;;UA91BiB,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA81BA,gBAAA"}
@@ -1,3 +1,242 @@
1
- import { n as __ΩSecretsInterface, t as __ΩEnvInterface } from "../runtime-C5ukCv3P.mjs";
1
+ //#region src/types/runtime.ts
2
+ const __ΩEnvInterface = [
3
+ "APP_NAME",
4
+ "The name of the application.",
5
+ "APP_VERSION",
6
+ "1.0.0",
7
+ "The version of the application.",
8
+ "BUILD_ID",
9
+ "The unique identifier for the build.",
10
+ "BUILD_TIMESTAMP",
11
+ "The timestamp the build was ran at.",
12
+ "BUILD_CHECKSUM",
13
+ "A checksum hash created during the build.",
14
+ "RELEASE_ID",
15
+ "The unique identifier for the release.",
16
+ "RELEASE_TAG",
17
+ "The tag for the release. This is generally in the format of \"\\<APP_NAME\\>\\@\\<APP_VERSION\\>\".",
18
+ "ORGANIZATION",
19
+ "The name of the organization that maintains the application.",
20
+ { alias: ["ORG"] },
21
+ "node",
22
+ "neutral",
23
+ "browser",
24
+ "PLATFORM",
25
+ "neutral",
26
+ "The platform for which the application was built.",
27
+ "development",
28
+ "test",
29
+ "production",
30
+ "MODE",
31
+ "production",
32
+ "The mode in which the application is running.",
33
+ { alias: ["NODE_ENV", "VERCEL_ENV"] },
34
+ "ENVIRONMENT",
35
+ "The environment the application is running in. This value will be populated with the value of `MODE` if not provided.",
36
+ "DEBUG",
37
+ "Indicates if the application is running in debug mode.",
38
+ "TEST",
39
+ "An indicator that specifies the current runtime is a test environment.",
40
+ "MINIMAL",
41
+ "An indicator that specifies the current runtime is a minimal environment.",
42
+ "NO_COLOR",
43
+ "An indicator that specifies the current runtime is a no color environment.",
44
+ "FORCE_COLOR",
45
+ "An indicator that specifies the current runtime is a force color environment.",
46
+ "FORCE_HYPERLINK",
47
+ "An indicator that specifies the current runtime should force hyperlinks in terminal output.",
48
+ "AGENT_NAME",
49
+ "The name of the agent running the application. This variable is set by certain CI/CD systems.",
50
+ "COLORTERM",
51
+ "The color terminal type. This variable is set by certain terminal emulators.",
52
+ "TERM",
53
+ "The terminal type. This variable is set by certain CI/CD systems.",
54
+ "TERM_PROGRAM",
55
+ "The terminal program name. This variable is set by certain terminal emulators.",
56
+ "TERM_PROGRAM_VERSION",
57
+ "The terminal program version. This variable is set by certain terminal emulators.",
58
+ "TERMINAL_EMULATOR",
59
+ "The terminal emulator name. This variable is set by certain terminal emulators.",
60
+ "WT_SESSION",
61
+ "The terminal emulator session ID. This variable is set by certain terminal emulators.",
62
+ "TERMINUS_SUBLIME",
63
+ "An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.",
64
+ "ConEmuTask",
65
+ "The ConEmu task name. This variable is set by certain terminal emulators.",
66
+ "CURSOR_TRACE_ID",
67
+ "The cursor trace ID. This variable is set by certain terminal emulators.",
68
+ "VTE_VERSION",
69
+ "The VTE version. This variable is set by certain terminal emulators.",
70
+ "STACKTRACE",
71
+ "Indicates if error stack traces should be captured.",
72
+ "INCLUDE_ERROR_DATA",
73
+ "Indicates if error data should be included.",
74
+ "ERROR_URL",
75
+ "A web page to lookup error messages and display additional information given an error code.",
76
+ { title: "Error Details URL" },
77
+ "DEFAULT_TIMEZONE",
78
+ "America/New_York",
79
+ "The default timezone for the application.",
80
+ "DEFAULT_LOCALE",
81
+ "en_US",
82
+ "The default locale to be used in the application.",
83
+ "error",
84
+ "warn",
85
+ "info",
86
+ "debug",
87
+ "LOG_LEVEL",
88
+ "info",
89
+ "The default lowest log level to accept. If `null`, the logger will reject all records.",
90
+ "CI",
91
+ "An indicator that specifies the current runtime is a continuous integration environment.",
92
+ {
93
+ alias: ["CONTINUOUS_INTEGRATION"],
94
+ title: "Continuous Integration"
95
+ },
96
+ "RUN_ID",
97
+ "The unique identifier for the current run. This value is set by certain CI/CD systems.",
98
+ "AGOLA_GIT_REF",
99
+ "The agola git reference. This value is set by certain CI/CD systems.",
100
+ "AC_APPCIRCLE",
101
+ "The appcircle build ID. This value is set by certain CI/CD systems.",
102
+ "APPVEYOR",
103
+ "The appveyor build ID. This value is set by certain CI/CD systems.",
104
+ "CODEBUILD",
105
+ "The codebuild build ID. This value is set by certain CI/CD systems.",
106
+ "TF_BUILD",
107
+ "The task force build ID. This value is set by certain CI/CD systems.",
108
+ "bamboo_planKey",
109
+ "The bamboo plan key. This value is set by certain CI/CD systems.",
110
+ "BITBUCKET_COMMIT",
111
+ "The bitbucket commit. This value is set by certain CI/CD systems.",
112
+ "BITRISE_IO",
113
+ "The bitrise build ID. This value is set by certain CI/CD systems.",
114
+ "BUDDY_WORKSPACE_ID",
115
+ "The buddy workspace ID. This value is set by certain CI/CD systems.",
116
+ "BUILDKITE",
117
+ "The buildkite build ID. This value is set by certain CI/CD systems.",
118
+ "CIRCLECI",
119
+ "The circleci build ID. This value is set by certain CI/CD systems.",
120
+ "CIRRUS_CI",
121
+ "The cirrus-ci build ID. This value is set by certain CI/CD systems.",
122
+ "CF_BUILD_ID",
123
+ "The cf build ID. This value is set by certain CI/CD systems.",
124
+ "CM_BUILD_ID",
125
+ "The cm build ID. This value is set by certain CI/CD systems.",
126
+ "CI_NAME",
127
+ "The ci name. This value is set by certain CI/CD systems.",
128
+ "DRONE",
129
+ "The drone build ID. This value is set by certain CI/CD systems.",
130
+ "DSARI",
131
+ "The dsari build ID. This value is set by certain CI/CD systems.",
132
+ "EARTHLY_CI",
133
+ "The earthly build ID. This value is set by certain CI/CD systems.",
134
+ "EAS_BUILD",
135
+ "The eas build ID. This value is set by certain CI/CD systems.",
136
+ "GERRIT_PROJECT",
137
+ "The gerrit project. This value is set by certain CI/CD systems.",
138
+ "GITEA_ACTIONS",
139
+ "The gitea actions build ID. This value is set by certain CI/CD systems.",
140
+ "GITHUB_ACTIONS",
141
+ "The github actions build ID. This value is set by certain CI/CD systems.",
142
+ "GITLAB_CI",
143
+ "The gitlab ci build ID. This value is set by certain CI/CD systems.",
144
+ "GOCD",
145
+ "The go cd build ID. This value is set by certain CI/CD systems.",
146
+ "BUILDER_OUTPUT",
147
+ "The builder output build ID. This value is set by certain CI/CD systems.",
148
+ "HARNESS_BUILD_ID",
149
+ "The harness build ID. This value is set by certain CI/CD systems.",
150
+ "JENKINS_URL",
151
+ "The jenkins url. This value is set by certain CI/CD systems.",
152
+ "LAYERCI",
153
+ "The layerci build ID. This value is set by certain CI/CD systems.",
154
+ "MAGNUM",
155
+ "The magnum build ID. This value is set by certain CI/CD systems.",
156
+ "NETLIFY",
157
+ "The netlify build ID. This value is set by certain CI/CD systems.",
158
+ "NEVERCODE",
159
+ "The nevercode build ID. This value is set by certain CI/CD systems.",
160
+ "PROW_JOB_ID",
161
+ "The prow job ID. This value is set by certain CI/CD systems.",
162
+ "RELEASE_BUILD_ID",
163
+ "The release build ID. This value is set by certain CI/CD systems.",
164
+ "RENDER",
165
+ "The render build ID. This value is set by certain CI/CD systems.",
166
+ "SAILCI",
167
+ "The sailci build ID. This value is set by certain CI/CD systems.",
168
+ "HUDSON",
169
+ "The hudson build ID. This value is set by certain CI/CD systems.",
170
+ "SCREWDRIVER",
171
+ "The screwdriver build ID. This value is set by certain CI/CD systems.",
172
+ "SEMAPHORE",
173
+ "The semaphore build ID. This value is set by certain CI/CD systems.",
174
+ "SOURCEHUT",
175
+ "The sourcehut build ID. This value is set by certain CI/CD systems.",
176
+ "SPACESHIP_CI",
177
+ "The spaceship build ID. This value is set by certain CI/CD systems.",
178
+ "STRIDER",
179
+ "The strider build ID. This value is set by certain CI/CD systems.",
180
+ "TASK_ID",
181
+ "The task ID. This value is set by certain CI/CD systems.",
182
+ "TEAMCITY_VERSION",
183
+ "The teamcity version. This value is set by certain CI/CD systems.",
184
+ "TRAVIS",
185
+ "The travis build ID. This value is set by certain CI/CD systems.",
186
+ "VELA",
187
+ "The vela build ID. This value is set by certain CI/CD systems.",
188
+ "NOW_BUILDER",
189
+ "The now builder build ID. This value is set by certain CI/CD systems.",
190
+ "APPCENTER_BUILD_ID",
191
+ "The appcenter build ID. This value is set by certain CI/CD systems.",
192
+ "CI_XCODE_PROJECT",
193
+ "The xcode project build ID. This value is set by certain CI/CD systems.",
194
+ "XCS",
195
+ "The xcode server build ID. This value is set by certain CI/CD systems.",
196
+ "DATA_DIR",
197
+ "The application's runtime data directory.",
198
+ { title: "Data Directory" },
199
+ "CONFIG_DIR",
200
+ "The application's configuration data directory.",
201
+ { title: "Configuration Directory" },
202
+ "CACHE_DIR",
203
+ "The application's cached data directory.",
204
+ { title: "Cache Directory" },
205
+ "LOG_DIR",
206
+ "The application's logging directory.",
207
+ { title: "Log Directory" },
208
+ "TEMP_DIR",
209
+ "The application's temporary data directory.",
210
+ { title: "Temporary Directory" },
211
+ "LOCALAPPDATA",
212
+ "A variable that specifies the current user's local application data directory on Windows.",
213
+ "APPDATA",
214
+ "A variable that specifies the application data directory on Windows.",
215
+ "XDG_DATA_HOME",
216
+ "A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.",
217
+ "XDG_CONFIG_HOME",
218
+ "A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.",
219
+ "XDG_CACHE_HOME",
220
+ "A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.",
221
+ "XDG_STATE_HOME",
222
+ "A variable that specifies the state directory on Linux systems using the XDG base directory specification.",
223
+ "XDG_RUNTIME_DIR",
224
+ "A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.",
225
+ "DEVENV_RUNTIME",
226
+ "A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.",
227
+ "The base environment configuration used by Powerlines applications",
228
+ "EnvInterface",
229
+ "P&4!9?\"&4#9>$?%&4&9?'&4(9?)&4*9?+&4,9?-&4.9?/&40?1z2P.3.4.5J46>7?8P.9.:.;J4<>=?>z?&4@>=?A)4B?C)4D?E)4F?G)4H?IP)'J4J?KP)'J4L?M&4N89?O&4P89?Q&4R89?S&4T89?U&4V89?W&4X89?Y&4Z89?[)4\\89?]&4^89?_&4`89?a&4b89?c)4d?e)4f?g&4h?izj&4k>l?m&4n>o?pP.q.r.s.t,J4u8>v?w)4x?yzz&4{89?|&4}89?~&489?€&489?‚&4ƒ89?„&4…89?†&4‡89?ˆ&4‰89?Š&4‹89?Œ&489?Ž&489?&4‘89?’&4“89?”&4•89?–&4—89?˜&4™89?š&4›89?œ&489?ž&4Ÿ89?\xA0&4¡89?¢&4£89?¤&4¥89?¦&4§89?¨&4©89?ª&4«89?¬&4­89?®&4¯89?°&4±89?²&4³89?´&4µ89?¶&4·89?¸&4¹89?º&4»89?¼&4½89?¾&4¿89?À&4Á89?Â&4Ã89?Ä&4Å89?Æ&4Ç89?È&4É89?Ê&4Ë89?Ì&4Í89?Î&4Ï89?Ð&4Ñ89?Ò&4Ó89?Ô&4Õ89?Ö&4×89?Ø&4Ù89?Ú&4Û89?Ü&4Ý89?Þ&4ß8?àzá&4â8?ãzä&4å8?æzç&4è8?ézê&4ë8?ìzí&4î89?ï&4ð89?ñ&4ò89?ó&4ô89?õ&4ö89?÷&4ø89?ù&4ú89?û&4ü8?ýM?þwÿy"
230
+ ];
231
+ const __ΩSecretsInterface = [
232
+ "ENCRYPTION_KEY",
233
+ "The secret key used for encryption and decryption.",
234
+ { title: "Encryption Key" },
235
+ "The base secrets configuration used by Powerlines applications",
236
+ "SecretsInterface",
237
+ "P&4!?\"z#M?$w%y"
238
+ ];
2
239
 
3
- export { __ΩEnvInterface, __ΩSecretsInterface };
240
+ //#endregion
241
+ export { __ΩEnvInterface, __ΩSecretsInterface };
242
+ //# sourceMappingURL=runtime.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.mjs","names":[],"sources":["../../src/types/runtime.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n/**\n * The base environment configuration used by Powerlines applications\n *\n * @remarks\n * This interface is used to define the environment variables, configuration options, and runtime settings used by applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \\`powerlines docs\\` command.\n *\n * @categoryDescription Platform\n * The name of the platform the configuration parameter is intended for use in.\n *\n * @showCategories\n */\nexport interface EnvInterface {\n /**\n * The name of the application.\n *\n * @readonly\n * @category neutral\n */\n readonly APP_NAME: string;\n\n /**\n * The version of the application.\n *\n * @defaultValue \"1.0.0\"\n *\n * @readonly\n * @category neutral\n */\n readonly APP_VERSION: string;\n\n /**\n * The unique identifier for the build.\n *\n * @readonly\n * @category neutral\n */\n readonly BUILD_ID: string;\n\n /**\n * The timestamp the build was ran at.\n *\n * @readonly\n * @category neutral\n */\n readonly BUILD_TIMESTAMP: string;\n\n /**\n * A checksum hash created during the build.\n *\n * @readonly\n * @category neutral\n */\n readonly BUILD_CHECKSUM: string;\n\n /**\n * The unique identifier for the release.\n *\n * @readonly\n * @category neutral\n */\n readonly RELEASE_ID: string;\n\n /**\n * The tag for the release. This is generally in the format of \"\\<APP_NAME\\>\\@\\<APP_VERSION\\>\".\n *\n * @readonly\n * @category neutral\n */\n readonly RELEASE_TAG: string;\n\n /**\n * The name of the organization that maintains the application.\n *\n * @remarks\n * This variable is used to specify the name of the organization that maintains the application. If not provided in an environment, it will try to use the value in {@link @storm-software/config-tools/StormWorkspaceConfig#organization}.\n *\n * @alias ORG\n * @alias ORG_ID\n * @category neutral\n */\n ORGANIZATION: string;\n\n /**\n * The platform for which the application was built.\n *\n * @defaultValue \"neutral\"\n *\n * @category neutral\n */\n PLATFORM: \"node\" | \"neutral\" | \"browser\";\n\n /**\n * The mode in which the application is running.\n *\n * @defaultValue \"production\"\n *\n * @alias NODE_ENV\n * @alias ENV\n * @alias VERCEL_ENV\n *\n * @category neutral\n */\n MODE: \"development\" | \"test\" | \"production\";\n\n /**\n * The environment the application is running in. This value will be populated with the value of `MODE` if not provided.\n *\n * @defaultValue \"production\"\n *\n * @category neutral\n */\n ENVIRONMENT: string;\n\n /**\n * Indicates if the application is running in debug mode.\n *\n * @category neutral\n */\n DEBUG: boolean;\n\n /**\n * An indicator that specifies the current runtime is a test environment.\n *\n * @category neutral\n */\n TEST: boolean;\n\n /**\n * An indicator that specifies the current runtime is a minimal environment.\n *\n * @category node\n */\n MINIMAL: boolean;\n\n /**\n * An indicator that specifies the current runtime is a no color environment.\n *\n * @category node\n */\n NO_COLOR: boolean;\n\n /**\n * An indicator that specifies the current runtime is a force color environment.\n *\n * @category node\n */\n FORCE_COLOR: boolean | number;\n\n /**\n * An indicator that specifies the current runtime should force hyperlinks in terminal output.\n *\n * @remarks\n * This variable is used to force hyperlinks in terminal output, even if the terminal does not support them. This is useful for debugging and development purposes.\n\n * @category node\n */\n FORCE_HYPERLINK: boolean | number;\n\n /**\n * The name of the agent running the application. This variable is set by certain CI/CD systems.\n *\n * @readonly\n * @category neutral\n */\n readonly AGENT_NAME?: string;\n\n /**\n * The color terminal type. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly COLORTERM?: string;\n\n /**\n * The terminal type. This variable is set by certain CI/CD systems.\n *\n * @remarks\n * This variable is used to specify the terminal type that the application is running in. It can be used to determine how to format output for the terminal.\n *\n * @readonly\n * @category node\n */\n readonly TERM?: string;\n\n /**\n * The terminal program name. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly TERM_PROGRAM?: string;\n\n /**\n * The terminal program version. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly TERM_PROGRAM_VERSION?: string;\n\n /**\n * The terminal emulator name. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly TERMINAL_EMULATOR?: string;\n\n /**\n * The terminal emulator session ID. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly WT_SESSION?: string;\n\n /**\n * An indicator that specifies the current terminal is running Terminus Sublime. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly TERMINUS_SUBLIME?: boolean;\n\n /**\n * The ConEmu task name. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly ConEmuTask?: string;\n\n /**\n * The cursor trace ID. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly CURSOR_TRACE_ID?: string;\n\n /**\n * The VTE version. This variable is set by certain terminal emulators.\n *\n * @readonly\n * @category node\n */\n readonly VTE_VERSION?: string;\n\n /**\n * Indicates if error stack traces should be captured.\n *\n * @category neutral\n */\n STACKTRACE: boolean;\n\n /**\n * Indicates if error data should be included.\n *\n * @category neutral\n */\n INCLUDE_ERROR_DATA: boolean;\n\n /**\n * A web page to lookup error messages and display additional information given an error code.\n *\n * @remarks\n * This variable is used to provide a URL to a page that can be used to look up error messages given an error code. This is used to provide a more user-friendly error message to the user.\n *\n * @title Error Details URL\n * @category neutral\n */\n ERROR_URL: string;\n\n /**\n * The default timezone for the application.\n *\n * @defaultValue \"America/New_York\"\n * @category neutral\n */\n DEFAULT_TIMEZONE: string;\n\n /**\n * The default locale to be used in the application.\n *\n * @defaultValue \"en_US\"\n * @category neutral\n */\n DEFAULT_LOCALE: string;\n\n /**\n * The default lowest log level to accept. If `null`, the logger will reject all records.\n *\n * @defaultValue \"info\"\n *\n * @category neutral\n */\n LOG_LEVEL?: \"error\" | \"warn\" | \"info\" | \"debug\" | null;\n\n /**\n * An indicator that specifies the current runtime is a continuous integration environment.\n *\n * @title Continuous Integration\n * @alias CONTINUOUS_INTEGRATION\n * @category neutral\n */\n CI: boolean;\n\n /**\n * The unique identifier for the current run. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly RUN_ID?: string;\n\n /**\n * The agola git reference. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly AGOLA_GIT_REF?: string;\n\n /**\n * The appcircle build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly AC_APPCIRCLE?: string;\n\n /**\n * The appveyor build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly APPVEYOR?: string;\n\n /**\n * The codebuild build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CODEBUILD?: string;\n\n /**\n * The task force build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly TF_BUILD?: string;\n\n /**\n * The bamboo plan key. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly bamboo_planKey?: string;\n\n /**\n * The bitbucket commit. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly BITBUCKET_COMMIT?: string;\n\n /**\n * The bitrise build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly BITRISE_IO?: string;\n\n /**\n * The buddy workspace ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly BUDDY_WORKSPACE_ID?: string;\n\n /**\n * The buildkite build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly BUILDKITE?: string;\n\n /**\n * The circleci build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CIRCLECI?: string;\n\n /**\n * The cirrus-ci build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CIRRUS_CI?: string;\n\n /**\n * The cf build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CF_BUILD_ID?: string;\n\n /**\n * The cm build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CM_BUILD_ID?: string;\n\n /**\n * The ci name. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CI_NAME?: string;\n\n /**\n * The drone build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly DRONE?: string;\n\n /**\n * The dsari build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly DSARI?: string;\n\n /**\n * The earthly build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly EARTHLY_CI?: string;\n\n /**\n * The eas build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly EAS_BUILD?: string;\n\n /**\n * The gerrit project. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly GERRIT_PROJECT?: string;\n\n /**\n * The gitea actions build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly GITEA_ACTIONS?: string;\n\n /**\n * The github actions build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly GITHUB_ACTIONS?: string;\n\n /**\n * The gitlab ci build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly GITLAB_CI?: string;\n\n /**\n * The go cd build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly GOCD?: string;\n\n /**\n * The builder output build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly BUILDER_OUTPUT?: string;\n\n /**\n * The harness build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly HARNESS_BUILD_ID?: string;\n\n /**\n * The jenkins url. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly JENKINS_URL?: string;\n\n /**\n * The layerci build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly LAYERCI?: string;\n\n /**\n * The magnum build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly MAGNUM?: string;\n\n /**\n * The netlify build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly NETLIFY?: string;\n\n /**\n * The nevercode build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly NEVERCODE?: string;\n\n /**\n * The prow job ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly PROW_JOB_ID?: string;\n\n /**\n * The release build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly RELEASE_BUILD_ID?: string;\n\n /**\n * The render build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly RENDER?: string;\n\n /**\n * The sailci build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly SAILCI?: string;\n\n /**\n * The hudson build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly HUDSON?: string;\n\n /**\n * The screwdriver build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly SCREWDRIVER?: string;\n\n /**\n * The semaphore build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly SEMAPHORE?: string;\n\n /**\n * The sourcehut build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly SOURCEHUT?: string;\n /**\n * The spaceship build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly SPACESHIP_CI?: string;\n\n /**\n * The strider build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly STRIDER?: string;\n\n /**\n * The task ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly TASK_ID?: string;\n\n /**\n * The teamcity version. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly TEAMCITY_VERSION?: string;\n\n /**\n * The travis build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly TRAVIS?: string;\n\n /**\n * The vela build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly VELA?: string;\n\n /**\n * The now builder build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly NOW_BUILDER?: string;\n\n /**\n * The appcenter build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly APPCENTER_BUILD_ID?: string;\n\n /**\n * The xcode project build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly CI_XCODE_PROJECT?: string;\n\n /**\n * The xcode server build ID. This value is set by certain CI/CD systems.\n *\n * @readonly\n * @category node\n */\n readonly XCS?: string;\n\n /**\n * The application's runtime data directory.\n *\n * @remarks\n * This variable is used to override the base path of the system's local application data directory. This variable is used to set the \\`$storm.paths.data\\` property.\n *\n * @title Data Directory\n * @category node\n */\n DATA_DIR?: string;\n\n /**\n * The application's configuration data directory.\n *\n * @remarks\n * This variable is used to override the base path of the system's local application configuration directory. This variable is used to set the \\`$storm.paths.config\\` property.\n *\n * @title Configuration Directory\n * @category node\n */\n CONFIG_DIR?: string;\n\n /**\n * The application's cached data directory.\n *\n * @remarks\n * This variable is used to override the base path of the system's local cache data directory. This variable is used to set the \\`$storm.paths.cache\\` property.\n *\n * @title Cache Directory\n * @category node\n */\n CACHE_DIR?: string;\n\n /**\n * The application's logging directory.\n *\n * @remarks\n * This variable is used to override the base path of the system's local application log directory. This variable is used to set the \\`$storm.paths.log\\` property.\n *\n * @title Log Directory\n * @category node\n */\n LOG_DIR?: string;\n\n /**\n * The application's temporary data directory.\n *\n * @remarks\n * This variable is used to override the base path of the system's local temporary data directory. This variable is used to set the \\`$storm.paths.temp\\` property.\n *\n * @title Temporary Directory\n * @category node\n */\n TEMP_DIR?: string;\n\n /**\n * A variable that specifies the current user's local application data directory on Windows.\n *\n * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html\n *\n * @remarks\n * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \\`$storm.paths.data\\`, \\`$storm.paths.cache\\`, and \\`$storm.paths.log\\` properties.\n *\n * @readonly\n * @category node\n */\n readonly LOCALAPPDATA?: string;\n\n /**\n * A variable that specifies the application data directory on Windows.\n *\n * @see https://www.advancedinstaller.com/appdata-localappdata-programdata.html\n *\n * @remarks\n * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \\`$storm.paths.config\\` property.\n *\n * @readonly\n * @category node\n */\n readonly APPDATA?: string;\n\n /**\n * A variable that specifies the data path in the home directory on Linux systems using the XDG base directory specification.\n *\n * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c\n *\n * @remarks\n * This variable is used to specify a path to application data that is specific to the current user. This variable can be used to set the \\`$storm.paths.data\\` property.\n *\n * @readonly\n * @category node\n */\n readonly XDG_DATA_HOME?: string;\n\n /**\n * A variable that specifies the configuration path in the home directory on Linux systems using the XDG base directory specification.\n *\n * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c\n *\n * @remarks\n * This variable is used to specify a path to configuration data that is specific to the current user. This variable can be used to set the \\`$storm.paths.config\\` property.\n *\n * @readonly\n * @category node\n */\n readonly XDG_CONFIG_HOME?: string;\n\n /**\n * A variable that specifies the cache path in the home directory on Linux systems using the XDG base directory specification.\n *\n * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c\n *\n * @remarks\n * This variable is used to specify a path to cache data that is specific to the current user. This variable can be used to set the \\`$storm.paths.cache\\` property.\n *\n * @readonly\n * @category node\n */\n readonly XDG_CACHE_HOME?: string;\n\n /**\n * A variable that specifies the state directory on Linux systems using the XDG base directory specification.\n *\n * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c\n *\n * @remarks\n * This variable is used to specify a path to application state data that is specific to the current user. This variable can be used to set the \\`$storm.paths.state\\` property.\n *\n * @readonly\n * @category node\n */\n readonly XDG_STATE_HOME?: string;\n\n /**\n * A variable that specifies the runtime directory on Linux systems using the XDG base directory specification.\n *\n * @see https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c\n *\n * @remarks\n * This variable is used to specify a path to runtime data that is specific to the current user. This variable can be used to set the \\`$storm.paths.temp\\` property.\n *\n * @readonly\n * @category node\n */\n readonly XDG_RUNTIME_DIR?: string;\n\n /**\n * A variable that specifies the [Devenv](https://devenv.sh/) runtime directory.\n *\n * @see https://devenv.sh/files-and-variables/#devenv_dotfile\n * @see https://nixos.org/\n *\n * @remarks\n * This variable is used to specify a path to application data that is specific to the current [Nix](https://nixos.org/) environment. This variable can be used to set the \\`$storm.paths.temp\\` property.\n *\n * @category node\n */\n DEVENV_RUNTIME?: string;\n}\n\n/**\n * The base secrets configuration used by Powerlines applications\n *\n * @remarks\n * This interface is used to define the secret configuration options used by Powerlines applications. It is used to provide type safety, autocompletion, and default values for the environment variables. The comments of each variable are used to provide documentation descriptions when running the \\`storm docs\\` command. Since these are secrets, no default values should be provided and the values should be kept confidential (excluded from the client).\n */\nexport interface SecretsInterface {\n /**\n * The secret key used for encryption and decryption.\n *\n * @remarks\n * This variable is used to provide a secret key for encryption and decryption of sensitive data. It is important that this value is kept confidential and not exposed in client-side code or public repositories.\n *\n * @title Encryption Key\n */\n ENCRYPTION_KEY: string;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,sBAAsB;CAAC;CAAkB;CAAqB,EAAA,OAAA,kBAAA;CAAA;CAAA;CAAA;CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.15.161",
3
+ "version": "0.15.162",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "repository": {
@@ -305,10 +305,10 @@
305
305
  "@alloy-js/typescript": "^0.22.0",
306
306
  "@babel/core": "^7.28.6",
307
307
  "@babel/types": "^7.28.6",
308
- "@powerlines/plugin-alloy": "^0.19.33",
309
- "@powerlines/plugin-automd": "^0.1.253",
310
- "@powerlines/plugin-babel": "^0.12.262",
311
- "@powerlines/plugin-plugin": "^0.12.204",
308
+ "@powerlines/plugin-alloy": "^0.19.34",
309
+ "@powerlines/plugin-automd": "^0.1.254",
310
+ "@powerlines/plugin-babel": "^0.12.263",
311
+ "@powerlines/plugin-plugin": "^0.12.205",
312
312
  "@storm-software/config-tools": "^1.189.0",
313
313
  "@stryke/capnp": "^0.12.65",
314
314
  "@stryke/env": "^0.20.57",
@@ -318,15 +318,15 @@
318
318
  "@stryke/type-checks": "^0.5.23",
319
319
  "@stryke/types": "^0.10.37",
320
320
  "automd": "^0.4.3",
321
- "powerlines": "^0.38.20"
321
+ "powerlines": "^0.38.21"
322
322
  },
323
323
  "devDependencies": {
324
- "@powerlines/deepkit": "^0.6.33",
325
- "@powerlines/plugin-deepkit": "^0.11.132",
324
+ "@powerlines/deepkit": "^0.6.34",
325
+ "@powerlines/plugin-deepkit": "^0.11.133",
326
326
  "@types/node": "^24.10.9",
327
327
  "vite": "8.0.0-beta.2"
328
328
  },
329
329
  "publishConfig": { "access": "public" },
330
330
  "types": "./dist/index.d.cts",
331
- "gitHead": "3bb9c2ceddd982204c00426c94d19ab62bcc8c30"
331
+ "gitHead": "6000a15bf3fbc1b7eaaf967088c68eef9949786a"
332
332
  }
@@ -1,32 +0,0 @@
1
- import { t as joinPaths } from "./join-paths-Dd9KxuyL.mjs";
2
- import { __ΩUnresolvedContext } from "powerlines/types/context";
3
- import { defineGenerator } from "automd";
4
-
5
- //#region src/helpers/automd-generator.ts
6
- function __assignType(fn, args) {
7
- fn.__type = args;
8
- return fn;
9
- }
10
- /**
11
- * AutoMD generator to generate environment variable documentation
12
- *
13
- * @param context - The generator context.
14
- * @returns The generated documentation content.
15
- */
16
- const env = __assignType((context) => defineGenerator({
17
- name: "env",
18
- generate: __assignType(async function generate() {
19
- const envDocFile = joinPaths(context.config.projectRoot, "docs", "generated", "env.md");
20
- if (!context.fs.existsSync(envDocFile)) return { contents: "" };
21
- return { contents: await context.fs.read(envDocFile) || "" };
22
- }, ["generate", "P\"/!"])
23
- }), [
24
- () => __ΩUnresolvedContext,
25
- "context",
26
- "",
27
- "Pn!2\"\"/#"
28
- ]);
29
-
30
- //#endregion
31
- export { env as t };
32
- //# sourceMappingURL=automd-generator-BpvZRK0k.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"automd-generator-BpvZRK0k.mjs","names":[],"sources":["../src/helpers/automd-generator.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { joinPaths } from \"@stryke/path/join-paths\";\nimport { defineGenerator } from \"automd\";\nimport { UnresolvedContext } from \"powerlines/types/context\";\n\n/**\n * AutoMD generator to generate environment variable documentation\n *\n * @param context - The generator context.\n * @returns The generated documentation content.\n */\nexport const env = (context: UnresolvedContext) =>\n defineGenerator({\n name: \"env\",\n async generate() {\n const envDocFile = joinPaths(\n context.config.projectRoot,\n \"docs\",\n \"generated\",\n \"env.md\"\n );\n\n if (!context.fs.existsSync(envDocFile)) {\n return {\n contents: \"\"\n };\n }\n\n const contents = await context.fs.read(envDocFile);\n\n return {\n contents: contents || \"\"\n };\n }\n });\n"],"mappings":";;;;;AAEA,SAAS,aAAa,IAAI,MAAM;;AAE5B,QAAO;;;;;;;;AA2BX,MAAa,MAAM,cAAE,YAAA,gBAAA;CACjB,MAAM;CACN,UAAU,aAAa,eAAO,WAAA;EAC1B,MAAM,aAAA,UAAA,QAAA,OAAA,aAAA,QAAA,aAAA,SAAA;AACN,MAAI,CAAC,QAAM,GAAA,WAAA,WAAA,CACP,QAAG,EACR,UAAA;AAIC,SAAO,EACN,UAFM,MAAA,QAAA,GAAA,KAAA,WAAA,IAEN,IACH;;CAEL,CAAC,EAAE;OAAO;CAAsB;CAAW;CAAI;CAAQ,CAAA"}
@@ -1,37 +0,0 @@
1
- const require_chunk = require('./chunk-CNVrAnJR.cjs');
2
- const require_join_paths = require('./join-paths-B0RBTuuw.cjs');
3
- let powerlines_types_context = require("powerlines/types/context");
4
- let automd = require("automd");
5
-
6
- //#region src/helpers/automd-generator.ts
7
- function __assignType(fn, args) {
8
- fn.__type = args;
9
- return fn;
10
- }
11
- /**
12
- * AutoMD generator to generate environment variable documentation
13
- *
14
- * @param context - The generator context.
15
- * @returns The generated documentation content.
16
- */
17
- const env = __assignType((context) => (0, automd.defineGenerator)({
18
- name: "env",
19
- generate: __assignType(async function generate() {
20
- const envDocFile = require_join_paths.joinPaths(context.config.projectRoot, "docs", "generated", "env.md");
21
- if (!context.fs.existsSync(envDocFile)) return { contents: "" };
22
- return { contents: await context.fs.read(envDocFile) || "" };
23
- }, ["generate", "P\"/!"])
24
- }), [
25
- () => powerlines_types_context.__ΩUnresolvedContext,
26
- "context",
27
- "",
28
- "Pn!2\"\"/#"
29
- ]);
30
-
31
- //#endregion
32
- Object.defineProperty(exports, 'env', {
33
- enumerable: true,
34
- get: function () {
35
- return env;
36
- }
37
- });
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- {"version":3,"file":"confbox.DA7CpUDY-DShUZ_rW.mjs","names":[],"sources":["../../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs"],"sourcesContent":["const b=/^(?:( )+|\\t+)/,d=\"space\",h=\"tab\";function g(e,t){const n=new Map;let s=0,o,i;for(const c of e.split(/\\n/g)){if(!c)continue;let f,a,l,p,r;const y=c.match(b);if(y===null)s=0,o=\"\";else{if(f=y[0].length,a=y[1]?d:h,t&&a===d&&f===1)continue;a!==o&&(s=0),o=a,l=1,p=0;const u=f-s;if(s=f,u===0)l=0,p=1;else{const I=u>0?u:-u;i=T(a,I)}r=n.get(i),r=r===void 0?[1,0]:[r[0]+l,r[1]+p],n.set(i,r)}}return n}function T(e,t){return(e===d?\"s\":\"t\")+String(t)}function w(e){const n=e[0]===\"s\"?d:h,s=Number(e.slice(1));return{type:n,amount:s}}function E(e){let t,n=0,s=0;for(const[o,[i,c]]of e)(i>n||i===n&&c>s)&&(n=i,s=c,t=o);return t}function S(e,t){return(e===d?\" \":\"\t\").repeat(t)}function _(e){if(typeof e!=\"string\")throw new TypeError(\"Expected a string\");let t=g(e,!0);t.size===0&&(t=g(e,!1));const n=E(t);let s,o=0,i=\"\";return n!==void 0&&({type:s,amount:o}=w(n),i=S(s,o)),{amount:o,type:s,indent:i}}const m=Symbol.for(\"__confbox_fmt__\"),k=/^(\\s+)/,v=/(\\s+)$/;function x(e,t={}){const n=t.indent===void 0&&t.preserveIndentation!==!1&&e.slice(0,t?.sampleSize||1024),s=t.preserveWhitespace===!1?void 0:{start:k.exec(e)?.[0]||\"\",end:v.exec(e)?.[0]||\"\"};return{sample:n,whiteSpace:s}}function N(e,t,n){!t||typeof t!=\"object\"||Object.defineProperty(t,m,{enumerable:!1,configurable:!0,writable:!0,value:x(e,n)})}function C(e,t){if(!e||typeof e!=\"object\"||!(m in e))return{indent:t?.indent??2,whitespace:{start:\"\",end:\"\"}};const n=e[m];return{indent:t?.indent||_(n.sample||\"\").indent,whitespace:n.whiteSpace||{start:\"\",end:\"\"}}}export{C as g,N as s};\n"],"x_google_ignoreList":[0],"mappings":";AAA83B,MAAM,IAAE,OAAO,IAAI,kBAAkB,EAAC,IAAE,UAAS,IAAE;AAAS,SAAS,EAAE,GAAE,IAAE,EAAE,EAAC;AAA4K,QAAM;EAAC,QAA1K,EAAE,WAAS,KAAK,KAAG,EAAE,wBAAsB,CAAC,KAAG,EAAE,MAAM,GAAE,GAAG,cAAY,KAAK;EAAsG,YAAnG,EAAE,uBAAqB,CAAC,IAAE,KAAK,IAAE;GAAC,OAAM,EAAE,KAAK,EAAE,GAAG,MAAI;GAAG,KAAI,EAAE,KAAK,EAAE,GAAG,MAAI;GAAG;EAA8B;;AAAC,SAAS,EAAE,GAAE,GAAE,GAAE;AAAC,EAAC,KAAG,OAAO,KAAG,YAAU,OAAO,eAAe,GAAE,GAAE;EAAC,YAAW,CAAC;EAAE,cAAa,CAAC;EAAE,UAAS,CAAC;EAAE,OAAM,EAAE,GAAE,EAAE;EAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"confbox.DnMsyigM-V6Wj0LPC.mjs","names":["N","R"],"sources":["../../../node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs"],"sourcesContent":["import{s as R,g as Z}from\"./confbox.DA7CpUDY.mjs\";function $(n,l=!1){const g=n.length;let e=0,u=\"\",p=0,k=16,A=0,o=0,O=0,B=0,b=0;function I(i,T){let s=0,c=0;for(;s<i;){let t=n.charCodeAt(e);if(t>=48&&t<=57)c=c*16+t-48;else if(t>=65&&t<=70)c=c*16+t-65+10;else if(t>=97&&t<=102)c=c*16+t-97+10;else break;e++,s++}return s<i&&(c=-1),c}function V(i){e=i,u=\"\",p=0,k=16,b=0}function F(){let i=e;if(n.charCodeAt(e)===48)e++;else for(e++;e<n.length&&L(n.charCodeAt(e));)e++;if(e<n.length&&n.charCodeAt(e)===46)if(e++,e<n.length&&L(n.charCodeAt(e)))for(e++;e<n.length&&L(n.charCodeAt(e));)e++;else return b=3,n.substring(i,e);let T=e;if(e<n.length&&(n.charCodeAt(e)===69||n.charCodeAt(e)===101))if(e++,(e<n.length&&n.charCodeAt(e)===43||n.charCodeAt(e)===45)&&e++,e<n.length&&L(n.charCodeAt(e))){for(e++;e<n.length&&L(n.charCodeAt(e));)e++;T=e}else b=3;return n.substring(i,T)}function a(){let i=\"\",T=e;for(;;){if(e>=g){i+=n.substring(T,e),b=2;break}const s=n.charCodeAt(e);if(s===34){i+=n.substring(T,e),e++;break}if(s===92){if(i+=n.substring(T,e),e++,e>=g){b=2;break}switch(n.charCodeAt(e++)){case 34:i+='\"';break;case 92:i+=\"\\\\\";break;case 47:i+=\"/\";break;case 98:i+=\"\\b\";break;case 102:i+=\"\\f\";break;case 110:i+=`\n`;break;case 114:i+=\"\\r\";break;case 116:i+=\"\t\";break;case 117:const t=I(4);t>=0?i+=String.fromCharCode(t):b=4;break;default:b=5}T=e;continue}if(s>=0&&s<=31)if(r(s)){i+=n.substring(T,e),b=2;break}else b=6;e++}return i}function w(){if(u=\"\",b=0,p=e,o=A,B=O,e>=g)return p=g,k=17;let i=n.charCodeAt(e);if(J(i)){do e++,u+=String.fromCharCode(i),i=n.charCodeAt(e);while(J(i));return k=15}if(r(i))return e++,u+=String.fromCharCode(i),i===13&&n.charCodeAt(e)===10&&(e++,u+=`\n`),A++,O=e,k=14;switch(i){case 123:return e++,k=1;case 125:return e++,k=2;case 91:return e++,k=3;case 93:return e++,k=4;case 58:return e++,k=6;case 44:return e++,k=5;case 34:return e++,u=a(),k=10;case 47:const T=e-1;if(n.charCodeAt(e+1)===47){for(e+=2;e<g&&!r(n.charCodeAt(e));)e++;return u=n.substring(T,e),k=12}if(n.charCodeAt(e+1)===42){e+=2;const s=g-1;let c=!1;for(;e<s;){const t=n.charCodeAt(e);if(t===42&&n.charCodeAt(e+1)===47){e+=2,c=!0;break}e++,r(t)&&(t===13&&n.charCodeAt(e)===10&&e++,A++,O=e)}return c||(e++,b=1),u=n.substring(T,e),k=13}return u+=String.fromCharCode(i),e++,k=16;case 45:if(u+=String.fromCharCode(i),e++,e===g||!L(n.charCodeAt(e)))return k=16;case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return u+=F(),k=11;default:for(;e<g&&v(i);)e++,i=n.charCodeAt(e);if(p!==e){switch(u=n.substring(p,e),u){case\"true\":return k=8;case\"false\":return k=9;case\"null\":return k=7}return k=16}return u+=String.fromCharCode(i),e++,k=16}}function v(i){if(J(i)||r(i))return!1;switch(i){case 125:case 93:case 123:case 91:case 34:case 58:case 44:case 47:return!1}return!0}function j(){let i;do i=w();while(i>=12&&i<=15);return i}return{setPosition:V,getPosition:()=>e,scan:l?j:w,getToken:()=>k,getTokenValue:()=>u,getTokenOffset:()=>p,getTokenLength:()=>e-p,getTokenStartLine:()=>o,getTokenStartCharacter:()=>p-B,getTokenError:()=>b}}function J(n){return n===32||n===9}function r(n){return n===10||n===13}function L(n){return n>=48&&n<=57}var Q;(function(n){n[n.lineFeed=10]=\"lineFeed\",n[n.carriageReturn=13]=\"carriageReturn\",n[n.space=32]=\"space\",n[n._0=48]=\"_0\",n[n._1=49]=\"_1\",n[n._2=50]=\"_2\",n[n._3=51]=\"_3\",n[n._4=52]=\"_4\",n[n._5=53]=\"_5\",n[n._6=54]=\"_6\",n[n._7=55]=\"_7\",n[n._8=56]=\"_8\",n[n._9=57]=\"_9\",n[n.a=97]=\"a\",n[n.b=98]=\"b\",n[n.c=99]=\"c\",n[n.d=100]=\"d\",n[n.e=101]=\"e\",n[n.f=102]=\"f\",n[n.g=103]=\"g\",n[n.h=104]=\"h\",n[n.i=105]=\"i\",n[n.j=106]=\"j\",n[n.k=107]=\"k\",n[n.l=108]=\"l\",n[n.m=109]=\"m\",n[n.n=110]=\"n\",n[n.o=111]=\"o\",n[n.p=112]=\"p\",n[n.q=113]=\"q\",n[n.r=114]=\"r\",n[n.s=115]=\"s\",n[n.t=116]=\"t\",n[n.u=117]=\"u\",n[n.v=118]=\"v\",n[n.w=119]=\"w\",n[n.x=120]=\"x\",n[n.y=121]=\"y\",n[n.z=122]=\"z\",n[n.A=65]=\"A\",n[n.B=66]=\"B\",n[n.C=67]=\"C\",n[n.D=68]=\"D\",n[n.E=69]=\"E\",n[n.F=70]=\"F\",n[n.G=71]=\"G\",n[n.H=72]=\"H\",n[n.I=73]=\"I\",n[n.J=74]=\"J\",n[n.K=75]=\"K\",n[n.L=76]=\"L\",n[n.M=77]=\"M\",n[n.N=78]=\"N\",n[n.O=79]=\"O\",n[n.P=80]=\"P\",n[n.Q=81]=\"Q\",n[n.R=82]=\"R\",n[n.S=83]=\"S\",n[n.T=84]=\"T\",n[n.U=85]=\"U\",n[n.V=86]=\"V\",n[n.W=87]=\"W\",n[n.X=88]=\"X\",n[n.Y=89]=\"Y\",n[n.Z=90]=\"Z\",n[n.asterisk=42]=\"asterisk\",n[n.backslash=92]=\"backslash\",n[n.closeBrace=125]=\"closeBrace\",n[n.closeBracket=93]=\"closeBracket\",n[n.colon=58]=\"colon\",n[n.comma=44]=\"comma\",n[n.dot=46]=\"dot\",n[n.doubleQuote=34]=\"doubleQuote\",n[n.minus=45]=\"minus\",n[n.openBrace=123]=\"openBrace\",n[n.openBracket=91]=\"openBracket\",n[n.plus=43]=\"plus\",n[n.slash=47]=\"slash\",n[n.formFeed=12]=\"formFeed\",n[n.tab=9]=\"tab\"})(Q||(Q={})),new Array(20).fill(0).map((n,l)=>\" \".repeat(l));const N=200;new Array(N).fill(0).map((n,l)=>`\n`+\" \".repeat(l)),new Array(N).fill(0).map((n,l)=>\"\\r\"+\" \".repeat(l)),new Array(N).fill(0).map((n,l)=>`\\r\n`+\" \".repeat(l)),new Array(N).fill(0).map((n,l)=>`\n`+\"\t\".repeat(l)),new Array(N).fill(0).map((n,l)=>\"\\r\"+\"\t\".repeat(l)),new Array(N).fill(0).map((n,l)=>`\\r\n`+\"\t\".repeat(l));var U;(function(n){n.DEFAULT={allowTrailingComma:!1}})(U||(U={}));function S(n,l=[],g=U.DEFAULT){let e=null,u=[];const p=[];function k(o){Array.isArray(u)?u.push(o):e!==null&&(u[e]=o)}return P(n,{onObjectBegin:()=>{const o={};k(o),p.push(u),u=o,e=null},onObjectProperty:o=>{e=o},onObjectEnd:()=>{u=p.pop()},onArrayBegin:()=>{const o=[];k(o),p.push(u),u=o,e=null},onArrayEnd:()=>{u=p.pop()},onLiteralValue:k,onError:(o,O,B)=>{l.push({error:o,offset:O,length:B})}},g),u[0]}function P(n,l,g=U.DEFAULT){const e=$(n,!1),u=[];let p=0;function k(f){return f?()=>p===0&&f(e.getTokenOffset(),e.getTokenLength(),e.getTokenStartLine(),e.getTokenStartCharacter()):()=>!0}function A(f){return f?m=>p===0&&f(m,e.getTokenOffset(),e.getTokenLength(),e.getTokenStartLine(),e.getTokenStartCharacter()):()=>!0}function o(f){return f?m=>p===0&&f(m,e.getTokenOffset(),e.getTokenLength(),e.getTokenStartLine(),e.getTokenStartCharacter(),()=>u.slice()):()=>!0}function O(f){return f?()=>{p>0?p++:f(e.getTokenOffset(),e.getTokenLength(),e.getTokenStartLine(),e.getTokenStartCharacter(),()=>u.slice())===!1&&(p=1)}:()=>!0}function B(f){return f?()=>{p>0&&p--,p===0&&f(e.getTokenOffset(),e.getTokenLength(),e.getTokenStartLine(),e.getTokenStartCharacter())}:()=>!0}const b=O(l.onObjectBegin),I=o(l.onObjectProperty),V=B(l.onObjectEnd),F=O(l.onArrayBegin),a=B(l.onArrayEnd),w=o(l.onLiteralValue),v=A(l.onSeparator),j=k(l.onComment),i=A(l.onError),T=g&&g.disallowComments,s=g&&g.allowTrailingComma;function c(){for(;;){const f=e.scan();switch(e.getTokenError()){case 4:t(14);break;case 5:t(15);break;case 3:t(13);break;case 1:T||t(11);break;case 2:t(12);break;case 6:t(16);break}switch(f){case 12:case 13:T?t(10):j();break;case 16:t(1);break;case 15:case 14:break;default:return f}}}function t(f,m=[],y=[]){if(i(f),m.length+y.length>0){let _=e.getToken();for(;_!==17;){if(m.indexOf(_)!==-1){c();break}else if(y.indexOf(_)!==-1)break;_=c()}}}function D(f){const m=e.getTokenValue();return f?w(m):(I(m),u.push(m)),c(),!0}function G(){switch(e.getToken()){case 11:const f=e.getTokenValue();let m=Number(f);isNaN(m)&&(t(2),m=0),w(m);break;case 7:w(null);break;case 8:w(!0);break;case 9:w(!1);break;default:return!1}return c(),!0}function M(){return e.getToken()!==10?(t(3,[],[2,5]),!1):(D(!1),e.getToken()===6?(v(\":\"),c(),E()||t(4,[],[2,5])):t(5,[],[2,5]),u.pop(),!0)}function X(){b(),c();let f=!1;for(;e.getToken()!==2&&e.getToken()!==17;){if(e.getToken()===5){if(f||t(4,[],[]),v(\",\"),c(),e.getToken()===2&&s)break}else f&&t(6,[],[]);M()||t(4,[],[2,5]),f=!0}return V(),e.getToken()!==2?t(7,[2],[]):c(),!0}function Y(){F(),c();let f=!0,m=!1;for(;e.getToken()!==4&&e.getToken()!==17;){if(e.getToken()===5){if(m||t(4,[],[]),v(\",\"),c(),e.getToken()===4&&s)break}else m&&t(6,[],[]);f?(u.push(0),f=!1):u[u.length-1]++,E()||t(4,[],[4,5]),m=!0}return a(),f||u.pop(),e.getToken()!==4?t(8,[4],[]):c(),!0}function E(){switch(e.getToken()){case 3:return Y();case 1:return X();case 10:return D(!0);default:return G()}}return c(),e.getToken()===17?g.allowEmptyContent?!0:(t(4,[],[]),!1):E()?(e.getToken()!==17&&t(9,[],[]),!0):(t(4,[],[]),!1)}var W;(function(n){n[n.None=0]=\"None\",n[n.UnexpectedEndOfComment=1]=\"UnexpectedEndOfComment\",n[n.UnexpectedEndOfString=2]=\"UnexpectedEndOfString\",n[n.UnexpectedEndOfNumber=3]=\"UnexpectedEndOfNumber\",n[n.InvalidUnicode=4]=\"InvalidUnicode\",n[n.InvalidEscapeCharacter=5]=\"InvalidEscapeCharacter\",n[n.InvalidCharacter=6]=\"InvalidCharacter\"})(W||(W={}));var H;(function(n){n[n.OpenBraceToken=1]=\"OpenBraceToken\",n[n.CloseBraceToken=2]=\"CloseBraceToken\",n[n.OpenBracketToken=3]=\"OpenBracketToken\",n[n.CloseBracketToken=4]=\"CloseBracketToken\",n[n.CommaToken=5]=\"CommaToken\",n[n.ColonToken=6]=\"ColonToken\",n[n.NullKeyword=7]=\"NullKeyword\",n[n.TrueKeyword=8]=\"TrueKeyword\",n[n.FalseKeyword=9]=\"FalseKeyword\",n[n.StringLiteral=10]=\"StringLiteral\",n[n.NumericLiteral=11]=\"NumericLiteral\",n[n.LineCommentTrivia=12]=\"LineCommentTrivia\",n[n.BlockCommentTrivia=13]=\"BlockCommentTrivia\",n[n.LineBreakTrivia=14]=\"LineBreakTrivia\",n[n.Trivia=15]=\"Trivia\",n[n.Unknown=16]=\"Unknown\",n[n.EOF=17]=\"EOF\"})(H||(H={}));const K=S;var q;(function(n){n[n.InvalidSymbol=1]=\"InvalidSymbol\",n[n.InvalidNumberFormat=2]=\"InvalidNumberFormat\",n[n.PropertyNameExpected=3]=\"PropertyNameExpected\",n[n.ValueExpected=4]=\"ValueExpected\",n[n.ColonExpected=5]=\"ColonExpected\",n[n.CommaExpected=6]=\"CommaExpected\",n[n.CloseBraceExpected=7]=\"CloseBraceExpected\",n[n.CloseBracketExpected=8]=\"CloseBracketExpected\",n[n.EndOfFileExpected=9]=\"EndOfFileExpected\",n[n.InvalidCommentToken=10]=\"InvalidCommentToken\",n[n.UnexpectedEndOfComment=11]=\"UnexpectedEndOfComment\",n[n.UnexpectedEndOfString=12]=\"UnexpectedEndOfString\",n[n.UnexpectedEndOfNumber=13]=\"UnexpectedEndOfNumber\",n[n.InvalidUnicode=14]=\"InvalidUnicode\",n[n.InvalidEscapeCharacter=15]=\"InvalidEscapeCharacter\",n[n.InvalidCharacter=16]=\"InvalidCharacter\"})(q||(q={}));function x(n,l){const g=JSON.parse(n,l?.reviver);return R(n,g,l),g}function z(n,l){const g=Z(n,l),e=JSON.stringify(n,l?.replacer,g.indent);return g.whitespace.start+e+g.whitespace.end}function h(n,l){const g=K(n,l?.errors,l);return R(n,g,l),g}function d(n,l){return z(n,l)}export{x as a,z as b,h as p,d as s};\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- import { t as EnvPluginContext } from "./plugin-CSe5f2cD.cjs";
2
-
3
- //#region src/helpers/create-reflection-resource.d.ts
4
-
5
- /**
6
- * Creates a reflection resource for the environment configuration.
7
- *
8
- * @param context - The environment plugin context.
9
- * @returns A resource that provides the reflection of the environment configuration.
10
- */
11
- declare function createReflection(_context: EnvPluginContext): {};
12
- //#endregion
13
- export { createReflection as t };
14
- //# sourceMappingURL=create-reflection-resource-3svZm2rY.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-reflection-resource-3svZm2rY.d.cts","names":[],"sources":["../src/helpers/create-reflection-resource.ts"],"sourcesContent":[],"mappings":";;;;;;AA0BA;;;;iBAAgB,gBAAA,WAA2B"}
@@ -1,14 +0,0 @@
1
- import { t as EnvPluginContext } from "./plugin-DMbVjdcQ.mjs";
2
-
3
- //#region src/helpers/create-reflection-resource.d.ts
4
-
5
- /**
6
- * Creates a reflection resource for the environment configuration.
7
- *
8
- * @param context - The environment plugin context.
9
- * @returns A resource that provides the reflection of the environment configuration.
10
- */
11
- declare function createReflection(_context: EnvPluginContext): {};
12
- //#endregion
13
- export { createReflection as t };
14
- //# sourceMappingURL=create-reflection-resource-CCpA76Yq.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-reflection-resource-CCpA76Yq.d.mts","names":[],"sources":["../src/helpers/create-reflection-resource.ts"],"sourcesContent":[],"mappings":";;;;;;AA0BA;;;;iBAAgB,gBAAA,WAA2B"}
@@ -1,23 +0,0 @@
1
- import { t as __ΩEnvPluginContext } from "./plugin-eBjQJP6x.mjs";
2
-
3
- //#region src/helpers/create-reflection-resource.ts
4
- /**
5
- * Creates a reflection resource for the environment configuration.
6
- *
7
- * @param context - The environment plugin context.
8
- * @returns A resource that provides the reflection of the environment configuration.
9
- */
10
- function createReflection(_context) {
11
- return {};
12
- }
13
- createReflection.__type = [
14
- () => __ΩEnvPluginContext,
15
- "_context",
16
- "createReflection",
17
- "Creates a reflection resource for the environment configuration.",
18
- "Pn!2\"\"/#?$"
19
- ];
20
-
21
- //#endregion
22
- export { createReflection as t };
23
- //# sourceMappingURL=create-reflection-resource-D0QrD1Td.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-reflection-resource-D0QrD1Td.mjs","names":[],"sources":["../src/helpers/create-reflection-resource.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { EnvPluginContext } from \"../types/plugin\";\n\n/**\n * Creates a reflection resource for the environment configuration.\n *\n * @param context - The environment plugin context.\n * @returns A resource that provides the reflection of the environment configuration.\n */\nexport function createReflection(_context: EnvPluginContext) {\n // const defaultValue = computed(\n // () => context && loadEnvFromContext(context, process.env)\n // );\n\n return {};\n\n // return computed(() => {\n // result.getProperties().forEach(prop => {\n // const aliases = prop.getAlias();\n // aliases.filter(Boolean).forEach(alias => {\n // result.addProperty({\n // name: alias,\n // optional: prop.isOptional() ? true : undefined,\n // readonly: prop.isReadonly() ? true : undefined,\n // description: prop.getDescription(),\n // visibility: prop.getVisibility(),\n // type: prop.getType(),\n // default: prop.getDefaultValue(),\n // tags: {\n // hidden: prop.isHidden(),\n // ignore: prop.isIgnored(),\n // internal: prop.isInternal(),\n // alias: prop\n // .getAlias()\n // .filter(a => a !== alias)\n // .concat(prop.name),\n // title: prop.getTitle() || titleCase(prop.name),\n // readonly: prop.isReadonly(),\n // permission: prop.getPermission(),\n // domain: prop.getDomain()\n // }\n // });\n // });\n // });\n\n // result.getProperties().forEach(prop => {\n // prop.setDefaultValue(\n // (defaultValue.value as Record<string, any>)?.[prop.getNameAsString()] ??\n // prop\n // .getAlias()\n // .reduce(\n // (ret, alias) =>\n // ret ?? (defaultValue.value as Record<string, any>)?.[alias],\n // undefined\n // ) ??\n // prop.getDefaultValue()\n // );\n // });\n // });\n}\n"],"mappings":";;;;;;;;;;AAYI,QAAO,EAAE;;AA4Cb,iBAAiB,SAAS;OAAO;CAAK;CAAA;CAAA;CAAA;CAAA"}
@@ -1,27 +0,0 @@
1
- const require_plugin = require('./plugin-CM1TSv1B.cjs');
2
-
3
- //#region src/helpers/create-reflection-resource.ts
4
- /**
5
- * Creates a reflection resource for the environment configuration.
6
- *
7
- * @param context - The environment plugin context.
8
- * @returns A resource that provides the reflection of the environment configuration.
9
- */
10
- function createReflection(_context) {
11
- return {};
12
- }
13
- createReflection.__type = [
14
- () => require_plugin.__ΩEnvPluginContext,
15
- "_context",
16
- "createReflection",
17
- "Creates a reflection resource for the environment configuration.",
18
- "Pn!2\"\"/#?$"
19
- ];
20
-
21
- //#endregion
22
- Object.defineProperty(exports, 'createReflection', {
23
- enumerable: true,
24
- get: function () {
25
- return createReflection;
26
- }
27
- });