@powerlines/plugin-crypto 0.10.433 → 0.10.435
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/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/plugin.d.cts +5 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +5 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig } from "./types/plugin.cjs";
|
|
1
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./types/plugin.cjs";
|
|
2
2
|
import { cryptoModule } from "./components/crypto.cjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare function plugin<TContext extends CryptoPluginContext = CryptoPluginContext>(options?: CryptoPluginOptions): Plugin<TContext>[];
|
|
15
15
|
//#endregion
|
|
16
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
16
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig } from "./types/plugin.mjs";
|
|
1
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./types/plugin.mjs";
|
|
2
2
|
import { cryptoModule } from "./components/crypto.mjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare function plugin<TContext extends CryptoPluginContext = CryptoPluginContext>(options?: CryptoPluginOptions): Plugin<TContext>[];
|
|
15
15
|
//#endregion
|
|
16
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
16
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig } from "./plugin.cjs";
|
|
2
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig };
|
|
1
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.cjs";
|
|
2
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig } from "./plugin.mjs";
|
|
2
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig };
|
|
1
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./plugin.mjs";
|
|
2
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -34,6 +34,10 @@ interface CryptoPluginResolvedConfig extends EnvPluginResolvedConfig {
|
|
|
34
34
|
crypto: Required<Omit<CryptoPluginOptions, "env">>;
|
|
35
35
|
}
|
|
36
36
|
type CryptoPluginContext<TResolvedConfig extends CryptoPluginResolvedConfig = CryptoPluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
37
|
+
declare type __ΩCryptoPluginOptions = any[];
|
|
38
|
+
declare type __ΩCryptoPluginUserConfig = any[];
|
|
39
|
+
declare type __ΩCryptoPluginResolvedConfig = any[];
|
|
40
|
+
declare type __ΩCryptoPluginContext = any[];
|
|
37
41
|
//#endregion
|
|
38
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig };
|
|
42
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
|
|
39
43
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAyBiB,mBAAA;;AAAjB;;;;;EAOE,IAAA;EAaA;;;;AAGF;;EARE,aAAA;EAYc;;;EAPd,GAAA,GAAM,gBAAA;AAAA;AAAA,UAGS,sBAAA,SAA+B,mBAAA;EAI9C;;;EAAA,MAAA,GAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,UAGC,0BAAA,SAAmC,uBAAA;EAAR;;;EAI1C,MAAA,EAAQ,QAAA,CAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,KAGZ,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,gBAAA,CAAiB,eAAA"}
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAyBiB,mBAAA;;AAAjB;;;;;EAOE,IAAA;EAaA;;;;AAGF;;EARE,aAAA;EAYc;;;EAPd,GAAA,GAAM,gBAAA;AAAA;AAAA,UAGS,sBAAA,SAA+B,mBAAA;EAI9C;;;EAAA,MAAA,GAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,UAGC,0BAAA,SAAmC,uBAAA;EAAR;;;EAI1C,MAAA,EAAQ,QAAA,CAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,KAGZ,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,gBAAA,CAAiB,eAAA;AAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -34,6 +34,10 @@ interface CryptoPluginResolvedConfig extends EnvPluginResolvedConfig {
|
|
|
34
34
|
crypto: Required<Omit<CryptoPluginOptions, "env">>;
|
|
35
35
|
}
|
|
36
36
|
type CryptoPluginContext<TResolvedConfig extends CryptoPluginResolvedConfig = CryptoPluginResolvedConfig> = EnvPluginContext<TResolvedConfig>;
|
|
37
|
+
declare type __ΩCryptoPluginOptions = any[];
|
|
38
|
+
declare type __ΩCryptoPluginUserConfig = any[];
|
|
39
|
+
declare type __ΩCryptoPluginResolvedConfig = any[];
|
|
40
|
+
declare type __ΩCryptoPluginContext = any[];
|
|
37
41
|
//#endregion
|
|
38
|
-
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig };
|
|
42
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig };
|
|
39
43
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAyBiB,mBAAA;;AAAjB;;;;;EAOE,IAAA;EAaA;;;;AAGF;;EARE,aAAA;EAYc;;;EAPd,GAAA,GAAM,gBAAA;AAAA;AAAA,UAGS,sBAAA,SAA+B,mBAAA;EAI9C;;;EAAA,MAAA,GAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,UAGC,0BAAA,SAAmC,uBAAA;EAAR;;;EAI1C,MAAA,EAAQ,QAAA,CAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,KAGZ,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,gBAAA,CAAiB,eAAA"}
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAyBiB,mBAAA;;AAAjB;;;;;EAOE,IAAA;EAaA;;;;AAGF;;EARE,aAAA;EAYc;;;EAPd,GAAA,GAAM,gBAAA;AAAA;AAAA,UAGS,sBAAA,SAA+B,mBAAA;EAI9C;;;EAAA,MAAA,GAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,UAGC,0BAAA,SAAmC,uBAAA;EAAR;;;EAI1C,MAAA,EAAQ,QAAA,CAAS,IAAA,CAAK,mBAAA;AAAA;AAAA,KAGZ,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,gBAAA,CAAiB,eAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-crypto",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.435",
|
|
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": {
|
|
@@ -87,19 +87,19 @@
|
|
|
87
87
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@noble/ciphers": "^2.2.0",
|
|
90
|
-
"@powerlines/plugin-env": "^0.16.
|
|
91
|
-
"@storm-software/config-tools": "^1.189.
|
|
90
|
+
"@powerlines/plugin-env": "^0.16.126",
|
|
91
|
+
"@storm-software/config-tools": "^1.189.77",
|
|
92
92
|
"@stryke/path": "^0.27.4",
|
|
93
93
|
"defu": "^6.1.7",
|
|
94
|
-
"powerlines": "^0.
|
|
94
|
+
"powerlines": "^0.43.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
97
|
+
"@powerlines/plugin-plugin": "^0.12.352",
|
|
98
98
|
"@types/node": "^25.6.0"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": { "access": "public" },
|
|
101
101
|
"main": "./dist/index.cjs",
|
|
102
102
|
"module": "./dist/index.mjs",
|
|
103
103
|
"types": "./dist/index.d.cts",
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "49eae5ce8145cd6ae873cb4d9b3d747f7132c82d"
|
|
105
105
|
}
|