@powerlines/plugin-crypto 0.10.152 → 0.10.153

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,2 +1 @@
1
- import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.cjs";
2
- export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
1
+ import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.cjs";
@@ -1,2 +1 @@
1
- import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.mjs";
2
- export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
1
+ import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-crypto",
3
- "version": "0.10.152",
3
+ "version": "0.10.153",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin that provides unique identifier generation capabilities at runtime by adding the `id` builtin module.",
6
6
  "repository": {
@@ -129,16 +129,16 @@
129
129
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
130
130
  "dependencies": {
131
131
  "@noble/ciphers": "^2.1.1",
132
- "@powerlines/plugin-env": "^0.15.49",
132
+ "@powerlines/plugin-env": "^0.15.50",
133
133
  "@storm-software/config-tools": "^1.188.80",
134
134
  "@stryke/path": "^0.24.3",
135
135
  "defu": "^6.1.4",
136
- "powerlines": "^0.37.34"
136
+ "powerlines": "^0.37.35"
137
137
  },
138
138
  "devDependencies": {
139
- "@powerlines/plugin-plugin": "^0.12.112",
139
+ "@powerlines/plugin-plugin": "^0.12.113",
140
140
  "@types/node": "^24.10.8"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "2b048de9f7fe2c6d953dd8452da1503422358581"
143
+ "gitHead": "65656903e05b8a85e4d46f7449a8c2bd8f90332e"
144
144
  }
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };