@powerlines/plugin-crypto 0.10.24 → 0.10.26

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.
@@ -0,0 +1,20 @@
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 };
@@ -0,0 +1,20 @@
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 };