@supacloud/admin 0.3.0 → 0.3.2
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/index.js +6 -1
- package/dist/sshcrypto-8m50vnmb.node +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4757,6 +4757,11 @@ var require_utils = __commonJS((exports, module) => {
|
|
|
4757
4757
|
};
|
|
4758
4758
|
});
|
|
4759
4759
|
|
|
4760
|
+
// node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node
|
|
4761
|
+
var require_sshcrypto = __commonJS((exports, module) => {
|
|
4762
|
+
module.exports = __require("./sshcrypto-8m50vnmb.node");
|
|
4763
|
+
});
|
|
4764
|
+
|
|
4760
4765
|
// node_modules/ssh2/lib/protocol/crypto/poly1305.js
|
|
4761
4766
|
var require_poly1305 = __commonJS((exports, module) => {
|
|
4762
4767
|
var __dirname = "/home/runner/work/supacloud/supacloud/packages/admin/node_modules/ssh2/lib/protocol/crypto", __filename = "/home/runner/work/supacloud/supacloud/packages/admin/node_modules/ssh2/lib/protocol/crypto/poly1305.js";
|
|
@@ -5243,7 +5248,7 @@ var require_crypto = __commonJS((exports, module) => {
|
|
|
5243
5248
|
var ChaChaPolyDecipher;
|
|
5244
5249
|
var GenericDecipher;
|
|
5245
5250
|
try {
|
|
5246
|
-
binding = (
|
|
5251
|
+
binding = require_sshcrypto();
|
|
5247
5252
|
({
|
|
5248
5253
|
AESGCMCipher,
|
|
5249
5254
|
ChaChaPolyCipher,
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supacloud/admin",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Platform administration CLI for SupaCloud operators",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/bun": "^1.3.14",
|
|
38
38
|
"@types/ssh2": "^1.15.5",
|
|
39
|
-
"typescript": "^
|
|
39
|
+
"typescript": "^7.0.2"
|
|
40
40
|
}
|
|
41
41
|
}
|