@powerlines/plugin-crypto 0.10.152 → 0.10.154
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/powerlines/src/types/config.d.cts +3 -3
- package/dist/powerlines/src/types/config.d.mts +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
|
@@ -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,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";
|
package/dist/types/index.d.mts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.10.154",
|
|
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.
|
|
132
|
+
"@powerlines/plugin-env": "^0.15.51",
|
|
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.
|
|
136
|
+
"powerlines": "^0.37.36"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
139
|
+
"@powerlines/plugin-plugin": "^0.12.114",
|
|
140
140
|
"@types/node": "^24.10.8"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "4fb917f0b80e237b9175bb0783f3e06d2c1ea30f"
|
|
144
144
|
}
|
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 { };
|