@powerlines/plugin-date 0.12.186 → 0.12.188

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.
@@ -308,14 +308,14 @@ interface CommonUserConfig extends BaseConfig {
308
308
  */
309
309
  configFile?: string;
310
310
  /**
311
- * Should the Powerlines CLI processes skip installing missing packages?
311
+ * Should the Powerlines processes automatically install missing package dependencies?
312
312
  *
313
313
  * @remarks
314
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
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
- skipInstalls?: boolean;
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 CLI processes skip installing missing packages?
311
+ * Should the Powerlines processes automatically install missing package dependencies?
312
312
  *
313
313
  * @remarks
314
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
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
- skipInstalls?: boolean;
318
+ autoInstall?: boolean;
319
319
  /**
320
320
  * Should the compiler processes skip any improvements that make use of cache?
321
321
  *
@@ -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";
@@ -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.186",
3
+ "version": "0.12.188",
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.48",
131
+ "@powerlines/plugin-env": "^0.15.50",
132
132
  "@storm-software/config-tools": "^1.188.80",
133
- "@stryke/path": "^0.24.2",
134
- "powerlines": "^0.37.33"
133
+ "@stryke/path": "^0.24.3",
134
+ "powerlines": "^0.37.35"
135
135
  },
136
136
  "devDependencies": {
137
- "@powerlines/plugin-plugin": "^0.12.111",
137
+ "@powerlines/plugin-plugin": "^0.12.113",
138
138
  "@types/node": "^24.10.8"
139
139
  },
140
140
  "publishConfig": { "access": "public" },
141
- "gitHead": "03b9cc77ab231fb6ef6907889e68dde29f9e77bb"
141
+ "gitHead": "65656903e05b8a85e4d46f7449a8c2bd8f90332e"
142
142
  }
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };