@powerlines/plugin-date 0.12.18 → 0.12.20
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 -3
- package/dist/components/date-fns.d.ts +1 -3
- package/dist/components/dayjs.d.cts +1 -3
- package/dist/components/dayjs.d.ts +1 -3
- package/dist/components/index.d.cts +1 -3
- package/dist/components/index.d.ts +1 -3
- package/dist/components/luxon.d.cts +1 -3
- package/dist/components/luxon.d.ts +1 -3
- package/dist/components/moment.d.cts +1 -3
- package/dist/components/moment.d.ts +1 -3
- package/dist/index.d.cts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/{plugin-0zi8TvFF.d.cts → plugin-BDYgSjQN.d.cts} +199 -113
- package/dist/{plugin-0zi8TvFF.d.ts → plugin-BDYgSjQN.d.ts} +199 -113
- package/dist/types/index.d.cts +1 -3
- package/dist/types/index.d.ts +1 -3
- package/dist/types/plugin.d.cts +1 -3
- package/dist/types/plugin.d.ts +1 -3
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -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-BDYgSjQN.cjs';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
|
@@ -24,8 +24,6 @@ import 'unplugin';
|
|
|
24
24
|
import '@stryke/types/tsconfig';
|
|
25
25
|
import 'typescript';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
import '@stryke/types/array';
|
|
31
29
|
import '@stryke/env/types';
|
|
@@ -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-BDYgSjQN.js';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
|
@@ -24,8 +24,6 @@ import 'unplugin';
|
|
|
24
24
|
import '@stryke/types/tsconfig';
|
|
25
25
|
import 'typescript';
|
|
26
26
|
import '@stryke/json/types';
|
|
27
|
-
import 'memfs';
|
|
28
27
|
import 'node:fs';
|
|
29
|
-
import 'unionfs';
|
|
30
28
|
import '@stryke/types/array';
|
|
31
29
|
import '@stryke/env/types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as DatePluginContext } from '../plugin-
|
|
1
|
+
import { d as DatePluginContext } from '../plugin-BDYgSjQN.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
|
@@ -20,9 +20,7 @@ import 'unplugin';
|
|
|
20
20
|
import '@stryke/types/tsconfig';
|
|
21
21
|
import 'typescript';
|
|
22
22
|
import '@stryke/json/types';
|
|
23
|
-
import 'memfs';
|
|
24
23
|
import 'node:fs';
|
|
25
|
-
import 'unionfs';
|
|
26
24
|
import '@stryke/types/array';
|
|
27
25
|
import '@stryke/env/types';
|
|
28
26
|
|
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 } from './plugin-
|
|
1
|
+
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-BDYgSjQN.cjs';
|
|
2
|
+
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from './plugin-BDYgSjQN.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';
|
|
@@ -26,9 +26,7 @@ import 'unplugin';
|
|
|
26
26
|
import '@stryke/types/tsconfig';
|
|
27
27
|
import 'typescript';
|
|
28
28
|
import '@stryke/json/types';
|
|
29
|
-
import 'memfs';
|
|
30
29
|
import 'node:fs';
|
|
31
|
-
import 'unionfs';
|
|
32
30
|
import '@stryke/types/array';
|
|
33
31
|
import '@stryke/env/types';
|
|
34
32
|
|
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 } from './plugin-
|
|
1
|
+
import { a as DatePluginOptions, P as Plugin, d as DatePluginContext } from './plugin-BDYgSjQN.js';
|
|
2
|
+
export { D as DateLibraryType, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from './plugin-BDYgSjQN.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';
|
|
@@ -26,9 +26,7 @@ import 'unplugin';
|
|
|
26
26
|
import '@stryke/types/tsconfig';
|
|
27
27
|
import 'typescript';
|
|
28
28
|
import '@stryke/json/types';
|
|
29
|
-
import 'memfs';
|
|
30
29
|
import 'node:fs';
|
|
31
|
-
import 'unionfs';
|
|
32
30
|
import '@stryke/types/array';
|
|
33
31
|
import '@stryke/env/types';
|
|
34
32
|
|