@powerlines/plugin-date 0.12.59 → 0.12.61
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.
- package/README.md +5 -1
- package/dist/chunk-BGGBqwuQ.mjs +1 -0
- package/dist/index-CmCelmEL.d.cts +1 -0
- package/dist/index-ColiPbLk.d.mts +1 -0
- package/dist/index.cjs +1906 -20
- package/dist/index.d.cts +48 -0
- package/dist/index.d.mts +48 -0
- package/dist/index.mjs +1899 -13
- package/dist/plugin-hV5_FRg3.d.cts +4212 -0
- package/dist/plugin-pf21oD6W.d.mts +4211 -0
- package/dist/runtime-B8LVkjWB.d.cts +711 -0
- package/dist/runtime-DPe0V01H.d.mts +711 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +4 -0
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -0
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/runtime.cjs +1 -1
- package/dist/types/runtime.d.cts +2 -0
- package/dist/types/runtime.d.mts +2 -0
- package/dist/types/runtime.mjs +1 -1
- package/package.json +6 -6
- package/dist/components/date-fns.cjs +0 -1
- package/dist/components/date-fns.mjs +0 -1
- package/dist/components/dayjs.cjs +0 -1
- package/dist/components/dayjs.mjs +0 -1
- package/dist/components/index.cjs +0 -1
- package/dist/components/index.mjs +0 -1
- package/dist/components/luxon.cjs +0 -1
- package/dist/components/luxon.mjs +0 -1
- package/dist/components/moment.cjs +0 -1
- package/dist/components/moment.mjs +0 -1
- package/dist/date-fns-CY0chrAO.cjs +0 -513
- package/dist/date-fns-e9ZSXC-n.mjs +0 -513
- package/dist/dayjs-C8RNvs_i.cjs +0 -458
- package/dist/dayjs-DdpR-Gm_.mjs +0 -458
- package/dist/file-header-CL5ggH4h.cjs +0 -10
- package/dist/file-header-DOeykm47.mjs +0 -10
- package/dist/luxon-C4TR9kDJ.mjs +0 -462
- package/dist/luxon-oeMoLSAd.cjs +0 -462
- package/dist/moment-D7ZhINWA.mjs +0 -448
- package/dist/moment-ZKt5-ae-.cjs +0 -448
- package/dist/types-C5ggNT4K.mjs +0 -1
- package/dist/types-CKPddlfS.cjs +0 -0
- /package/dist/{components-DTkri-mp.cjs → plugin-DHXHjv16.cjs} +0 -0
- /package/dist/{components-MTvNCZDU.mjs → plugin-alze5tBm.mjs} +0 -0
- /package/dist/{plugin-G4qbpIjB.mjs → runtime-0ZpEtv0G.mjs} +0 -0
- /package/dist/{plugin-OjUZLLkc.cjs → runtime-D4zTdSwv.cjs} +0 -0
- /package/dist/{runtime-DztkBZpw.cjs → types-CBTc19th.cjs} +0 -0
- /package/dist/{runtime-cDYyRPa0.mjs → types-CZFQnkin.mjs} +0 -0
package/README.md
CHANGED
|
@@ -256,7 +256,11 @@ specification. Contributions of any kind welcome!
|
|
|
256
256
|
<br />
|
|
257
257
|
|
|
258
258
|
<div align="center">
|
|
259
|
-
<
|
|
259
|
+
<picture>
|
|
260
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
261
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
262
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
263
|
+
</picture>
|
|
260
264
|
</div>
|
|
261
265
|
<br />
|
|
262
266
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.defineProperty,t=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,r=Object.prototype.hasOwnProperty,i=(i,a,o,s)=>{if(a&&typeof a==`object`||typeof a==`function`)for(var c=n(a),l=0,u=c.length,d;l<u;l++)d=c[l],!r.call(i,d)&&d!==o&&e(i,d,{get:(e=>a[e]).bind(null,d),enumerable:!(s=t(a,d))||s.enumerable});return i},a=(t,n,r,a)=>{a&&(e(t,Symbol.toStringTag,{value:`Module`}),r&&e(r,Symbol.toStringTag,{value:`Module`})),i(t,n,`default`),r&&i(r,n,`default`)};export{a as t};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|