@powerlines/plugin-crypto 0.10.41 → 0.10.43
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.
|
@@ -306,7 +306,7 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
306
306
|
/**
|
|
307
307
|
* A list of resolvable paths to plugins used during the build process
|
|
308
308
|
*/
|
|
309
|
-
plugins?: PluginConfig<
|
|
309
|
+
plugins?: PluginConfig<any>[];
|
|
310
310
|
/**
|
|
311
311
|
* Environment-specific configurations
|
|
312
312
|
*/
|
|
@@ -307,7 +307,7 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
307
307
|
/**
|
|
308
308
|
* A list of resolvable paths to plugins used during the build process
|
|
309
309
|
*/
|
|
310
|
-
plugins?: PluginConfig<
|
|
310
|
+
plugins?: PluginConfig<any>[];
|
|
311
311
|
/**
|
|
312
312
|
* Environment-specific configurations
|
|
313
313
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-crypto",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.43",
|
|
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": {
|
|
@@ -128,17 +128,14 @@
|
|
|
128
128
|
"files": ["dist/**/*"],
|
|
129
129
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@powerlines/plugin-env": "^0.13.
|
|
131
|
+
"@powerlines/plugin-env": "^0.13.75",
|
|
132
132
|
"@storm-software/config-tools": "^1.188.65",
|
|
133
133
|
"@stryke/path": "^0.22.11",
|
|
134
134
|
"defu": "^6.1.4",
|
|
135
|
-
"powerlines": "^0.31.
|
|
135
|
+
"powerlines": "^0.31.6",
|
|
136
136
|
"@noble/ciphers": "^2.1.1"
|
|
137
137
|
},
|
|
138
|
-
"devDependencies": {
|
|
139
|
-
"@powerlines/nx": "^0.10.67",
|
|
140
|
-
"@types/node": "^24.10.4"
|
|
141
|
-
},
|
|
138
|
+
"devDependencies": { "@powerlines/nx": "^0.11.0", "@types/node": "^24.10.4" },
|
|
142
139
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "a7da8c6e6ecb00c6bd05fa6b6525ec369d58b0c4"
|
|
144
141
|
}
|