@powerlines/plugin-crypto 0.10.21 → 0.10.22
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/components/crypto.cjs +1 -139
- package/dist/components/crypto.mjs +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -0
- package/dist/components-ipRi4DSE.mjs +1 -0
- package/dist/crypto-B-aare-W.cjs +142 -0
- package/dist/{components/crypto.js → crypto-BH9o0GJJ.mjs} +15 -12
- package/dist/index.cjs +66 -6
- package/dist/index.mjs +64 -0
- package/dist/plugin-Gb47Xzf6.mjs +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.mjs +1 -0
- package/dist/types-DBtscVQq.mjs +1 -0
- package/dist/types-o3zWarRp.cjs +0 -0
- package/package.json +38 -27
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/components/crypto.d.cts +0 -38
- package/dist/components/crypto.d.ts +0 -38
- package/dist/components/index.d.cts +0 -29
- package/dist/components/index.d.ts +0 -29
- package/dist/components/index.js +0 -1
- package/dist/index-Kgl47K4p.d.cts +0 -4120
- package/dist/index-Kgl47K4p.d.ts +0 -4120
- package/dist/index.d.cts +0 -37
- package/dist/index.d.ts +0 -37
- package/dist/index.js +0 -7
- package/dist/types/index.d.cts +0 -28
- package/dist/types/index.d.ts +0 -28
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.cts +0 -28
- package/dist/types/plugin.d.ts +0 -28
- /package/dist/{types/plugin.js → components-BWLXb7a2.cjs} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{};
|
|
File without changes
|
package/dist/types/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
require(`../plugin-pBKbb5K9.cjs`),require(`../types-o3zWarRp.cjs`);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../plugin-Gb47Xzf6.mjs";import"../types-DBtscVQq.mjs";export{};
|
package/dist/types/plugin.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
require(`../plugin-pBKbb5K9.cjs`);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../plugin-Gb47Xzf6.mjs";export{};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-crypto",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.22",
|
|
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": {
|
|
@@ -41,93 +41,104 @@
|
|
|
41
41
|
"exports": {
|
|
42
42
|
"./package.json": "./package.json",
|
|
43
43
|
".": {
|
|
44
|
-
"import": {
|
|
44
|
+
"import": {
|
|
45
|
+
"types": "./dist/index.d.mts",
|
|
46
|
+
"default": "./dist/index.mjs"
|
|
47
|
+
},
|
|
45
48
|
"require": {
|
|
46
49
|
"types": "./dist/index.d.cts",
|
|
47
50
|
"default": "./dist/index.cjs"
|
|
48
51
|
},
|
|
49
|
-
"default": {
|
|
52
|
+
"default": {
|
|
53
|
+
"types": "./dist/index.d.mts",
|
|
54
|
+
"default": "./dist/index.mjs"
|
|
55
|
+
}
|
|
50
56
|
},
|
|
51
57
|
"./index": {
|
|
52
|
-
"import": {
|
|
58
|
+
"import": {
|
|
59
|
+
"types": "./dist/index.d.mts",
|
|
60
|
+
"default": "./dist/index.mjs"
|
|
61
|
+
},
|
|
53
62
|
"require": {
|
|
54
63
|
"types": "./dist/index.d.cts",
|
|
55
64
|
"default": "./dist/index.cjs"
|
|
56
65
|
},
|
|
57
|
-
"default": {
|
|
66
|
+
"default": {
|
|
67
|
+
"types": "./dist/index.d.mts",
|
|
68
|
+
"default": "./dist/index.mjs"
|
|
69
|
+
}
|
|
58
70
|
},
|
|
59
71
|
"./types": {
|
|
60
72
|
"import": {
|
|
61
|
-
"types": "./dist/types/index.d.
|
|
62
|
-
"default": "./dist/types/index.
|
|
73
|
+
"types": "./dist/types/index.d.mts",
|
|
74
|
+
"default": "./dist/types/index.mjs"
|
|
63
75
|
},
|
|
64
76
|
"require": {
|
|
65
77
|
"types": "./dist/types/index.d.cts",
|
|
66
78
|
"default": "./dist/types/index.cjs"
|
|
67
79
|
},
|
|
68
80
|
"default": {
|
|
69
|
-
"types": "./dist/types/index.d.
|
|
70
|
-
"default": "./dist/types/index.
|
|
81
|
+
"types": "./dist/types/index.d.mts",
|
|
82
|
+
"default": "./dist/types/index.mjs"
|
|
71
83
|
}
|
|
72
84
|
},
|
|
73
85
|
"./types/*": {
|
|
74
86
|
"import": {
|
|
75
|
-
"types": "./dist/types/*.d.
|
|
76
|
-
"default": "./dist/types/*.
|
|
87
|
+
"types": "./dist/types/*.d.mts",
|
|
88
|
+
"default": "./dist/types/*.mjs"
|
|
77
89
|
},
|
|
78
90
|
"require": {
|
|
79
91
|
"types": "./dist/types/*.d.cts",
|
|
80
92
|
"default": "./dist/types/*.cjs"
|
|
81
93
|
},
|
|
82
94
|
"default": {
|
|
83
|
-
"types": "./dist/types/*.d.
|
|
84
|
-
"default": "./dist/types/*.
|
|
95
|
+
"types": "./dist/types/*.d.mts",
|
|
96
|
+
"default": "./dist/types/*.mjs"
|
|
85
97
|
}
|
|
86
98
|
},
|
|
87
99
|
"./components": {
|
|
88
100
|
"import": {
|
|
89
|
-
"types": "./dist/components/index.d.
|
|
90
|
-
"default": "./dist/components/index.
|
|
101
|
+
"types": "./dist/components/index.d.mts",
|
|
102
|
+
"default": "./dist/components/index.mjs"
|
|
91
103
|
},
|
|
92
104
|
"require": {
|
|
93
105
|
"types": "./dist/components/index.d.cts",
|
|
94
106
|
"default": "./dist/components/index.cjs"
|
|
95
107
|
},
|
|
96
108
|
"default": {
|
|
97
|
-
"types": "./dist/components/index.d.
|
|
98
|
-
"default": "./dist/components/index.
|
|
109
|
+
"types": "./dist/components/index.d.mts",
|
|
110
|
+
"default": "./dist/components/index.mjs"
|
|
99
111
|
}
|
|
100
112
|
},
|
|
101
113
|
"./components/*": {
|
|
102
114
|
"import": {
|
|
103
|
-
"types": "./dist/components/*.d.
|
|
104
|
-
"default": "./dist/components/*.
|
|
115
|
+
"types": "./dist/components/*.d.mts",
|
|
116
|
+
"default": "./dist/components/*.mjs"
|
|
105
117
|
},
|
|
106
118
|
"require": {
|
|
107
119
|
"types": "./dist/components/*.d.cts",
|
|
108
120
|
"default": "./dist/components/*.cjs"
|
|
109
121
|
},
|
|
110
122
|
"default": {
|
|
111
|
-
"types": "./dist/components/*.d.
|
|
112
|
-
"default": "./dist/components/*.
|
|
123
|
+
"types": "./dist/components/*.d.mts",
|
|
124
|
+
"default": "./dist/components/*.mjs"
|
|
113
125
|
}
|
|
114
126
|
}
|
|
115
127
|
},
|
|
116
128
|
"files": ["dist/**/*"],
|
|
117
129
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
118
130
|
"dependencies": {
|
|
119
|
-
"@powerlines/plugin-env": "^0.13.
|
|
131
|
+
"@powerlines/plugin-env": "^0.13.54",
|
|
120
132
|
"@storm-software/config-tools": "^1.188.50",
|
|
121
|
-
"@stryke/path": "^0.
|
|
133
|
+
"@stryke/path": "^0.22.0",
|
|
122
134
|
"defu": "^6.1.4",
|
|
123
|
-
"powerlines": "^0.
|
|
135
|
+
"powerlines": "^0.29.0",
|
|
124
136
|
"@noble/ciphers": "^2.0.1"
|
|
125
137
|
},
|
|
126
138
|
"devDependencies": {
|
|
127
|
-
"@powerlines/nx": "^0.10.
|
|
128
|
-
"@storm-software/tsup": "^0.2.48",
|
|
139
|
+
"@powerlines/nx": "^0.10.48",
|
|
129
140
|
"@types/node": "^24.10.1"
|
|
130
141
|
},
|
|
131
142
|
"publishConfig": { "access": "public" },
|
|
132
|
-
"gitHead": "
|
|
143
|
+
"gitHead": "f65e5efb5fd5a7f5eab1936aec5a2807b931ae87"
|
|
133
144
|
}
|
package/dist/chunk-FBBMZ4NC.cjs
DELETED
package/dist/chunk-UCUR73HG.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { a as CryptoPluginContext } from '../index-Kgl47K4p.cjs';
|
|
2
|
-
import '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import '@deepkit/type';
|
|
4
|
-
import '@stryke/capnp';
|
|
5
|
-
import '@babel/core';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/base';
|
|
10
|
-
import '@stryke/types/configuration';
|
|
11
|
-
import '@stryke/types/file';
|
|
12
|
-
import 'vite';
|
|
13
|
-
import '@babel/helper-plugin-utils';
|
|
14
|
-
import '@stryke/env/get-env-paths';
|
|
15
|
-
import '@stryke/http/fetch';
|
|
16
|
-
import '@stryke/types/package-json';
|
|
17
|
-
import 'jiti';
|
|
18
|
-
import 'magic-string';
|
|
19
|
-
import 'oxc-parser';
|
|
20
|
-
import 'semver';
|
|
21
|
-
import 'ts-morph';
|
|
22
|
-
import 'undici';
|
|
23
|
-
import 'unplugin';
|
|
24
|
-
import '@stryke/fs/resolve';
|
|
25
|
-
import '@stryke/types/tsconfig';
|
|
26
|
-
import 'typescript';
|
|
27
|
-
import '@stryke/types/array';
|
|
28
|
-
import '@stryke/env/types';
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Generates the crypto module content.
|
|
32
|
-
*
|
|
33
|
-
* @param context - The build context containing runtime information.
|
|
34
|
-
* @returns A string representing the crypto module code.
|
|
35
|
-
*/
|
|
36
|
-
declare function cryptoModule(context: CryptoPluginContext): string;
|
|
37
|
-
|
|
38
|
-
export { cryptoModule };
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { a as CryptoPluginContext } from '../index-Kgl47K4p.js';
|
|
2
|
-
import '@alloy-js/core/jsx-runtime';
|
|
3
|
-
import '@deepkit/type';
|
|
4
|
-
import '@stryke/capnp';
|
|
5
|
-
import '@babel/core';
|
|
6
|
-
import '@storm-software/build-tools/types';
|
|
7
|
-
import '@storm-software/config-tools/types';
|
|
8
|
-
import '@storm-software/config/types';
|
|
9
|
-
import '@stryke/types/base';
|
|
10
|
-
import '@stryke/types/configuration';
|
|
11
|
-
import '@stryke/types/file';
|
|
12
|
-
import 'vite';
|
|
13
|
-
import '@babel/helper-plugin-utils';
|
|
14
|
-
import '@stryke/env/get-env-paths';
|
|
15
|
-
import '@stryke/http/fetch';
|
|
16
|
-
import '@stryke/types/package-json';
|
|
17
|
-
import 'jiti';
|
|
18
|
-
import 'magic-string';
|
|
19
|
-
import 'oxc-parser';
|
|
20
|
-
import 'semver';
|
|
21
|
-
import 'ts-morph';
|
|
22
|
-
import 'undici';
|
|
23
|
-
import 'unplugin';
|
|
24
|
-
import '@stryke/fs/resolve';
|
|
25
|
-
import '@stryke/types/tsconfig';
|
|
26
|
-
import 'typescript';
|
|
27
|
-
import '@stryke/types/array';
|
|
28
|
-
import '@stryke/env/types';
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Generates the crypto module content.
|
|
32
|
-
*
|
|
33
|
-
* @param context - The build context containing runtime information.
|
|
34
|
-
* @returns A string representing the crypto module code.
|
|
35
|
-
*/
|
|
36
|
-
declare function cryptoModule(context: CryptoPluginContext): string;
|
|
37
|
-
|
|
38
|
-
export { cryptoModule };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export { cryptoModule } from './crypto.cjs';
|
|
2
|
-
import '../index-Kgl47K4p.cjs';
|
|
3
|
-
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '@deepkit/type';
|
|
5
|
-
import '@stryke/capnp';
|
|
6
|
-
import '@babel/core';
|
|
7
|
-
import '@storm-software/build-tools/types';
|
|
8
|
-
import '@storm-software/config-tools/types';
|
|
9
|
-
import '@storm-software/config/types';
|
|
10
|
-
import '@stryke/types/base';
|
|
11
|
-
import '@stryke/types/configuration';
|
|
12
|
-
import '@stryke/types/file';
|
|
13
|
-
import 'vite';
|
|
14
|
-
import '@babel/helper-plugin-utils';
|
|
15
|
-
import '@stryke/env/get-env-paths';
|
|
16
|
-
import '@stryke/http/fetch';
|
|
17
|
-
import '@stryke/types/package-json';
|
|
18
|
-
import 'jiti';
|
|
19
|
-
import 'magic-string';
|
|
20
|
-
import 'oxc-parser';
|
|
21
|
-
import 'semver';
|
|
22
|
-
import 'ts-morph';
|
|
23
|
-
import 'undici';
|
|
24
|
-
import 'unplugin';
|
|
25
|
-
import '@stryke/fs/resolve';
|
|
26
|
-
import '@stryke/types/tsconfig';
|
|
27
|
-
import 'typescript';
|
|
28
|
-
import '@stryke/types/array';
|
|
29
|
-
import '@stryke/env/types';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export { cryptoModule } from './crypto.js';
|
|
2
|
-
import '../index-Kgl47K4p.js';
|
|
3
|
-
import '@alloy-js/core/jsx-runtime';
|
|
4
|
-
import '@deepkit/type';
|
|
5
|
-
import '@stryke/capnp';
|
|
6
|
-
import '@babel/core';
|
|
7
|
-
import '@storm-software/build-tools/types';
|
|
8
|
-
import '@storm-software/config-tools/types';
|
|
9
|
-
import '@storm-software/config/types';
|
|
10
|
-
import '@stryke/types/base';
|
|
11
|
-
import '@stryke/types/configuration';
|
|
12
|
-
import '@stryke/types/file';
|
|
13
|
-
import 'vite';
|
|
14
|
-
import '@babel/helper-plugin-utils';
|
|
15
|
-
import '@stryke/env/get-env-paths';
|
|
16
|
-
import '@stryke/http/fetch';
|
|
17
|
-
import '@stryke/types/package-json';
|
|
18
|
-
import 'jiti';
|
|
19
|
-
import 'magic-string';
|
|
20
|
-
import 'oxc-parser';
|
|
21
|
-
import 'semver';
|
|
22
|
-
import 'ts-morph';
|
|
23
|
-
import 'undici';
|
|
24
|
-
import 'unplugin';
|
|
25
|
-
import '@stryke/fs/resolve';
|
|
26
|
-
import '@stryke/types/tsconfig';
|
|
27
|
-
import 'typescript';
|
|
28
|
-
import '@stryke/types/array';
|
|
29
|
-
import '@stryke/env/types';
|
package/dist/components/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./crypto';
|