@powerlines/plugin-crypto 0.10.173 → 0.10.175
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/{types → packages/plugin-crypto/src/types}/plugin.d.cts +1 -1
- package/dist/{types → packages/plugin-crypto/src/types}/plugin.d.mts +1 -1
- package/dist/{components → src/components}/crypto.cjs +1 -1
- package/dist/{components → src/components}/crypto.d.cts +1 -1
- package/dist/{components → src/components}/crypto.d.mts +1 -1
- package/dist/{index.cjs → src/index.cjs} +1 -1
- package/dist/{index.d.cts → src/index.d.cts} +3 -3
- package/dist/{index.d.mts → src/index.d.mts} +3 -3
- package/package.json +5 -5
- /package/dist/{types → packages/plugin-crypto/src/types}/index.cjs +0 -0
- /package/dist/{types → packages/plugin-crypto/src/types}/index.d.cts +0 -0
- /package/dist/{types → packages/plugin-crypto/src/types}/index.d.mts +0 -0
- /package/dist/{types → packages/plugin-crypto/src/types}/index.mjs +0 -0
- /package/dist/{types → packages/plugin-crypto/src/types}/plugin.cjs +0 -0
- /package/dist/{types → packages/plugin-crypto/src/types}/plugin.mjs +0 -0
- /package/dist/{components → src/components}/crypto.mjs +0 -0
- /package/dist/{components → src/components}/index.cjs +0 -0
- /package/dist/{components → src/components}/index.d.cts +0 -0
- /package/dist/{components → src/components}/index.d.mts +0 -0
- /package/dist/{components → src/components}/index.mjs +0 -0
- /package/dist/{index.mjs → src/index.mjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "
|
|
1
|
+
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../../../../plugin-env/src/types/plugin.cjs";
|
|
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 "
|
|
1
|
+
import { EnvPluginContext, EnvPluginOptions, EnvPluginResolvedConfig, EnvPluginUserConfig } from "../../../../plugin-env/src/types/plugin.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/plugin.d.ts
|
|
4
4
|
interface CryptoPluginOptions {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('
|
|
1
|
+
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
let powerlines_lib_utilities_file_header = require("powerlines/lib/utilities/file-header");
|
|
3
3
|
|
|
4
4
|
//#region src/components/crypto.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
const require_rolldown_runtime = require('
|
|
2
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
3
3
|
const require_crypto = require('./components/crypto.cjs');
|
|
4
4
|
require('./components/index.cjs');
|
|
5
5
|
let __noble_ciphers_utils_js = require("@noble/ciphers/utils.js");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "../powerlines/src/types/plugin.cjs";
|
|
2
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "../packages/plugin-crypto/src/types/plugin.cjs";
|
|
3
3
|
import { cryptoModule } from "./components/crypto.cjs";
|
|
4
4
|
import "./components/index.cjs";
|
|
5
|
-
import "
|
|
5
|
+
import "../packages/plugin-crypto/src/types/index.cjs";
|
|
6
6
|
|
|
7
7
|
//#region src/index.d.ts
|
|
8
8
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "../powerlines/src/types/plugin.mjs";
|
|
2
|
+
import { CryptoPluginContext, CryptoPluginOptions, CryptoPluginResolvedConfig, CryptoPluginUserConfig, __ΩCryptoPluginContext, __ΩCryptoPluginOptions, __ΩCryptoPluginResolvedConfig, __ΩCryptoPluginUserConfig } from "../packages/plugin-crypto/src/types/plugin.mjs";
|
|
3
3
|
import { cryptoModule } from "./components/crypto.mjs";
|
|
4
4
|
import "./components/index.mjs";
|
|
5
|
-
import "
|
|
5
|
+
import "../packages/plugin-crypto/src/types/index.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/index.d.ts
|
|
8
8
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-crypto",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.175",
|
|
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.
|
|
132
|
+
"@powerlines/plugin-env": "^0.15.72",
|
|
133
133
|
"@storm-software/config-tools": "^1.188.80",
|
|
134
134
|
"@stryke/path": "^0.25.3",
|
|
135
135
|
"defu": "^6.1.4",
|
|
136
|
-
"powerlines": "^0.37.
|
|
136
|
+
"powerlines": "^0.37.54"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
139
|
+
"@powerlines/plugin-plugin": "^0.12.132",
|
|
140
140
|
"@types/node": "^24.10.9"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "0030560b882e0e314b3085cc9607bc387e6bcba3"
|
|
144
144
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|