@powerlines/plugin-date 0.12.187 → 0.12.189
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/packages/powerlines/src/types/config.d.mts +3 -3
- package/dist/powerlines/src/types/config.d.cts +3 -3
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.mts +1 -2
- package/package.json +5 -5
- package/dist/types/index.cjs +0 -0
- package/dist/types/index.mjs +0 -1
- package/dist/types/plugin.cjs +0 -0
- package/dist/types/plugin.mjs +0 -1
- package/dist/types/runtime.cjs +0 -0
- package/dist/types/runtime.mjs +0 -1
|
@@ -308,14 +308,14 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
308
308
|
*/
|
|
309
309
|
configFile?: string;
|
|
310
310
|
/**
|
|
311
|
-
* Should the Powerlines
|
|
311
|
+
* Should the Powerlines processes automatically install missing package dependencies?
|
|
312
312
|
*
|
|
313
313
|
* @remarks
|
|
314
|
-
* This
|
|
314
|
+
* When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
|
|
315
315
|
*
|
|
316
316
|
* @defaultValue false
|
|
317
317
|
*/
|
|
318
|
-
|
|
318
|
+
autoInstall?: boolean;
|
|
319
319
|
/**
|
|
320
320
|
* Should the compiler processes skip any improvements that make use of cache?
|
|
321
321
|
*
|
|
@@ -308,14 +308,14 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
308
308
|
*/
|
|
309
309
|
configFile?: string;
|
|
310
310
|
/**
|
|
311
|
-
* Should the Powerlines
|
|
311
|
+
* Should the Powerlines processes automatically install missing package dependencies?
|
|
312
312
|
*
|
|
313
313
|
* @remarks
|
|
314
|
-
* This
|
|
314
|
+
* When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
|
|
315
315
|
*
|
|
316
316
|
* @defaultValue false
|
|
317
317
|
*/
|
|
318
|
-
|
|
318
|
+
autoInstall?: boolean;
|
|
319
319
|
/**
|
|
320
320
|
* Should the compiler processes skip any improvements that make use of cache?
|
|
321
321
|
*
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "./plugin.cjs";
|
|
2
|
-
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./runtime.cjs";
|
|
3
|
-
export { DateFormats, DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig, __ΩStormDateInterface, __ΩTimeUnit };
|
|
2
|
+
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./runtime.cjs";
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
import { DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig } from "./plugin.mjs";
|
|
2
|
-
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./runtime.mjs";
|
|
3
|
-
export { DateFormats, DateLibraryType, DatePluginContext, DatePluginOptions, DatePluginResolvedConfig, DatePluginUserConfig, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩDateLibraryType, __ΩDatePluginContext, __ΩDatePluginOptions, __ΩDatePluginResolvedConfig, __ΩDatePluginUserConfig, __ΩStormDateInterface, __ΩTimeUnit };
|
|
2
|
+
import { DateFormats, StormDateInterface, TimeUnit, __ΩDateFormats, __ΩStormDateInterface, __ΩTimeUnit } from "./runtime.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-date",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.189",
|
|
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.51",
|
|
132
132
|
"@storm-software/config-tools": "^1.188.80",
|
|
133
133
|
"@stryke/path": "^0.24.3",
|
|
134
|
-
"powerlines": "^0.37.
|
|
134
|
+
"powerlines": "^0.37.36"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
137
|
+
"@powerlines/plugin-plugin": "^0.12.114",
|
|
138
138
|
"@types/node": "^24.10.8"
|
|
139
139
|
},
|
|
140
140
|
"publishConfig": { "access": "public" },
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "4fb917f0b80e237b9175bb0783f3e06d2c1ea30f"
|
|
142
142
|
}
|
package/dist/types/index.cjs
DELETED
|
File without changes
|
package/dist/types/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/types/plugin.cjs
DELETED
|
File without changes
|
package/dist/types/plugin.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/types/runtime.cjs
DELETED
|
File without changes
|
package/dist/types/runtime.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|