@supacloud/admin 0.18.1 → 0.19.0

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 CHANGED
@@ -4146,23 +4146,12 @@ var require_bcrypt_pbkdf = __commonJS(function(exports, module) {
4146
4146
  };
4147
4147
  });
4148
4148
 
4149
- // node_modules/cpu-features/build/Release/cpufeatures.node
4150
- var require_cpufeatures = __commonJS(function(exports, module) {
4151
- module.exports = __require("./cpufeatures-1yrn0vtw.node");
4152
- });
4153
-
4154
- // node_modules/cpu-features/lib/index.js
4155
- var require_lib2 = __commonJS(function(exports, module) {
4156
- var binding = require_cpufeatures();
4157
- module.exports = binding.getCPUInfo;
4158
- });
4159
-
4160
4149
  // node_modules/ssh2/lib/protocol/constants.js
4161
4150
  var require_constants = __commonJS(function(exports, module) {
4162
4151
  var crypto = __require("crypto");
4163
4152
  var cpuInfo;
4164
4153
  try {
4165
- cpuInfo = require_lib2()();
4154
+ cpuInfo = __require("cpu-features")();
4166
4155
  } catch {}
4167
4156
  var { bindingAvailable, CIPHER_INFO, MAC_INFO } = require_crypto();
4168
4157
  var eddsaSupported = (() => {
@@ -4759,11 +4748,6 @@ var require_utils = __commonJS(function(exports, module) {
4759
4748
  };
4760
4749
  });
4761
4750
 
4762
- // node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node
4763
- var require_sshcrypto = __commonJS(function(exports, module) {
4764
- module.exports = __require("./sshcrypto-vd2k5hq9.node");
4765
- });
4766
-
4767
4751
  // node_modules/ssh2/lib/protocol/crypto/poly1305.js
4768
4752
  var require_poly1305 = __commonJS(function(exports, module) {
4769
4753
  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";
@@ -5250,7 +5234,7 @@ var require_crypto = __commonJS(function(exports, module) {
5250
5234
  var ChaChaPolyDecipher;
5251
5235
  var GenericDecipher;
5252
5236
  try {
5253
- binding = require_sshcrypto();
5237
+ binding = (()=>{throw new Error("Cannot require module "+"./crypto/build/Release/sshcrypto.node");})();
5254
5238
  ({
5255
5239
  AESGCMCipher,
5256
5240
  ChaChaPolyCipher,
@@ -18805,7 +18789,7 @@ var require_keygen = __commonJS(function(exports, module) {
18805
18789
  });
18806
18790
 
18807
18791
  // node_modules/ssh2/lib/index.js
18808
- var require_lib3 = __commonJS(function(exports, module) {
18792
+ var require_lib2 = __commonJS(function(exports, module) {
18809
18793
  var {
18810
18794
  AgentProtocol,
18811
18795
  BaseAgent,
@@ -24930,7 +24914,7 @@ function schemaProperties(schema) {
24930
24914
  }
24931
24915
 
24932
24916
  // src/shared/transports/ssh.ts
24933
- var import_ssh2 = __toESM(require_lib3(), 1);
24917
+ var import_ssh2 = __toESM(require_lib2(), 1);
24934
24918
  import { randomUUID, timingSafeEqual } from "node:crypto";
24935
24919
  import { readFileSync } from "node:fs";
24936
24920
 
@@ -32587,7 +32571,7 @@ Actions: list_releases, get_release, upload_release, activate_release`, {
32587
32571
  // package.json
32588
32572
  var package_default = {
32589
32573
  name: "@supacloud/admin",
32590
- version: "0.18.1",
32574
+ version: "0.19.0",
32591
32575
  description: "Platform administration CLI for SupaCloud operators",
32592
32576
  type: "module",
32593
32577
  main: "./dist/index.js",
@@ -32600,7 +32584,7 @@ var package_default = {
32600
32584
  ],
32601
32585
  scripts: {
32602
32586
  dev: "bun run --watch src/index.ts",
32603
- build: "bun build src/index.ts --outdir dist --target node",
32587
+ build: "bun build src/index.ts --outdir dist --target node --external cpu-features",
32604
32588
  prepublishOnly: "bun run build",
32605
32589
  typecheck: "tsc --noEmit"
32606
32590
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/admin",
3
- "version": "0.18.1",
3
+ "version": "0.19.0",
4
4
  "description": "Platform administration CLI for SupaCloud operators",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "scripts": {
15
15
  "dev": "bun run --watch src/index.ts",
16
- "build": "bun build src/index.ts --outdir dist --target node",
16
+ "build": "bun build src/index.ts --outdir dist --target node --external cpu-features",
17
17
  "prepublishOnly": "bun run build",
18
18
  "typecheck": "tsc --noEmit"
19
19
  },
Binary file
Binary file