@powerlines/plugin-crypto 0.10.224 → 0.10.226

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.
Files changed (47) hide show
  1. package/dist/index.d.cts +1 -1
  2. package/dist/index.d.mts +1 -1
  3. package/dist/types/plugin.d.cts +1 -1
  4. package/dist/types/plugin.d.mts +1 -1
  5. package/package.json +4 -4
  6. package/dist/deepkit/schemas/reflection.d.cts +0 -1560
  7. package/dist/deepkit/schemas/reflection.d.mts +0 -1560
  8. package/dist/deepkit/src/types.d.cts +0 -10
  9. package/dist/deepkit/src/types.d.mts +0 -10
  10. package/dist/plugin-alloy/src/types/plugin.d.cts +0 -36
  11. package/dist/plugin-alloy/src/types/plugin.d.mts +0 -36
  12. package/dist/plugin-automd/src/types/plugin.d.cts +0 -38
  13. package/dist/plugin-automd/src/types/plugin.d.mts +0 -38
  14. package/dist/plugin-automd/src/types/toc.d.cts +0 -33
  15. package/dist/plugin-automd/src/types/toc.d.mts +0 -33
  16. package/dist/plugin-babel/src/types/plugin.d.cts +0 -15
  17. package/dist/plugin-babel/src/types/plugin.d.mts +0 -15
  18. package/dist/plugin-env/src/types/plugin.d.cts +0 -148
  19. package/dist/plugin-env/src/types/plugin.d.mts +0 -148
  20. package/dist/plugin-env/src/types/runtime.d.cts +0 -789
  21. package/dist/plugin-env/src/types/runtime.d.mts +0 -789
  22. package/dist/powerlines/src/internal/helpers/hooks.d.cts +0 -47
  23. package/dist/powerlines/src/internal/helpers/hooks.d.mts +0 -47
  24. package/dist/powerlines/src/types/api.d.cts +0 -104
  25. package/dist/powerlines/src/types/api.d.mts +0 -104
  26. package/dist/powerlines/src/types/babel.d.cts +0 -22
  27. package/dist/powerlines/src/types/babel.d.mts +0 -22
  28. package/dist/powerlines/src/types/build.d.cts +0 -185
  29. package/dist/powerlines/src/types/build.d.mts +0 -185
  30. package/dist/powerlines/src/types/commands.d.cts +0 -8
  31. package/dist/powerlines/src/types/commands.d.mts +0 -8
  32. package/dist/powerlines/src/types/config.d.cts +0 -435
  33. package/dist/powerlines/src/types/config.d.mts +0 -435
  34. package/dist/powerlines/src/types/context.d.cts +0 -514
  35. package/dist/powerlines/src/types/context.d.mts +0 -514
  36. package/dist/powerlines/src/types/fs.d.cts +0 -486
  37. package/dist/powerlines/src/types/fs.d.mts +0 -486
  38. package/dist/powerlines/src/types/hooks.d.cts +0 -32
  39. package/dist/powerlines/src/types/hooks.d.mts +0 -32
  40. package/dist/powerlines/src/types/plugin.d.cts +0 -205
  41. package/dist/powerlines/src/types/plugin.d.mts +0 -205
  42. package/dist/powerlines/src/types/resolved.d.cts +0 -94
  43. package/dist/powerlines/src/types/resolved.d.mts +0 -94
  44. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  45. package/dist/powerlines/src/types/tsconfig.d.mts +0 -69
  46. package/dist/powerlines/src/types/unplugin.d.cts +0 -22
  47. package/dist/powerlines/src/types/unplugin.d.mts +0 -22
package/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.cjs";
2
1
  import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./types/plugin.cjs";
3
2
  import { cryptoModule } from "./components/crypto.cjs";
4
3
  import "./components/index.cjs";
5
4
  import "./types/index.cjs";
5
+ import { Plugin } from "powerlines/types/plugin";
6
6
 
7
7
  //#region src/index.d.ts
8
8
  /**
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.mjs";
2
1
  import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "./types/plugin.mjs";
3
2
  import { cryptoModule } from "./components/crypto.mjs";
4
3
  import "./components/index.mjs";
5
4
  import "./types/index.mjs";
5
+ import { Plugin } from "powerlines/types/plugin";
6
6
 
7
7
  //#region src/index.d.ts
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../plugin-env/src/types/plugin.cjs";
1
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
2
2
 
3
3
  //#region src/types/plugin.d.ts
4
4
  interface CryptoPluginOptions {
@@ -1,4 +1,4 @@
1
- import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../plugin-env/src/types/plugin.mjs";
1
+ import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "@powerlines/plugin-env/types/plugin";
2
2
 
3
3
  //#region src/types/plugin.d.ts
4
4
  interface CryptoPluginOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-crypto",
3
- "version": "0.10.224",
3
+ "version": "0.10.226",
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": {
@@ -129,16 +129,16 @@
129
129
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
130
130
  "dependencies": {
131
131
  "@noble/ciphers": "^2.1.1",
132
- "@powerlines/plugin-env": "^0.15.121",
132
+ "@powerlines/plugin-env": "^0.15.123",
133
133
  "@storm-software/config-tools": "^1.189.0",
134
134
  "@stryke/path": "^0.26.0",
135
135
  "defu": "^6.1.4",
136
136
  "powerlines": "^0.37.95"
137
137
  },
138
138
  "devDependencies": {
139
- "@powerlines/plugin-plugin": "^0.12.173",
139
+ "@powerlines/plugin-plugin": "^0.12.175",
140
140
  "@types/node": "^24.10.9"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
- "gitHead": "e16caf75f522908b123bf7941a1f0f658fe4ba7b"
143
+ "gitHead": "f153baa7a374fe331eeb1b8ea37c30c379c5efce"
144
144
  }