@powerlines/plugin-date 0.12.55 → 0.12.57
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/dist/components/date-fns.cjs +1 -519
- package/dist/components/date-fns.mjs +1 -0
- package/dist/components/dayjs.cjs +1 -464
- package/dist/components/dayjs.mjs +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -0
- package/dist/components/luxon.cjs +1 -468
- package/dist/components/luxon.mjs +1 -0
- package/dist/components/moment.cjs +1 -454
- package/dist/components/moment.mjs +1 -0
- package/dist/components-MTvNCZDU.mjs +1 -0
- package/dist/{components/date-fns.js → date-fns-CY0chrAO.cjs} +5 -11
- package/dist/date-fns-e9ZSXC-n.mjs +513 -0
- package/dist/{components/dayjs.js → dayjs-C8RNvs_i.cjs} +4 -10
- package/dist/dayjs-DdpR-Gm_.mjs +458 -0
- package/dist/file-header-CL5ggH4h.cjs +10 -0
- package/dist/file-header-DOeykm47.mjs +10 -0
- package/dist/index.cjs +66 -6
- package/dist/index.mjs +64 -0
- package/dist/{components/luxon.js → luxon-C4TR9kDJ.mjs} +4 -10
- package/dist/luxon-oeMoLSAd.cjs +462 -0
- package/dist/{components/moment.js → moment-D7ZhINWA.mjs} +5 -11
- package/dist/moment-ZKt5-ae-.cjs +448 -0
- package/dist/plugin-G4qbpIjB.mjs +1 -0
- package/dist/runtime-DztkBZpw.cjs +0 -0
- package/dist/runtime-cDYyRPa0.mjs +1 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.mjs +1 -0
- package/dist/types/runtime.cjs +1 -1
- package/dist/types/runtime.mjs +1 -0
- package/dist/types-C5ggNT4K.mjs +1 -0
- package/dist/types-CKPddlfS.cjs +0 -0
- package/package.json +38 -27
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/components/date-fns.d.cts +0 -35
- package/dist/components/date-fns.d.ts +0 -35
- package/dist/components/dayjs.d.cts +0 -35
- package/dist/components/dayjs.d.ts +0 -35
- package/dist/components/index.d.cts +0 -29
- package/dist/components/index.d.ts +0 -29
- package/dist/components/index.js +0 -1
- package/dist/components/luxon.d.cts +0 -35
- package/dist/components/luxon.d.ts +0 -35
- package/dist/components/moment.d.cts +0 -35
- package/dist/components/moment.d.ts +0 -35
- package/dist/index.d.cts +0 -38
- package/dist/index.d.ts +0 -38
- package/dist/index.js +0 -7
- package/dist/plugin-lJW8N3Uz.d.cts +0 -4051
- package/dist/plugin-lJW8N3Uz.d.ts +0 -4051
- package/dist/types/index.d.cts +0 -26
- package/dist/types/index.d.ts +0 -26
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.cts +0 -25
- package/dist/types/plugin.d.ts +0 -25
- package/dist/types/runtime.d.cts +0 -710
- package/dist/types/runtime.d.ts +0 -710
- /package/dist/{types/plugin.js → components-DTkri-mp.cjs} +0 -0
- /package/dist/{types/runtime.js → plugin-OjUZLLkc.cjs} +0 -0
package/dist/types/index.d.cts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from '../plugin-lJW8N3Uz.cjs';
|
|
2
|
-
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './runtime.cjs';
|
|
3
|
-
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '@deepkit/type';
|
|
5
|
-
import '@stryke/capnp';
|
|
6
|
-
import '@babel/core';
|
|
7
|
-
import '@storm-software/build-tools/types';
|
|
8
|
-
import '@storm-software/config-tools/types';
|
|
9
|
-
import '@storm-software/config/types';
|
|
10
|
-
import '@stryke/types/base';
|
|
11
|
-
import '@stryke/types/configuration';
|
|
12
|
-
import '@stryke/types/file';
|
|
13
|
-
import 'vite';
|
|
14
|
-
import '@babel/helper-plugin-utils';
|
|
15
|
-
import '@stryke/env/get-env-paths';
|
|
16
|
-
import '@stryke/types/package-json';
|
|
17
|
-
import 'jiti';
|
|
18
|
-
import 'magic-string';
|
|
19
|
-
import 'semver';
|
|
20
|
-
import 'ts-morph';
|
|
21
|
-
import 'unplugin';
|
|
22
|
-
import '@stryke/fs/resolve';
|
|
23
|
-
import '@stryke/types/tsconfig';
|
|
24
|
-
import 'typescript';
|
|
25
|
-
import '@stryke/types/array';
|
|
26
|
-
import '@stryke/env/types';
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from '../plugin-lJW8N3Uz.js';
|
|
2
|
-
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './runtime.js';
|
|
3
|
-
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '@deepkit/type';
|
|
5
|
-
import '@stryke/capnp';
|
|
6
|
-
import '@babel/core';
|
|
7
|
-
import '@storm-software/build-tools/types';
|
|
8
|
-
import '@storm-software/config-tools/types';
|
|
9
|
-
import '@storm-software/config/types';
|
|
10
|
-
import '@stryke/types/base';
|
|
11
|
-
import '@stryke/types/configuration';
|
|
12
|
-
import '@stryke/types/file';
|
|
13
|
-
import 'vite';
|
|
14
|
-
import '@babel/helper-plugin-utils';
|
|
15
|
-
import '@stryke/env/get-env-paths';
|
|
16
|
-
import '@stryke/types/package-json';
|
|
17
|
-
import 'jiti';
|
|
18
|
-
import 'magic-string';
|
|
19
|
-
import 'semver';
|
|
20
|
-
import 'ts-morph';
|
|
21
|
-
import 'unplugin';
|
|
22
|
-
import '@stryke/fs/resolve';
|
|
23
|
-
import '@stryke/types/tsconfig';
|
|
24
|
-
import 'typescript';
|
|
25
|
-
import '@stryke/types/array';
|
|
26
|
-
import '@stryke/env/types';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';export*from'./runtime';
|
package/dist/types/plugin.d.cts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from '../plugin-lJW8N3Uz.cjs';
|
|
2
|
-
import '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import '@deepkit/type';
|
|
4
|
-
import '@stryke/capnp';
|
|
5
|
-
import '@babel/core';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/base';
|
|
10
|
-
import '@stryke/types/configuration';
|
|
11
|
-
import '@stryke/types/file';
|
|
12
|
-
import 'vite';
|
|
13
|
-
import '@babel/helper-plugin-utils';
|
|
14
|
-
import '@stryke/env/get-env-paths';
|
|
15
|
-
import '@stryke/types/package-json';
|
|
16
|
-
import 'jiti';
|
|
17
|
-
import 'magic-string';
|
|
18
|
-
import 'semver';
|
|
19
|
-
import 'ts-morph';
|
|
20
|
-
import 'unplugin';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
|
24
|
-
import '@stryke/types/array';
|
|
25
|
-
import '@stryke/env/types';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from '../plugin-lJW8N3Uz.js';
|
|
2
|
-
import '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import '@deepkit/type';
|
|
4
|
-
import '@stryke/capnp';
|
|
5
|
-
import '@babel/core';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/base';
|
|
10
|
-
import '@stryke/types/configuration';
|
|
11
|
-
import '@stryke/types/file';
|
|
12
|
-
import 'vite';
|
|
13
|
-
import '@babel/helper-plugin-utils';
|
|
14
|
-
import '@stryke/env/get-env-paths';
|
|
15
|
-
import '@stryke/types/package-json';
|
|
16
|
-
import 'jiti';
|
|
17
|
-
import 'magic-string';
|
|
18
|
-
import 'semver';
|
|
19
|
-
import 'ts-morph';
|
|
20
|
-
import 'unplugin';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
|
24
|
-
import '@stryke/types/array';
|
|
25
|
-
import '@stryke/env/types';
|