@powerlines/plugin-date 0.12.46 → 0.12.47
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.d.cts +1 -2
- package/dist/components/date-fns.d.ts +1 -2
- package/dist/components/dayjs.d.cts +1 -2
- package/dist/components/dayjs.d.ts +1 -2
- package/dist/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/luxon.d.cts +1 -2
- package/dist/components/luxon.d.ts +1 -2
- package/dist/components/moment.d.cts +1 -2
- package/dist/components/moment.d.ts +1 -2
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/{plugin-BWMviWr8.d.cts → plugin-DCY8gCqF.d.cts} +186 -229
- package/dist/{plugin-BWMviWr8.d.ts → plugin-DCY8gCqF.d.ts} +186 -229
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -2,7 +2,7 @@ export { dateFnsModule } from './date-fns.cjs';
|
|
|
2
2
|
export { dayjsModule } from './dayjs.cjs';
|
|
3
3
|
export { luxonModule } from './luxon.cjs';
|
|
4
4
|
export { momentModule } from './moment.cjs';
|
|
5
|
-
import '../plugin-
|
|
5
|
+
import '../plugin-DCY8gCqF.cjs';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
|
@@ -23,7 +23,6 @@ import 'semver';
|
|
|
23
23
|
import 'ts-morph';
|
|
24
24
|
import 'unplugin';
|
|
25
25
|
import '@stryke/fs/resolve';
|
|
26
|
-
import 'node:fs';
|
|
27
26
|
import '@stryke/types/tsconfig';
|
|
28
27
|
import 'typescript';
|
|
29
28
|
import '@stryke/types/array';
|
|
@@ -2,7 +2,7 @@ export { dateFnsModule } from './date-fns.js';
|
|
|
2
2
|
export { dayjsModule } from './dayjs.js';
|
|
3
3
|
export { luxonModule } from './luxon.js';
|
|
4
4
|
export { momentModule } from './moment.js';
|
|
5
|
-
import '../plugin-
|
|
5
|
+
import '../plugin-DCY8gCqF.js';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
|
@@ -23,7 +23,6 @@ import 'semver';
|
|
|
23
23
|
import 'ts-morph';
|
|
24
24
|
import 'unplugin';
|
|
25
25
|
import '@stryke/fs/resolve';
|
|
26
|
-
import 'node:fs';
|
|
27
26
|
import '@stryke/types/tsconfig';
|
|
28
27
|
import 'typescript';
|
|
29
28
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-DCY8gCqF.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -19,7 +19,6 @@ import 'semver';
|
|
|
19
19
|
import 'ts-morph';
|
|
20
20
|
import 'unplugin';
|
|
21
21
|
import '@stryke/fs/resolve';
|
|
22
|
-
import 'node:fs';
|
|
23
22
|
import '@stryke/types/tsconfig';
|
|
24
23
|
import 'typescript';
|
|
25
24
|
import '@stryke/types/array';
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-
|
|
2
|
-
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from './plugin-
|
|
1
|
+
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-DCY8gCqF.cjs';
|
|
2
|
+
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from './plugin-DCY8gCqF.cjs';
|
|
3
3
|
export { dateFnsModule } from './components/date-fns.cjs';
|
|
4
4
|
export { dayjsModule } from './components/dayjs.cjs';
|
|
5
5
|
export { luxonModule } from './components/luxon.cjs';
|
|
@@ -25,7 +25,6 @@ import 'semver';
|
|
|
25
25
|
import 'ts-morph';
|
|
26
26
|
import 'unplugin';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
|
31
30
|
import '@stryke/types/array';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-
|
|
2
|
-
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from './plugin-
|
|
1
|
+
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-DCY8gCqF.js';
|
|
2
|
+
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig, _ as __ΩDateLibraryType, h as __ΩDatePluginContext, e as __ΩDatePluginOptions, g as __ΩDatePluginResolvedConfig, f as __ΩDatePluginUserConfig } from './plugin-DCY8gCqF.js';
|
|
3
3
|
export { dateFnsModule } from './components/date-fns.js';
|
|
4
4
|
export { dayjsModule } from './components/dayjs.js';
|
|
5
5
|
export { luxonModule } from './components/luxon.js';
|
|
@@ -25,7 +25,6 @@ import 'semver';
|
|
|
25
25
|
import 'ts-morph';
|
|
26
26
|
import 'unplugin';
|
|
27
27
|
import '@stryke/fs/resolve';
|
|
28
|
-
import 'node:fs';
|
|
29
28
|
import '@stryke/types/tsconfig';
|
|
30
29
|
import 'typescript';
|
|
31
30
|
import '@stryke/types/array';
|