@powerlines/plugin-crypto 0.10.12 → 0.10.13

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.
@@ -1,4 +1,4 @@
1
- import { a as CryptoPluginContext } from '../index-BnXQUy7e.cjs';
1
+ import { a as CryptoPluginContext } from '../index-B055rbD8.cjs';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
@@ -1,4 +1,4 @@
1
- import { a as CryptoPluginContext } from '../index-BnXQUy7e.js';
1
+ import { a as CryptoPluginContext } from '../index-B055rbD8.js';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
@@ -1,5 +1,5 @@
1
1
  export { cryptoModule } from './crypto.cjs';
2
- import '../index-BnXQUy7e.cjs';
2
+ import '../index-B055rbD8.cjs';
3
3
  import '@alloy-js/core/jsx-runtime';
4
4
  import '@deepkit/type';
5
5
  import '@stryke/capnp';
@@ -1,5 +1,5 @@
1
1
  export { cryptoModule } from './crypto.js';
2
- import '../index-BnXQUy7e.js';
2
+ import '../index-B055rbD8.js';
3
3
  import '@alloy-js/core/jsx-runtime';
4
4
  import '@deepkit/type';
5
5
  import '@stryke/capnp';
@@ -1511,7 +1511,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1511
1511
  * @param other - The other plugin to compare against.
1512
1512
  * @returns `true` if the two plugins are the same, `false` otherwise.
1513
1513
  */
1514
- dedupe?: false | ((other: Plugin<any>) => boolean);
1514
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
1515
1515
  /**
1516
1516
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1517
1517
  */
@@ -1522,7 +1522,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1522
1522
  * @param environment - The environment to check.
1523
1523
  * @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
1524
1524
  */
1525
- applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<any>>;
1525
+ applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
1526
1526
  }
1527
1527
 
1528
1528
  declare const ReflectionKind: {
@@ -1511,7 +1511,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1511
1511
  * @param other - The other plugin to compare against.
1512
1512
  * @returns `true` if the two plugins are the same, `false` otherwise.
1513
1513
  */
1514
- dedupe?: false | ((other: Plugin<any>) => boolean);
1514
+ dedupe?: false | ((other: Plugin<TContext>) => boolean);
1515
1515
  /**
1516
1516
  * A list of pre-requisite plugins that must be loaded before this plugin can be used.
1517
1517
  */
@@ -1522,7 +1522,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
1522
1522
  * @param environment - The environment to check.
1523
1523
  * @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
1524
1524
  */
1525
- applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<any>>;
1525
+ applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
1526
1526
  }
1527
1527
 
1528
1528
  declare const ReflectionKind: {
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as CryptoPluginOptions, P as Plugin, a as CryptoPluginContext } from './index-BnXQUy7e.cjs';
2
- export { c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from './index-BnXQUy7e.cjs';
1
+ import { C as CryptoPluginOptions, P as Plugin, a as CryptoPluginContext } from './index-B055rbD8.cjs';
2
+ export { c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from './index-B055rbD8.cjs';
3
3
  export { cryptoModule } from './components/crypto.cjs';
4
4
  import '@alloy-js/core/jsx-runtime';
5
5
  import '@deepkit/type';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as CryptoPluginOptions, P as Plugin, a as CryptoPluginContext } from './index-BnXQUy7e.js';
2
- export { c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from './index-BnXQUy7e.js';
1
+ import { C as CryptoPluginOptions, P as Plugin, a as CryptoPluginContext } from './index-B055rbD8.js';
2
+ export { c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from './index-B055rbD8.js';
3
3
  export { cryptoModule } from './components/crypto.js';
4
4
  import '@alloy-js/core/jsx-runtime';
5
5
  import '@deepkit/type';
@@ -1,4 +1,4 @@
1
- export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-BnXQUy7e.cjs';
1
+ export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-B055rbD8.cjs';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
@@ -1,4 +1,4 @@
1
- export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-BnXQUy7e.js';
1
+ export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-B055rbD8.js';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
@@ -1,4 +1,4 @@
1
- export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-BnXQUy7e.cjs';
1
+ export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-B055rbD8.cjs';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
@@ -1,4 +1,4 @@
1
- export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-BnXQUy7e.js';
1
+ export { a as CryptoPluginContext, C as CryptoPluginOptions, c as CryptoPluginResolvedConfig, b as CryptoPluginUserConfig, f as __ΩCryptoPluginContext, _ as __ΩCryptoPluginOptions, e as __ΩCryptoPluginResolvedConfig, d as __ΩCryptoPluginUserConfig } from '../index-B055rbD8.js';
2
2
  import '@alloy-js/core/jsx-runtime';
3
3
  import '@deepkit/type';
4
4
  import '@stryke/capnp';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-crypto",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
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": {
@@ -116,18 +116,18 @@
116
116
  "files": ["dist/**/*"],
117
117
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
118
118
  "dependencies": {
119
- "@powerlines/plugin-env": "^0.13.44",
120
- "@storm-software/config-tools": "^1.188.48",
119
+ "@powerlines/plugin-env": "^0.13.45",
120
+ "@storm-software/config-tools": "^1.188.49",
121
121
  "@stryke/path": "^0.21.2",
122
122
  "defu": "^6.1.4",
123
- "powerlines": "^0.25.0",
123
+ "powerlines": "^0.25.1",
124
124
  "@noble/ciphers": "^2.0.1"
125
125
  },
126
126
  "devDependencies": {
127
- "@powerlines/nx": "^0.10.38",
128
- "@storm-software/tsup": "^0.2.46",
127
+ "@powerlines/nx": "^0.10.39",
128
+ "@storm-software/tsup": "^0.2.47",
129
129
  "@types/node": "^24.10.1"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
- "gitHead": "acb1d0727c31f10519b7a59d73d245e6949414d3"
132
+ "gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
133
133
  }