@powerlines/plugin-date 0.12.210 → 0.12.212
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/{src/components → components}/date-fns.cjs +1 -1
- package/dist/{src/components → components}/date-fns.d.cts +1 -1
- package/dist/{src/components → components}/date-fns.d.mts +1 -1
- package/dist/{src/components → components}/dayjs.cjs +1 -1
- package/dist/{src/components → components}/dayjs.d.cts +1 -1
- package/dist/{src/components → components}/dayjs.d.mts +1 -1
- package/dist/{src/components → components}/luxon.cjs +1 -1
- package/dist/{src/components → components}/luxon.d.cts +1 -1
- package/dist/{src/components → components}/luxon.d.mts +1 -1
- package/dist/{src/components → components}/moment.cjs +1 -1
- package/dist/{src/components → components}/moment.d.cts +1 -1
- package/dist/{src/components → components}/moment.d.mts +1 -1
- package/dist/{src/index.cjs → index.cjs} +2 -2
- package/dist/{src/index.d.cts → index.d.cts} +4 -4
- package/dist/{src/index.d.mts → index.d.mts} +4 -4
- package/dist/{src/index.mjs → index.mjs} +1 -1
- package/dist/{packages/plugin-date/src/types/plugin.d.mts → types/plugin.d.cts} +1 -1
- package/dist/{packages/plugin-date/src/types/plugin.d.cts → types/plugin.d.mts} +1 -1
- package/package.json +5 -5
- /package/dist/{src/components → components}/date-fns.mjs +0 -0
- /package/dist/{src/components → components}/dayjs.mjs +0 -0
- /package/dist/{src/components → components}/index.cjs +0 -0
- /package/dist/{src/components → components}/index.d.cts +0 -0
- /package/dist/{src/components → components}/index.d.mts +0 -0
- /package/dist/{src/components → components}/index.mjs +0 -0
- /package/dist/{src/components → components}/luxon.mjs +0 -0
- /package/dist/{src/components → components}/moment.mjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/index.cjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/index.d.cts +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/index.d.mts +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/index.mjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/plugin.cjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/plugin.mjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/runtime.cjs +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/runtime.d.cts +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/runtime.d.mts +0 -0
- /package/dist/{packages/plugin-date/src/types → types}/runtime.mjs +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('
|
|
1
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
let powerlines_lib_utilities_file_header = require("powerlines/lib/utilities/file-header");
|
|
3
3
|
|
|
4
4
|
//#region src/components/date-fns.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('
|
|
1
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
let powerlines_lib_utilities_file_header = require("powerlines/lib/utilities/file-header");
|
|
3
3
|
|
|
4
4
|
//#region src/components/dayjs.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('
|
|
1
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
let powerlines_lib_utilities_file_header = require("powerlines/lib/utilities/file-header");
|
|
3
3
|
|
|
4
4
|
//#region src/components/luxon.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('
|
|
1
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
let powerlines_lib_utilities_file_header = require("powerlines/lib/utilities/file-header");
|
|
3
3
|
|
|
4
4
|
//#region src/components/moment.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
const require_rolldown_runtime = require('
|
|
3
|
-
const require_defu = require('
|
|
2
|
+
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
3
|
+
const require_defu = require('./node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs');
|
|
4
4
|
const require_date_fns = require('./components/date-fns.cjs');
|
|
5
5
|
const require_dayjs = require('./components/dayjs.cjs');
|
|
6
6
|
const require_luxon = require('./components/luxon.cjs');
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "./powerlines/src/types/plugin.cjs";
|
|
2
|
+
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "./types/plugin.cjs";
|
|
3
3
|
import { dateFnsModule } from "./components/date-fns.cjs";
|
|
4
4
|
import { dayjsModule } from "./components/dayjs.cjs";
|
|
5
5
|
import { luxonModule } from "./components/luxon.cjs";
|
|
6
6
|
import { momentModule } from "./components/moment.cjs";
|
|
7
7
|
import "./components/index.cjs";
|
|
8
|
-
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "
|
|
9
|
-
import "
|
|
8
|
+
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./types/runtime.cjs";
|
|
9
|
+
import "./types/index.cjs";
|
|
10
10
|
|
|
11
11
|
//#region src/index.d.ts
|
|
12
12
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "./packages/powerlines/src/types/plugin.mjs";
|
|
2
|
+
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "./types/plugin.mjs";
|
|
3
3
|
import { dateFnsModule } from "./components/date-fns.mjs";
|
|
4
4
|
import { dayjsModule } from "./components/dayjs.mjs";
|
|
5
5
|
import { luxonModule } from "./components/luxon.mjs";
|
|
6
6
|
import { momentModule } from "./components/moment.mjs";
|
|
7
7
|
import "./components/index.mjs";
|
|
8
|
-
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "
|
|
9
|
-
import "
|
|
8
|
+
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./types/runtime.mjs";
|
|
9
|
+
import "./types/index.mjs";
|
|
10
10
|
|
|
11
11
|
//#region src/index.d.ts
|
|
12
12
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defu } from "
|
|
1
|
+
import { defu } from "./node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs";
|
|
2
2
|
import { dateFnsModule } from "./components/date-fns.mjs";
|
|
3
3
|
import { dayjsModule } from "./components/dayjs.mjs";
|
|
4
4
|
import { luxonModule } from "./components/luxon.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "
|
|
1
|
+
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../plugin-env/src/types/plugin.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
type DateLibraryType = "date-fns" | "dayjs" | "luxon" | "moment";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "
|
|
1
|
+
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../packages/plugin-env/src/types/plugin.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
type DateLibraryType = "date-fns" | "dayjs" | "luxon" | "moment";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-date",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.212",
|
|
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": {
|
|
@@ -128,15 +128,15 @@
|
|
|
128
128
|
"files": ["dist/**/*"],
|
|
129
129
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@powerlines/plugin-env": "^0.15.
|
|
131
|
+
"@powerlines/plugin-env": "^0.15.74",
|
|
132
132
|
"@storm-software/config-tools": "^1.188.80",
|
|
133
133
|
"@stryke/path": "^0.25.3",
|
|
134
|
-
"powerlines": "^0.37.
|
|
134
|
+
"powerlines": "^0.37.56"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
137
|
+
"@powerlines/plugin-plugin": "^0.12.134",
|
|
138
138
|
"@types/node": "^24.10.9"
|
|
139
139
|
},
|
|
140
140
|
"publishConfig": { "access": "public" },
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "7af3632002c069b20d1ce8fc08866a8c52cb7256"
|
|
142
142
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|