@powerlines/plugin-date 0.12.117 → 0.12.119

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 (111) hide show
  1. package/dist/components/dayjs.cjs +1 -1
  2. package/dist/components/dayjs.mjs +1 -1
  3. package/dist/components/luxon.cjs +1 -1
  4. package/dist/components/luxon.mjs +1 -1
  5. package/dist/components/moment.cjs +1 -1
  6. package/dist/components/moment.mjs +1 -1
  7. package/dist/deepkit/src/utilities.cjs +1 -1
  8. package/dist/deepkit/src/utilities.mjs +1 -1
  9. package/dist/deepkit/src/vendor/core.cjs +1 -0
  10. package/dist/deepkit/src/vendor/core.mjs +1 -0
  11. package/dist/index.cjs +1 -1
  12. package/dist/index.mjs +1 -1
  13. package/dist/plugin-alloy/src/core/components/index.cjs +1 -0
  14. package/dist/plugin-alloy/src/core/components/index.mjs +1 -0
  15. package/dist/plugin-alloy/src/core/components/output.cjs +1 -0
  16. package/dist/plugin-alloy/src/core/components/output.mjs +1 -0
  17. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +1 -0
  18. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +1 -0
  19. package/dist/plugin-alloy/src/core/components/source-file.cjs +1 -0
  20. package/dist/plugin-alloy/src/core/components/source-file.mjs +1 -0
  21. package/dist/plugin-alloy/src/core/contexts/context.cjs +1 -0
  22. package/dist/plugin-alloy/src/core/contexts/context.mjs +1 -0
  23. package/dist/plugin-alloy/src/core/contexts/index.cjs +1 -0
  24. package/dist/plugin-alloy/src/core/contexts/index.mjs +1 -0
  25. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +1 -0
  26. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +1 -0
  27. package/dist/plugin-alloy/src/core/index.cjs +1 -0
  28. package/dist/plugin-alloy/src/core/index.mjs +1 -0
  29. package/dist/plugin-alloy/src/helpers/capnp.cjs +1 -0
  30. package/dist/plugin-alloy/src/helpers/capnp.mjs +1 -0
  31. package/dist/plugin-alloy/src/helpers/create-builtin.cjs +1 -0
  32. package/dist/plugin-alloy/src/helpers/create-builtin.mjs +1 -0
  33. package/dist/plugin-alloy/src/helpers/index.cjs +1 -0
  34. package/dist/plugin-alloy/src/helpers/index.mjs +1 -0
  35. package/dist/plugin-alloy/src/helpers/refkey.cjs +1 -0
  36. package/dist/plugin-alloy/src/helpers/refkey.mjs +1 -0
  37. package/dist/plugin-alloy/src/helpers/typescript.cjs +1 -0
  38. package/dist/plugin-alloy/src/helpers/typescript.mjs +1 -0
  39. package/dist/plugin-alloy/src/index.cjs +2 -0
  40. package/dist/plugin-alloy/src/index.mjs +2 -0
  41. package/dist/plugin-alloy/src/markdown/components/index.cjs +1 -0
  42. package/dist/plugin-alloy/src/markdown/components/index.mjs +1 -0
  43. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +1 -0
  44. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +1 -0
  45. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +1 -0
  46. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +1 -0
  47. package/dist/plugin-alloy/src/markdown/contexts/index.cjs +1 -0
  48. package/dist/plugin-alloy/src/markdown/contexts/index.mjs +1 -0
  49. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +1 -0
  50. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +1 -0
  51. package/dist/plugin-alloy/src/markdown/index.cjs +1 -0
  52. package/dist/plugin-alloy/src/markdown/index.mjs +1 -0
  53. package/dist/plugin-alloy/src/types/index.d.mts +1 -1
  54. package/dist/plugin-alloy/src/types/plugin.d.cts +5 -1
  55. package/dist/plugin-alloy/src/types/plugin.d.mts +5 -2
  56. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +1 -0
  57. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +1 -0
  58. package/dist/plugin-alloy/src/typescript/components/dynamic-import-statement.cjs +1 -0
  59. package/dist/plugin-alloy/src/typescript/components/dynamic-import-statement.mjs +1 -0
  60. package/dist/plugin-alloy/src/typescript/components/entry-file.cjs +1 -0
  61. package/dist/plugin-alloy/src/typescript/components/entry-file.mjs +1 -0
  62. package/dist/plugin-alloy/src/typescript/components/index.cjs +1 -0
  63. package/dist/plugin-alloy/src/typescript/components/index.mjs +1 -0
  64. package/dist/plugin-alloy/src/typescript/components/record-expression.cjs +1 -0
  65. package/dist/plugin-alloy/src/typescript/components/record-expression.mjs +1 -0
  66. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +1 -0
  67. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +1 -0
  68. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +1 -0
  69. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +1 -0
  70. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +1 -0
  71. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +1 -0
  72. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +1 -0
  73. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +1 -0
  74. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +1 -0
  75. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +1 -0
  76. package/dist/plugin-alloy/src/typescript/index.cjs +1 -0
  77. package/dist/plugin-alloy/src/typescript/index.mjs +1 -0
  78. package/dist/plugin-automd/src/index.cjs +1 -1
  79. package/dist/plugin-automd/src/index.mjs +1 -1
  80. package/dist/plugin-babel/src/helpers/filters.cjs +1 -1
  81. package/dist/plugin-babel/src/helpers/filters.mjs +1 -1
  82. package/dist/plugin-babel/src/helpers/module-helpers.cjs +1 -1
  83. package/dist/plugin-babel/src/helpers/module-helpers.mjs +1 -1
  84. package/dist/plugin-babel/src/index.cjs +1 -1
  85. package/dist/plugin-babel/src/index.mjs +1 -1
  86. package/dist/plugin-env/src/babel/plugin.cjs +4 -4
  87. package/dist/plugin-env/src/babel/plugin.mjs +3 -3
  88. package/dist/plugin-env/src/components/docs.cjs +1 -1
  89. package/dist/plugin-env/src/components/docs.mjs +1 -1
  90. package/dist/plugin-env/src/components/env.cjs +8 -8
  91. package/dist/plugin-env/src/components/env.mjs +7 -7
  92. package/dist/plugin-env/src/helpers/create-reflection-resource.cjs +1 -1
  93. package/dist/plugin-env/src/helpers/create-reflection-resource.mjs +1 -1
  94. package/dist/plugin-env/src/helpers/load.cjs +1 -1
  95. package/dist/plugin-env/src/helpers/load.mjs +1 -1
  96. package/dist/plugin-env/src/helpers/reflect.cjs +1 -1
  97. package/dist/plugin-env/src/helpers/reflect.mjs +1 -1
  98. package/dist/plugin-env/src/helpers/source-file-env.cjs +1 -1
  99. package/dist/plugin-env/src/helpers/source-file-env.mjs +1 -1
  100. package/dist/plugin-env/src/index.cjs +2 -2
  101. package/dist/plugin-env/src/index.mjs +2 -2
  102. package/dist/plugin-env/src/types/plugin.d.cts +10 -3
  103. package/dist/plugin-env/src/types/plugin.d.mts +11 -4
  104. package/dist/powerlines/src/lib/build/esbuild.cjs +9 -9
  105. package/dist/powerlines/src/lib/build/esbuild.mjs +9 -9
  106. package/dist/powerlines/src/lib/entry.cjs +1 -1
  107. package/dist/powerlines/src/lib/entry.mjs +1 -1
  108. package/dist/powerlines/src/lib/logger.cjs +1 -1
  109. package/dist/powerlines/src/lib/logger.mjs +1 -1
  110. package/dist/powerlines/src/types/config.d.mts +1 -1
  111. package/package.json +5 -5
@@ -1 +1 @@
1
- const e=require(`../../../_virtual/rolldown_runtime.cjs`);let t=require(`@storm-software/config-tools/types`),n=require(`chalk`);n=e.__toESM(n),require(`@storm-software/config-tools/logger`),require(`@storm-software/config-tools/utilities/colors`),require(`@stryke/helpers/noop`);let r=require(`@stryke/string-format/kebab-case`),i=require(`@stryke/string-format/title-case`);const a=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],o=(e,t)=>(r,...o)=>e(r,` ${n.default.inverse.hex(a[t.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%a.length]||a[0])(` ${(0,i.titleCase)(t)} `)} ${o.join(` `)} `);exports.extendLog=o;
1
+ const e=require(`../../../_virtual/rolldown_runtime.cjs`);let t=require(`@storm-software/config-tools/types`),n=require(`@stryke/string-format/title-case`),r=require(`chalk`);r=e.__toESM(r),require(`@storm-software/config-tools/logger`),require(`@storm-software/config-tools/utilities/colors`),require(`@stryke/helpers/noop`);let i=require(`@stryke/string-format/kebab-case`);const a=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],o=(e,t)=>(i,...o)=>e(i,` ${r.default.inverse.hex(a[t.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%a.length]||a[0])(` ${(0,n.titleCase)(t)} `)} ${o.join(` `)} `);exports.extendLog=o;
@@ -1 +1 @@
1
- import{LogLevelLabel as e}from"@storm-software/config-tools/types";import t from"chalk";import"@storm-software/config-tools/logger";import"@storm-software/config-tools/utilities/colors";import"@stryke/helpers/noop";import{kebabCase as n}from"@stryke/string-format/kebab-case";import{titleCase as r}from"@stryke/string-format/title-case";const i=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],a=(e,n)=>(a,...o)=>e(a,` ${t.inverse.hex(i[n.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%i.length]||i[0])(` ${r(n)} `)} ${o.join(` `)} `);export{a as extendLog};
1
+ import{LogLevelLabel as e}from"@storm-software/config-tools/types";import{titleCase as t}from"@stryke/string-format/title-case";import n from"chalk";import"@storm-software/config-tools/logger";import"@storm-software/config-tools/utilities/colors";import"@stryke/helpers/noop";import{kebabCase as r}from"@stryke/string-format/kebab-case";const i=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],a=(e,r)=>(a,...o)=>e(a,` ${n.inverse.hex(i[r.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%i.length]||i[0])(` ${t(r)} `)} ${o.join(` `)} `);export{a as extendLog};
@@ -4,9 +4,9 @@ import { StoragePort, StoragePreset } from "./fs.mjs";
4
4
  import { TSConfig } from "./tsconfig.mjs";
5
5
  import { PluginContext } from "./context.mjs";
6
6
  import { Plugin } from "./plugin.mjs";
7
+ import { LogLevelLabel } from "@storm-software/config-tools/types";
7
8
  import "c12";
8
9
  import { transformAsync } from "@babel/core";
9
- import { LogLevelLabel } from "@storm-software/config-tools/types";
10
10
  import { MaybePromise } from "@stryke/types/base";
11
11
  import { PreviewOptions } from "vite";
12
12
  import { Format } from "@storm-software/build-tools/types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-date",
3
- "version": "0.12.117",
3
+ "version": "0.12.119",
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": {
@@ -128,15 +128,15 @@
128
128
  "files": ["dist/**/*"],
129
129
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
130
130
  "dependencies": {
131
- "@powerlines/plugin-env": "^0.14.7",
131
+ "@powerlines/plugin-env": "^0.14.9",
132
132
  "@storm-software/config-tools": "^1.188.74",
133
133
  "@stryke/path": "^0.24.0",
134
- "powerlines": "^0.36.9"
134
+ "powerlines": "^0.36.11"
135
135
  },
136
136
  "devDependencies": {
137
- "@powerlines/nx": "^0.11.35",
137
+ "@powerlines/nx": "^0.11.37",
138
138
  "@types/node": "^24.10.4"
139
139
  },
140
140
  "publishConfig": { "access": "public" },
141
- "gitHead": "e9fb959df894f1aa67074af9fbb126978a450a45"
141
+ "gitHead": "298fe30390297c676ffd571284b2b62f10d8ecc9"
142
142
  }