@powerlines/plugin-crypto 0.10.23 → 0.10.25
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/chunk-X42XA8SV.mjs +1 -0
- package/dist/index-CEgs-Dz2.d.cts +1 -0
- package/dist/index-D9zIjQH9.d.mts +1 -0
- package/dist/index.cjs +161 -20
- package/dist/index.d.cts +21 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +21 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +161 -19
- package/dist/index.mjs.map +1 -0
- package/dist/plugin-AoiogbrF.d.cts +4212 -0
- package/dist/plugin-AoiogbrF.d.cts.map +1 -0
- package/dist/plugin-BfCldGxF.d.mts +4211 -0
- package/dist/plugin-BfCldGxF.d.mts.map +1 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -0
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -0
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -1
- package/package.json +6 -6
- package/dist/components/crypto.cjs +0 -1
- package/dist/components/crypto.mjs +0 -1
- package/dist/components/index.cjs +0 -1
- package/dist/components/index.mjs +0 -1
- package/dist/crypto-B-aare-W.cjs +0 -142
- package/dist/crypto-BH9o0GJJ.mjs +0 -142
- package/dist/types-DBtscVQq.mjs +0 -1
- package/dist/types-o3zWarRp.cjs +0 -0
- /package/dist/{components-BWLXb7a2.cjs → plugin-DHXHjv16.cjs} +0 -0
- /package/dist/{components-ipRi4DSE.mjs → plugin-DzeYlbKJ.mjs} +0 -0
- /package/dist/{plugin-Gb47Xzf6.mjs → types-BKeuN6sy.mjs} +0 -0
- /package/dist/{plugin-pBKbb5K9.cjs → types-DHkg7xmX.cjs} +0 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { a as __ΩCryptoPluginContext, c as __ΩCryptoPluginUserConfig, i as CryptoPluginUserConfig, l as Plugin, n as CryptoPluginOptions, o as __ΩCryptoPluginOptions, r as CryptoPluginResolvedConfig, s as __ΩCryptoPluginResolvedConfig, t as CryptoPluginContext } from "./plugin-AoiogbrF.cjs";
|
|
2
|
+
import "./index-CEgs-Dz2.cjs";
|
|
3
|
+
|
|
4
|
+
//#region src/components/crypto.d.ts
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Generates the crypto module content.
|
|
8
|
+
*
|
|
9
|
+
* @param context - The build context containing runtime information.
|
|
10
|
+
* @returns A string representing the crypto module code.
|
|
11
|
+
*/
|
|
12
|
+
declare function cryptoModule(context: CryptoPluginContext): string;
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/index.d.ts
|
|
15
|
+
/**
|
|
16
|
+
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
17
|
+
*/
|
|
18
|
+
declare function plugin(options?: CryptoPluginOptions): Plugin<CryptoPluginContext>;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
21
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/components/crypto.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AA2BA;;;iBAAgB,YAAA,UAAsB;;;AAAtC;;;iBCKgB,MAAA,WACL,sBACR,OAAO"}
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { a as __ΩCryptoPluginContext, c as __ΩCryptoPluginUserConfig, i as CryptoPluginUserConfig, l as Plugin, n as CryptoPluginOptions, o as __ΩCryptoPluginOptions, r as CryptoPluginResolvedConfig, s as __ΩCryptoPluginResolvedConfig, t as CryptoPluginContext } from "./plugin-BfCldGxF.mjs";
|
|
2
|
+
import "./index-D9zIjQH9.mjs";
|
|
3
|
+
|
|
4
|
+
//#region src/components/crypto.d.ts
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Generates the crypto module content.
|
|
8
|
+
*
|
|
9
|
+
* @param context - The build context containing runtime information.
|
|
10
|
+
* @returns A string representing the crypto module code.
|
|
11
|
+
*/
|
|
12
|
+
declare function cryptoModule(context: CryptoPluginContext): string;
|
|
13
|
+
//#endregion
|
|
14
|
+
//#region src/index.d.ts
|
|
15
|
+
/**
|
|
16
|
+
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
17
|
+
*/
|
|
18
|
+
declare function plugin(options?: CryptoPluginOptions): Plugin<CryptoPluginContext>;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig, cryptoModule, plugin as default, plugin };
|
|
21
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/components/crypto.ts","../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AA2BA;;;iBAAgB,YAAA,UAAsB;;;AAAtC;;;iBCKgB,MAAA,WACL,sBACR,OAAO"}
|