@powerlines/plugin-date 0.12.25 → 0.12.29
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 -1
- package/dist/components/date-fns.d.ts +1 -1
- package/dist/components/dayjs.d.cts +1 -1
- package/dist/components/dayjs.d.ts +1 -1
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/luxon.d.cts +1 -1
- package/dist/components/luxon.d.ts +1 -1
- package/dist/components/moment.d.cts +1 -1
- package/dist/components/moment.d.ts +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/{plugin-BDYgSjQN.d.cts → plugin-DuXcyudN.d.cts} +17 -3
- package/dist/{plugin-BDYgSjQN.d.ts → plugin-DuXcyudN.d.ts} +17 -3
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/dist/types/runtime.d.cts +4 -1
- package/dist/types/runtime.d.ts +4 -1
- package/package.json +8 -8
|
@@ -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-DuXcyudN.cjs';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
|
@@ -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-DuXcyudN.js';
|
|
6
6
|
import '@alloy-js/core/jsx-runtime';
|
|
7
7
|
import '@deepkit/type';
|
|
8
8
|
import '@stryke/capnp';
|
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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-DuXcyudN.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-DuXcyudN.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';
|
|
6
6
|
export { momentModule } from './components/moment.cjs';
|
|
7
|
-
export { DateFormats, StormDateInterface, TimeUnit } from './types/runtime.cjs';
|
|
7
|
+
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './types/runtime.cjs';
|
|
8
8
|
import '@alloy-js/core/jsx-runtime';
|
|
9
9
|
import '@deepkit/type';
|
|
10
10
|
import '@stryke/capnp';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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-DuXcyudN.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-DuXcyudN.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';
|
|
6
6
|
export { momentModule } from './components/moment.js';
|
|
7
|
-
export { DateFormats, StormDateInterface, TimeUnit } from './types/runtime.js';
|
|
7
|
+
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './types/runtime.js';
|
|
8
8
|
import '@alloy-js/core/jsx-runtime';
|
|
9
9
|
import '@deepkit/type';
|
|
10
10
|
import '@stryke/capnp';
|
|
@@ -241,8 +241,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
241
241
|
tsconfigFilePath: string;
|
|
242
242
|
};
|
|
243
243
|
|
|
244
|
-
declare const __VFS_PATCH__
|
|
245
|
-
declare const __VFS_REVERT__
|
|
244
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
245
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
246
246
|
type OutputModeType = "fs" | "virtual";
|
|
247
247
|
interface VirtualFile {
|
|
248
248
|
/**
|
|
@@ -661,6 +661,15 @@ interface OutputConfig {
|
|
|
661
661
|
* @defaultValue "dist/\{projectRoot\}"
|
|
662
662
|
*/
|
|
663
663
|
outputPath?: string;
|
|
664
|
+
/**
|
|
665
|
+
* The output directory path for the project build.
|
|
666
|
+
*
|
|
667
|
+
* @remarks
|
|
668
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
669
|
+
*
|
|
670
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
671
|
+
*/
|
|
672
|
+
distPath?: string;
|
|
664
673
|
/**
|
|
665
674
|
* The format of the output files
|
|
666
675
|
*
|
|
@@ -3982,5 +3991,10 @@ interface DatePluginResolvedConfig extends EnvPluginResolvedConfig {
|
|
|
3982
3991
|
date: Required<Omit<DatePluginOptions, "env">>;
|
|
3983
3992
|
}
|
|
3984
3993
|
type DatePluginContext<TResolvedConfig extends DatePluginResolvedConfig = DatePluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
3994
|
+
declare type __ΩDateLibraryType = any[];
|
|
3995
|
+
declare type __ΩDatePluginOptions = any[];
|
|
3996
|
+
declare type __ΩDatePluginUserConfig = any[];
|
|
3997
|
+
declare type __ΩDatePluginResolvedConfig = any[];
|
|
3998
|
+
declare type __ΩDatePluginContext = any[];
|
|
3985
3999
|
|
|
3986
|
-
export type { DateLibraryType as D, Plugin as P, DatePluginOptions as a, DatePluginUserConfig as b, DatePluginResolvedConfig as c, DatePluginContext as d };
|
|
4000
|
+
export type { DateLibraryType as D, Plugin as P, __ΩDateLibraryType as _, DatePluginOptions as a, DatePluginUserConfig as b, DatePluginResolvedConfig as c, DatePluginContext as d, __ΩDatePluginOptions as e, __ΩDatePluginUserConfig as f, __ΩDatePluginResolvedConfig as g, __ΩDatePluginContext as h };
|
|
@@ -241,8 +241,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
241
241
|
tsconfigFilePath: string;
|
|
242
242
|
};
|
|
243
243
|
|
|
244
|
-
declare const __VFS_PATCH__
|
|
245
|
-
declare const __VFS_REVERT__
|
|
244
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
245
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
246
246
|
type OutputModeType = "fs" | "virtual";
|
|
247
247
|
interface VirtualFile {
|
|
248
248
|
/**
|
|
@@ -661,6 +661,15 @@ interface OutputConfig {
|
|
|
661
661
|
* @defaultValue "dist/\{projectRoot\}"
|
|
662
662
|
*/
|
|
663
663
|
outputPath?: string;
|
|
664
|
+
/**
|
|
665
|
+
* The output directory path for the project build.
|
|
666
|
+
*
|
|
667
|
+
* @remarks
|
|
668
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
669
|
+
*
|
|
670
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
671
|
+
*/
|
|
672
|
+
distPath?: string;
|
|
664
673
|
/**
|
|
665
674
|
* The format of the output files
|
|
666
675
|
*
|
|
@@ -3982,5 +3991,10 @@ interface DatePluginResolvedConfig extends EnvPluginResolvedConfig {
|
|
|
3982
3991
|
date: Required<Omit<DatePluginOptions, "env">>;
|
|
3983
3992
|
}
|
|
3984
3993
|
type DatePluginContext<TResolvedConfig extends DatePluginResolvedConfig = DatePluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
3994
|
+
declare type __ΩDateLibraryType = any[];
|
|
3995
|
+
declare type __ΩDatePluginOptions = any[];
|
|
3996
|
+
declare type __ΩDatePluginUserConfig = any[];
|
|
3997
|
+
declare type __ΩDatePluginResolvedConfig = any[];
|
|
3998
|
+
declare type __ΩDatePluginContext = any[];
|
|
3985
3999
|
|
|
3986
|
-
export type { DateLibraryType as D, Plugin as P, DatePluginOptions as a, DatePluginUserConfig as b, DatePluginResolvedConfig as c, DatePluginContext as d };
|
|
4000
|
+
export type { DateLibraryType as D, Plugin as P, __ΩDateLibraryType as _, DatePluginOptions as a, DatePluginUserConfig as b, DatePluginResolvedConfig as c, DatePluginContext as d, __ΩDatePluginOptions as e, __ΩDatePluginUserConfig as f, __ΩDatePluginResolvedConfig as g, __ΩDatePluginContext as h };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from '../plugin-
|
|
2
|
-
export { DateFormats, StormDateInterface, TimeUnit } from './runtime.cjs';
|
|
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-DuXcyudN.cjs';
|
|
2
|
+
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './runtime.cjs';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from '../plugin-
|
|
2
|
-
export { DateFormats, StormDateInterface, TimeUnit } from './runtime.js';
|
|
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-DuXcyudN.js';
|
|
2
|
+
export { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from './runtime.js';
|
|
3
3
|
import '@alloy-js/core/jsx-runtime';
|
|
4
4
|
import '@deepkit/type';
|
|
5
5
|
import '@stryke/capnp';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from '../plugin-
|
|
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-DuXcyudN.cjs';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DateLibraryType, d as DatePluginContext, a as DatePluginOptions, c as DatePluginResolvedConfig, b as DatePluginUserConfig } from '../plugin-
|
|
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-DuXcyudN.js';
|
|
2
2
|
import '@alloy-js/core/jsx-runtime';
|
|
3
3
|
import '@deepkit/type';
|
|
4
4
|
import '@stryke/capnp';
|
package/dist/types/runtime.d.cts
CHANGED
|
@@ -703,5 +703,8 @@ interface StormDateInterface<TDate, TLocale> {
|
|
|
703
703
|
*/
|
|
704
704
|
getMeridiemText: (meridiem: "am" | "pm") => string;
|
|
705
705
|
}
|
|
706
|
+
declare type __ΩDateFormats = any[];
|
|
707
|
+
declare type __ΩTimeUnit = any[];
|
|
708
|
+
declare type __ΩStormDateInterface = any[];
|
|
706
709
|
|
|
707
|
-
export type { DateFormats, StormDateInterface, TimeUnit };
|
|
710
|
+
export type { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit };
|
package/dist/types/runtime.d.ts
CHANGED
|
@@ -703,5 +703,8 @@ interface StormDateInterface<TDate, TLocale> {
|
|
|
703
703
|
*/
|
|
704
704
|
getMeridiemText: (meridiem: "am" | "pm") => string;
|
|
705
705
|
}
|
|
706
|
+
declare type __ΩDateFormats = any[];
|
|
707
|
+
declare type __ΩTimeUnit = any[];
|
|
708
|
+
declare type __ΩStormDateInterface = any[];
|
|
706
709
|
|
|
707
|
-
export type { DateFormats, StormDateInterface, TimeUnit };
|
|
710
|
+
export type { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-date",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.29",
|
|
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": {
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"files": ["dist/**/*"],
|
|
117
117
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@powerlines/plugin-env": "^0.13.
|
|
120
|
-
"@storm-software/config-tools": "^1.188.
|
|
119
|
+
"@powerlines/plugin-env": "^0.13.26",
|
|
120
|
+
"@storm-software/config-tools": "^1.188.42",
|
|
121
121
|
"@stryke/path": "^0.19.2",
|
|
122
|
-
"powerlines": "^0.
|
|
122
|
+
"powerlines": "^0.23.3"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@powerlines/nx": "^0.10.
|
|
126
|
-
"@storm-software/tsup": "^0.2.
|
|
127
|
-
"@types/node": "^
|
|
125
|
+
"@powerlines/nx": "^0.10.20",
|
|
126
|
+
"@storm-software/tsup": "^0.2.40",
|
|
127
|
+
"@types/node": "^24.10.1"
|
|
128
128
|
},
|
|
129
129
|
"publishConfig": { "access": "public" },
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
131
131
|
}
|