@powerlines/plugin-env 0.16.234 → 0.16.236

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 (84) hide show
  1. package/dist/babel/plugin.cjs +23 -71
  2. package/dist/babel/plugin.d.cts.map +1 -1
  3. package/dist/babel/plugin.d.mts.map +1 -1
  4. package/dist/babel/plugin.mjs +23 -71
  5. package/dist/babel/plugin.mjs.map +1 -1
  6. package/dist/components/docs.cjs +14 -14
  7. package/dist/components/docs.d.cts +0 -2
  8. package/dist/components/docs.d.cts.map +1 -1
  9. package/dist/components/docs.d.mts +0 -2
  10. package/dist/components/docs.d.mts.map +1 -1
  11. package/dist/components/docs.mjs +14 -14
  12. package/dist/components/docs.mjs.map +1 -1
  13. package/dist/components/env-builtin.cjs +233 -426
  14. package/dist/components/env-builtin.d.cts +1 -4
  15. package/dist/components/env-builtin.d.cts.map +1 -1
  16. package/dist/components/env-builtin.d.mts +1 -4
  17. package/dist/components/env-builtin.d.mts.map +1 -1
  18. package/dist/components/env-builtin.mjs +236 -428
  19. package/dist/components/env-builtin.mjs.map +1 -1
  20. package/dist/helpers/index.cjs +9 -26
  21. package/dist/helpers/index.d.cts +3 -5
  22. package/dist/helpers/index.d.mts +3 -5
  23. package/dist/helpers/index.mjs +3 -5
  24. package/dist/helpers/load.cjs +8 -7
  25. package/dist/helpers/load.d.cts +3 -3
  26. package/dist/helpers/load.d.cts.map +1 -1
  27. package/dist/helpers/load.d.mts +3 -3
  28. package/dist/helpers/load.d.mts.map +1 -1
  29. package/dist/helpers/load.mjs +7 -6
  30. package/dist/helpers/load.mjs.map +1 -1
  31. package/dist/helpers/schema.cjs +206 -0
  32. package/dist/helpers/schema.d.cts +53 -0
  33. package/dist/helpers/schema.d.cts.map +1 -0
  34. package/dist/helpers/schema.d.mts +53 -0
  35. package/dist/helpers/schema.d.mts.map +1 -0
  36. package/dist/helpers/schema.mjs +199 -0
  37. package/dist/helpers/schema.mjs.map +1 -0
  38. package/dist/index.cjs +23 -201
  39. package/dist/index.d.cts +2 -2
  40. package/dist/index.d.cts.map +1 -1
  41. package/dist/index.d.mts +2 -2
  42. package/dist/index.d.mts.map +1 -1
  43. package/dist/index.mjs +25 -203
  44. package/dist/index.mjs.map +1 -1
  45. package/dist/types/index.cjs +1 -0
  46. package/dist/types/index.d.cts +2 -2
  47. package/dist/types/index.d.mts +2 -2
  48. package/dist/types/index.mjs +2 -2
  49. package/dist/types/plugin.cjs +16 -24
  50. package/dist/types/plugin.d.cts +23 -57
  51. package/dist/types/plugin.d.cts.map +1 -1
  52. package/dist/types/plugin.d.mts +23 -57
  53. package/dist/types/plugin.d.mts.map +1 -1
  54. package/dist/types/plugin.mjs +16 -25
  55. package/dist/types/plugin.mjs.map +1 -1
  56. package/package.json +12 -26
  57. package/dist/helpers/create-reflection-resource.cjs +0 -23
  58. package/dist/helpers/create-reflection-resource.d.cts +0 -13
  59. package/dist/helpers/create-reflection-resource.d.cts.map +0 -1
  60. package/dist/helpers/create-reflection-resource.d.mts +0 -13
  61. package/dist/helpers/create-reflection-resource.d.mts.map +0 -1
  62. package/dist/helpers/create-reflection-resource.mjs +0 -23
  63. package/dist/helpers/create-reflection-resource.mjs.map +0 -1
  64. package/dist/helpers/persistence.cjs +0 -309
  65. package/dist/helpers/persistence.d.cts +0 -84
  66. package/dist/helpers/persistence.d.cts.map +0 -1
  67. package/dist/helpers/persistence.d.mts +0 -84
  68. package/dist/helpers/persistence.d.mts.map +0 -1
  69. package/dist/helpers/persistence.mjs +0 -297
  70. package/dist/helpers/persistence.mjs.map +0 -1
  71. package/dist/helpers/reflect.cjs +0 -290
  72. package/dist/helpers/reflect.d.cts +0 -68
  73. package/dist/helpers/reflect.d.cts.map +0 -1
  74. package/dist/helpers/reflect.d.mts +0 -68
  75. package/dist/helpers/reflect.d.mts.map +0 -1
  76. package/dist/helpers/reflect.mjs +0 -281
  77. package/dist/helpers/reflect.mjs.map +0 -1
  78. package/dist/helpers/template-helpers.cjs +0 -70
  79. package/dist/helpers/template-helpers.d.cts +0 -15
  80. package/dist/helpers/template-helpers.d.cts.map +0 -1
  81. package/dist/helpers/template-helpers.d.mts +0 -15
  82. package/dist/helpers/template-helpers.d.mts.map +0 -1
  83. package/dist/helpers/template-helpers.mjs +0 -69
  84. package/dist/helpers/template-helpers.mjs.map +0 -1
@@ -1,16 +1,13 @@
1
1
  import { Children } from "@alloy-js/core";
2
- import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
3
2
  import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
4
- import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/components/interface-declaration";
5
3
 
6
4
  //#region src/components/env-builtin.d.ts
7
5
  /**
8
6
  * Generates the environment configuration typescript definition for the Powerlines project.
9
7
  */
10
- declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): Children;
8
+ declare function EnvTypeDefinition(): Children;
11
9
  interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
12
10
  defaultConfig?: Children;
13
- reflection: ReflectionClass<any>;
14
11
  }
15
12
  /**
16
13
  * Generates the environment configuration module for the Powerlines project.
@@ -1 +1 @@
1
- {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA,YAAkC,QAAA;AAAA,UAuM/B,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}
1
+ {"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;AA4DA;iBAAgB,iBAAA,CAAA,GAAiB,QAAA;AAAA,UAmMhB,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;AAAA;AADlB;;;AAAA,iBAUgB,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}
@@ -1,16 +1,13 @@
1
- import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
2
1
  import { Children } from "@alloy-js/core";
3
2
  import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
4
- import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/components/interface-declaration";
5
3
 
6
4
  //#region src/components/env-builtin.d.ts
7
5
  /**
8
6
  * Generates the environment configuration typescript definition for the Powerlines project.
9
7
  */
10
- declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): Children;
8
+ declare function EnvTypeDefinition(): Children;
11
9
  interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
12
10
  defaultConfig?: Children;
13
- reflection: ReflectionClass<any>;
14
11
  }
15
12
  /**
16
13
  * Generates the environment configuration module for the Powerlines project.
@@ -1 +1 @@
1
- {"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA,YAAkC,QAAA;AAAA,UAuM/B,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}
1
+ {"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;AA4DA;iBAAgB,iBAAA,CAAA,GAAiB,QAAA;AAAA,UAmMhB,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;AAAA;AADlB;;;AAAA,iBAUgB,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}