@supacloud/admin 0.18.0 → 0.18.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 CHANGED
@@ -20,12 +20,14 @@ var __toESM = (mod, isNodeMode, target) => {
20
20
  }
21
21
  target = mod != null ? __create(__getProtoOf(mod)) : {};
22
22
  const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
23
- for (let key of __getOwnPropNames(mod))
24
- if (!__hasOwnProp.call(to, key))
25
- __defProp(to, key, {
26
- get: __accessProp.bind(mod, key),
27
- enumerable: true
28
- });
23
+ if (mod && typeof mod === "object" || typeof mod === "function") {
24
+ for (let key of __getOwnPropNames(mod))
25
+ if (!__hasOwnProp.call(to, key))
26
+ __defProp(to, key, {
27
+ get: __accessProp.bind(mod, key),
28
+ enumerable: true
29
+ });
30
+ }
29
31
  if (canCache)
30
32
  cache.set(mod, to);
31
33
  return to;
@@ -47,7 +49,7 @@ var __export = (target, all) => {
47
49
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
48
50
 
49
51
  // node_modules/asn1/lib/ber/errors.js
50
- var require_errors = __commonJS((exports, module) => {
52
+ var require_errors = __commonJS(function(exports, module) {
51
53
  module.exports = {
52
54
  newInvalidAsn1Error: function(msg) {
53
55
  var e = new Error;
@@ -59,7 +61,7 @@ var require_errors = __commonJS((exports, module) => {
59
61
  });
60
62
 
61
63
  // node_modules/asn1/lib/ber/types.js
62
- var require_types = __commonJS((exports, module) => {
64
+ var require_types = __commonJS(function(exports, module) {
63
65
  module.exports = {
64
66
  EOC: 0,
65
67
  Boolean: 1,
@@ -96,7 +98,7 @@ var require_types = __commonJS((exports, module) => {
96
98
  });
97
99
 
98
100
  // node_modules/safer-buffer/safer.js
99
- var require_safer = __commonJS((exports, module) => {
101
+ var require_safer = __commonJS(function(exports, module) {
100
102
  var buffer = __require("buffer");
101
103
  var Buffer2 = buffer.Buffer;
102
104
  var safer = {};
@@ -164,7 +166,7 @@ var require_safer = __commonJS((exports, module) => {
164
166
  });
165
167
 
166
168
  // node_modules/asn1/lib/ber/reader.js
167
- var require_reader = __commonJS((exports, module) => {
169
+ var require_reader = __commonJS(function(exports, module) {
168
170
  var assert2 = __require("assert");
169
171
  var Buffer2 = require_safer().Buffer;
170
172
  var ASN1 = require_types();
@@ -327,7 +329,7 @@ var require_reader = __commonJS((exports, module) => {
327
329
  });
328
330
 
329
331
  // node_modules/asn1/lib/ber/writer.js
330
- var require_writer = __commonJS((exports, module) => {
332
+ var require_writer = __commonJS(function(exports, module) {
331
333
  var assert2 = __require("assert");
332
334
  var Buffer2 = require_safer().Buffer;
333
335
  var ASN1 = require_types();
@@ -568,7 +570,7 @@ var require_writer = __commonJS((exports, module) => {
568
570
  });
569
571
 
570
572
  // node_modules/asn1/lib/ber/index.js
571
- var require_ber = __commonJS((exports, module) => {
573
+ var require_ber = __commonJS(function(exports, module) {
572
574
  var errors = require_errors();
573
575
  var types = require_types();
574
576
  var Reader = require_reader();
@@ -590,7 +592,7 @@ var require_ber = __commonJS((exports, module) => {
590
592
  });
591
593
 
592
594
  // node_modules/asn1/lib/index.js
593
- var require_lib = __commonJS((exports, module) => {
595
+ var require_lib = __commonJS(function(exports, module) {
594
596
  var Ber = require_ber();
595
597
  module.exports = {
596
598
  Ber,
@@ -600,7 +602,7 @@ var require_lib = __commonJS((exports, module) => {
600
602
  });
601
603
 
602
604
  // node_modules/tweetnacl/nacl-fast.js
603
- var require_nacl_fast = __commonJS((exports, module) => {
605
+ var require_nacl_fast = __commonJS(function(exports, module) {
604
606
  (function(nacl) {
605
607
  var gf = function(init) {
606
608
  var i, r = new Float64Array(16);
@@ -2894,7 +2896,7 @@ var require_nacl_fast = __commonJS((exports, module) => {
2894
2896
  });
2895
2897
 
2896
2898
  // node_modules/bcrypt-pbkdf/index.js
2897
- var require_bcrypt_pbkdf = __commonJS((exports, module) => {
2899
+ var require_bcrypt_pbkdf = __commonJS(function(exports, module) {
2898
2900
  var crypto_hash_sha512 = require_nacl_fast().lowlevel.crypto_hash;
2899
2901
  var BLF_J = 0;
2900
2902
  var Blowfish = function() {
@@ -4144,23 +4146,12 @@ var require_bcrypt_pbkdf = __commonJS((exports, module) => {
4144
4146
  };
4145
4147
  });
4146
4148
 
4147
- // node_modules/cpu-features/build/Release/cpufeatures.node
4148
- var require_cpufeatures = __commonJS((exports, module) => {
4149
- module.exports = __require("./cpufeatures-1yrn0vtw.node");
4150
- });
4151
-
4152
- // node_modules/cpu-features/lib/index.js
4153
- var require_lib2 = __commonJS((exports, module) => {
4154
- var binding = require_cpufeatures();
4155
- module.exports = binding.getCPUInfo;
4156
- });
4157
-
4158
4149
  // node_modules/ssh2/lib/protocol/constants.js
4159
- var require_constants = __commonJS((exports, module) => {
4150
+ var require_constants = __commonJS(function(exports, module) {
4160
4151
  var crypto = __require("crypto");
4161
4152
  var cpuInfo;
4162
4153
  try {
4163
- cpuInfo = require_lib2()();
4154
+ cpuInfo = __require("cpu-features")();
4164
4155
  } catch {}
4165
4156
  var { bindingAvailable, CIPHER_INFO, MAC_INFO } = require_crypto();
4166
4157
  var eddsaSupported = (() => {
@@ -4448,7 +4439,7 @@ MC4CAQAwBQYDK2VwBCIEIHKj+sVa9WcD` + `/q2DJUJaf43Kptc8xYuUQA4bOFj9vC8T\r
4448
4439
  });
4449
4440
 
4450
4441
  // node_modules/ssh2/lib/protocol/utils.js
4451
- var require_utils = __commonJS((exports, module) => {
4442
+ var require_utils = __commonJS(function(exports, module) {
4452
4443
  var Ber = require_lib().Ber;
4453
4444
  var DISCONNECT_REASON;
4454
4445
  var FastBuffer = Buffer[Symbol.species];
@@ -4757,13 +4748,8 @@ var require_utils = __commonJS((exports, module) => {
4757
4748
  };
4758
4749
  });
4759
4750
 
4760
- // node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node
4761
- var require_sshcrypto = __commonJS((exports, module) => {
4762
- module.exports = __require("./sshcrypto-vd2k5hq9.node");
4763
- });
4764
-
4765
4751
  // node_modules/ssh2/lib/protocol/crypto/poly1305.js
4766
- var require_poly1305 = __commonJS((exports, module) => {
4752
+ var require_poly1305 = __commonJS(function(exports, module) {
4767
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";
4768
4754
  var createPoly1305 = function() {
4769
4755
  var _scriptDir = typeof document !== "undefined" && document.currentScript ? document.currentScript.src : undefined;
@@ -5225,7 +5211,7 @@ var require_poly1305 = __commonJS((exports, module) => {
5225
5211
  });
5226
5212
 
5227
5213
  // node_modules/ssh2/lib/protocol/crypto.js
5228
- var require_crypto = __commonJS((exports, module) => {
5214
+ var require_crypto = __commonJS(function(exports, module) {
5229
5215
  var {
5230
5216
  createCipheriv,
5231
5217
  createDecipheriv,
@@ -5248,7 +5234,7 @@ var require_crypto = __commonJS((exports, module) => {
5248
5234
  var ChaChaPolyDecipher;
5249
5235
  var GenericDecipher;
5250
5236
  try {
5251
- binding = require_sshcrypto();
5237
+ binding = (()=>{throw new Error("Cannot require module "+"./crypto/build/Release/sshcrypto.node");})();
5252
5238
  ({
5253
5239
  AESGCMCipher,
5254
5240
  ChaChaPolyCipher,
@@ -6379,7 +6365,7 @@ var require_crypto = __commonJS((exports, module) => {
6379
6365
  });
6380
6366
 
6381
6367
  // node_modules/ssh2/lib/protocol/keyParser.js
6382
- var require_keyParser = __commonJS((exports, module) => {
6368
+ var require_keyParser = __commonJS(function(exports, module) {
6383
6369
  var {
6384
6370
  createDecipheriv,
6385
6371
  createECDH,
@@ -7536,7 +7522,7 @@ ${formatted}-----END ${type} KEY-----`;
7536
7522
  });
7537
7523
 
7538
7524
  // node_modules/ssh2/lib/agent.js
7539
- var require_agent = __commonJS((exports, module) => {
7525
+ var require_agent = __commonJS(function(exports, module) {
7540
7526
  var __dirname = "/home/runner/work/supacloud/supacloud/packages/admin/node_modules/ssh2/lib";
7541
7527
  var { Socket } = __require("net");
7542
7528
  var { Duplex } = __require("stream");
@@ -8333,7 +8319,7 @@ var require_agent = __commonJS((exports, module) => {
8333
8319
  });
8334
8320
 
8335
8321
  // node_modules/ssh2/lib/protocol/zlib.js
8336
- var require_zlib = __commonJS((exports, module) => {
8322
+ var require_zlib = __commonJS(function(exports, module) {
8337
8323
  var { kMaxLength } = __require("buffer");
8338
8324
  var {
8339
8325
  createInflate,
@@ -8534,7 +8520,7 @@ var require_zlib = __commonJS((exports, module) => {
8534
8520
  });
8535
8521
 
8536
8522
  // node_modules/ssh2/lib/protocol/handlers.misc.js
8537
- var require_handlers_misc = __commonJS((exports, module) => {
8523
+ var require_handlers_misc = __commonJS(function(exports, module) {
8538
8524
  var {
8539
8525
  bufferSlice,
8540
8526
  bufferParser,
@@ -9311,7 +9297,7 @@ var require_handlers_misc = __commonJS((exports, module) => {
9311
9297
  });
9312
9298
 
9313
9299
  // node_modules/ssh2/lib/protocol/handlers.js
9314
- var require_handlers = __commonJS((exports, module) => {
9300
+ var require_handlers = __commonJS(function(exports, module) {
9315
9301
  var MESSAGE_HANDLERS = new Array(256);
9316
9302
  [
9317
9303
  require_kex().HANDLERS,
@@ -9327,7 +9313,7 @@ var require_handlers = __commonJS((exports, module) => {
9327
9313
  });
9328
9314
 
9329
9315
  // node_modules/ssh2/lib/protocol/kex.js
9330
- var require_kex = __commonJS((exports, module) => {
9316
+ var require_kex = __commonJS(function(exports, module) {
9331
9317
  var {
9332
9318
  createDiffieHellman,
9333
9319
  createDiffieHellmanGroup,
@@ -10611,7 +10597,7 @@ var require_kex = __commonJS((exports, module) => {
10611
10597
  });
10612
10598
 
10613
10599
  // node_modules/ssh2/package.json
10614
- var require_package = __commonJS((exports, module) => {
10600
+ var require_package = __commonJS(function(exports, module) {
10615
10601
  module.exports = {
10616
10602
  name: "ssh2",
10617
10603
  version: "1.17.0",
@@ -10664,7 +10650,7 @@ var require_package = __commonJS((exports, module) => {
10664
10650
  });
10665
10651
 
10666
10652
  // node_modules/ssh2/lib/protocol/Protocol.js
10667
- var require_Protocol = __commonJS((exports, module) => {
10653
+ var require_Protocol = __commonJS(function(exports, module) {
10668
10654
  var { inspect } = __require("util");
10669
10655
  var { bindingAvailable, NullCipher, NullDecipher } = require_crypto();
10670
10656
  var {
@@ -12095,7 +12081,7 @@ var require_Protocol = __commonJS((exports, module) => {
12095
12081
  });
12096
12082
 
12097
12083
  // node_modules/ssh2/lib/protocol/node-fs-compat.js
12098
- var require_node_fs_compat = __commonJS((exports) => {
12084
+ var require_node_fs_compat = __commonJS(function(exports) {
12099
12085
  var assert2 = __require("assert");
12100
12086
  var { inspect } = __require("util");
12101
12087
  function addNumericalSeparator(val) {
@@ -12191,7 +12177,7 @@ ${suffix}`;
12191
12177
  });
12192
12178
 
12193
12179
  // node_modules/ssh2/lib/protocol/SFTP.js
12194
- var require_SFTP = __commonJS((exports, module) => {
12180
+ var require_SFTP = __commonJS(function(exports, module) {
12195
12181
  var EventEmitter = __require("events");
12196
12182
  var fs = __require("fs");
12197
12183
  var { constants } = fs;
@@ -15094,7 +15080,7 @@ var require_SFTP = __commonJS((exports, module) => {
15094
15080
  });
15095
15081
 
15096
15082
  // node_modules/ssh2/lib/Channel.js
15097
- var require_Channel = __commonJS((exports, module) => {
15083
+ var require_Channel = __commonJS(function(exports, module) {
15098
15084
  var {
15099
15085
  Duplex: DuplexStream,
15100
15086
  Readable: ReadableStream2,
@@ -15318,7 +15304,7 @@ var require_Channel = __commonJS((exports, module) => {
15318
15304
  });
15319
15305
 
15320
15306
  // node_modules/ssh2/lib/utils.js
15321
- var require_utils2 = __commonJS((exports, module) => {
15307
+ var require_utils2 = __commonJS(function(exports, module) {
15322
15308
  var { SFTP } = require_SFTP();
15323
15309
  var MAX_CHANNEL = 2 ** 32 - 1;
15324
15310
  function onChannelOpenFailure(self2, recipient, info, cb) {
@@ -15594,7 +15580,7 @@ var require_utils2 = __commonJS((exports, module) => {
15594
15580
  });
15595
15581
 
15596
15582
  // node_modules/ssh2/lib/client.js
15597
- var require_client = __commonJS((exports, module) => {
15583
+ var require_client = __commonJS(function(exports, module) {
15598
15584
  var {
15599
15585
  createHash,
15600
15586
  getHashes,
@@ -17261,7 +17247,7 @@ var require_client = __commonJS((exports, module) => {
17261
17247
  });
17262
17248
 
17263
17249
  // node_modules/ssh2/lib/http-agents.js
17264
- var require_http_agents = __commonJS((exports) => {
17250
+ var require_http_agents = __commonJS(function(exports) {
17265
17251
  var { Agent: HttpAgent } = __require("http");
17266
17252
  var { Agent: HttpsAgent } = __require("https");
17267
17253
  var { connect: tlsConnect } = __require("tls");
@@ -17330,7 +17316,7 @@ var require_http_agents = __commonJS((exports) => {
17330
17316
  });
17331
17317
 
17332
17318
  // node_modules/ssh2/lib/server.js
17333
- var require_server = __commonJS((exports, module) => {
17319
+ var require_server = __commonJS(function(exports, module) {
17334
17320
  var { Server: netServer } = __require("net");
17335
17321
  var EventEmitter = __require("events");
17336
17322
  var { listenerCount } = EventEmitter;
@@ -18411,7 +18397,7 @@ var require_server = __commonJS((exports, module) => {
18411
18397
  });
18412
18398
 
18413
18399
  // node_modules/ssh2/lib/keygen.js
18414
- var require_keygen = __commonJS((exports, module) => {
18400
+ var require_keygen = __commonJS(function(exports, module) {
18415
18401
  var {
18416
18402
  createCipheriv,
18417
18403
  generateKeyPair: generateKeyPair_,
@@ -18803,7 +18789,7 @@ var require_keygen = __commonJS((exports, module) => {
18803
18789
  });
18804
18790
 
18805
18791
  // node_modules/ssh2/lib/index.js
18806
- var require_lib3 = __commonJS((exports, module) => {
18792
+ var require_lib2 = __commonJS(function(exports, module) {
18807
18793
  var {
18808
18794
  AgentProtocol,
18809
18795
  BaseAgent,
@@ -18855,22 +18841,22 @@ import { realpathSync } from "node:fs";
18855
18841
  // node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs
18856
18842
  var exports_value = {};
18857
18843
  __export(exports_value, {
18858
- IsUndefined: () => IsUndefined,
18859
- IsUint8Array: () => IsUint8Array,
18860
- IsSymbol: () => IsSymbol,
18861
- IsString: () => IsString,
18862
- IsRegExp: () => IsRegExp,
18863
- IsObject: () => IsObject,
18864
- IsNumber: () => IsNumber,
18865
- IsNull: () => IsNull,
18866
- IsIterator: () => IsIterator,
18867
- IsFunction: () => IsFunction,
18868
- IsDate: () => IsDate,
18869
- IsBoolean: () => IsBoolean,
18870
- IsBigInt: () => IsBigInt,
18871
- IsAsyncIterator: () => IsAsyncIterator,
18844
+ HasPropertyKey: () => HasPropertyKey,
18872
18845
  IsArray: () => IsArray,
18873
- HasPropertyKey: () => HasPropertyKey
18846
+ IsAsyncIterator: () => IsAsyncIterator,
18847
+ IsBigInt: () => IsBigInt,
18848
+ IsBoolean: () => IsBoolean,
18849
+ IsDate: () => IsDate,
18850
+ IsFunction: () => IsFunction,
18851
+ IsIterator: () => IsIterator,
18852
+ IsNull: () => IsNull,
18853
+ IsNumber: () => IsNumber,
18854
+ IsObject: () => IsObject,
18855
+ IsRegExp: () => IsRegExp,
18856
+ IsString: () => IsString,
18857
+ IsSymbol: () => IsSymbol,
18858
+ IsUint8Array: () => IsUint8Array,
18859
+ IsUndefined: () => IsUndefined
18874
18860
  });
18875
18861
  function HasPropertyKey(value, key) {
18876
18862
  return key in value;
@@ -19243,57 +19229,57 @@ function IsSchema(value) {
19243
19229
  // node_modules/@sinclair/typebox/build/esm/type/guard/type.mjs
19244
19230
  var exports_type = {};
19245
19231
  __export(exports_type, {
19246
- TypeGuardUnknownTypeError: () => TypeGuardUnknownTypeError,
19247
- IsVoid: () => IsVoid2,
19248
- IsUnsafe: () => IsUnsafe2,
19249
- IsUnknown: () => IsUnknown2,
19250
- IsUnionLiteral: () => IsUnionLiteral,
19251
- IsUnion: () => IsUnion2,
19252
- IsUndefined: () => IsUndefined4,
19253
- IsUint8Array: () => IsUint8Array4,
19254
- IsTuple: () => IsTuple2,
19255
- IsTransform: () => IsTransform2,
19256
- IsThis: () => IsThis2,
19257
- IsTemplateLiteral: () => IsTemplateLiteral2,
19258
- IsSymbol: () => IsSymbol4,
19259
- IsString: () => IsString4,
19260
- IsSchema: () => IsSchema2,
19261
- IsRegExp: () => IsRegExp3,
19262
- IsRef: () => IsRef2,
19263
- IsRecursive: () => IsRecursive,
19264
- IsRecord: () => IsRecord2,
19265
- IsReadonly: () => IsReadonly2,
19266
- IsProperties: () => IsProperties,
19267
- IsPromise: () => IsPromise3,
19268
- IsOptional: () => IsOptional2,
19269
- IsObject: () => IsObject4,
19270
- IsNumber: () => IsNumber4,
19271
- IsNull: () => IsNull4,
19272
- IsNot: () => IsNot2,
19273
- IsNever: () => IsNever2,
19274
- IsMappedResult: () => IsMappedResult2,
19275
- IsMappedKey: () => IsMappedKey2,
19276
- IsLiteralValue: () => IsLiteralValue2,
19277
- IsLiteralString: () => IsLiteralString,
19278
- IsLiteralNumber: () => IsLiteralNumber,
19279
- IsLiteralBoolean: () => IsLiteralBoolean,
19280
- IsLiteral: () => IsLiteral2,
19281
- IsKindOf: () => IsKindOf2,
19282
- IsKind: () => IsKind2,
19283
- IsIterator: () => IsIterator4,
19284
- IsIntersect: () => IsIntersect2,
19285
- IsInteger: () => IsInteger3,
19286
- IsImport: () => IsImport,
19287
- IsFunction: () => IsFunction4,
19288
- IsDate: () => IsDate4,
19289
- IsConstructor: () => IsConstructor2,
19290
- IsComputed: () => IsComputed2,
19291
- IsBoolean: () => IsBoolean4,
19292
- IsBigInt: () => IsBigInt4,
19293
- IsAsyncIterator: () => IsAsyncIterator4,
19294
- IsArray: () => IsArray4,
19232
+ IsAny: () => IsAny2,
19295
19233
  IsArgument: () => IsArgument2,
19296
- IsAny: () => IsAny2
19234
+ IsArray: () => IsArray4,
19235
+ IsAsyncIterator: () => IsAsyncIterator4,
19236
+ IsBigInt: () => IsBigInt4,
19237
+ IsBoolean: () => IsBoolean4,
19238
+ IsComputed: () => IsComputed2,
19239
+ IsConstructor: () => IsConstructor2,
19240
+ IsDate: () => IsDate4,
19241
+ IsFunction: () => IsFunction4,
19242
+ IsImport: () => IsImport,
19243
+ IsInteger: () => IsInteger3,
19244
+ IsIntersect: () => IsIntersect2,
19245
+ IsIterator: () => IsIterator4,
19246
+ IsKind: () => IsKind2,
19247
+ IsKindOf: () => IsKindOf2,
19248
+ IsLiteral: () => IsLiteral2,
19249
+ IsLiteralBoolean: () => IsLiteralBoolean,
19250
+ IsLiteralNumber: () => IsLiteralNumber,
19251
+ IsLiteralString: () => IsLiteralString,
19252
+ IsLiteralValue: () => IsLiteralValue2,
19253
+ IsMappedKey: () => IsMappedKey2,
19254
+ IsMappedResult: () => IsMappedResult2,
19255
+ IsNever: () => IsNever2,
19256
+ IsNot: () => IsNot2,
19257
+ IsNull: () => IsNull4,
19258
+ IsNumber: () => IsNumber4,
19259
+ IsObject: () => IsObject4,
19260
+ IsOptional: () => IsOptional2,
19261
+ IsPromise: () => IsPromise3,
19262
+ IsProperties: () => IsProperties,
19263
+ IsReadonly: () => IsReadonly2,
19264
+ IsRecord: () => IsRecord2,
19265
+ IsRecursive: () => IsRecursive,
19266
+ IsRef: () => IsRef2,
19267
+ IsRegExp: () => IsRegExp3,
19268
+ IsSchema: () => IsSchema2,
19269
+ IsString: () => IsString4,
19270
+ IsSymbol: () => IsSymbol4,
19271
+ IsTemplateLiteral: () => IsTemplateLiteral2,
19272
+ IsThis: () => IsThis2,
19273
+ IsTransform: () => IsTransform2,
19274
+ IsTuple: () => IsTuple2,
19275
+ IsUint8Array: () => IsUint8Array4,
19276
+ IsUndefined: () => IsUndefined4,
19277
+ IsUnion: () => IsUnion2,
19278
+ IsUnionLiteral: () => IsUnionLiteral,
19279
+ IsUnknown: () => IsUnknown2,
19280
+ IsUnsafe: () => IsUnsafe2,
19281
+ IsVoid: () => IsVoid2,
19282
+ TypeGuardUnknownTypeError: () => TypeGuardUnknownTypeError
19297
19283
  });
19298
19284
  class TypeGuardUnknownTypeError extends TypeBoxError {
19299
19285
  }
@@ -19543,12 +19529,12 @@ var PatternNeverExact = `^${PatternNever}$`;
19543
19529
  // node_modules/@sinclair/typebox/build/esm/type/registry/format.mjs
19544
19530
  var exports_format = {};
19545
19531
  __export(exports_format, {
19546
- Set: () => Set2,
19547
- Has: () => Has,
19548
- Get: () => Get,
19549
- Entries: () => Entries,
19532
+ Clear: () => Clear,
19550
19533
  Delete: () => Delete,
19551
- Clear: () => Clear
19534
+ Entries: () => Entries,
19535
+ Get: () => Get,
19536
+ Has: () => Has,
19537
+ Set: () => Set2
19552
19538
  });
19553
19539
  var map = new Map;
19554
19540
  function Entries() {
@@ -19572,12 +19558,12 @@ function Get(format) {
19572
19558
  // node_modules/@sinclair/typebox/build/esm/type/registry/type.mjs
19573
19559
  var exports_type2 = {};
19574
19560
  __export(exports_type2, {
19575
- Set: () => Set3,
19576
- Has: () => Has2,
19577
- Get: () => Get2,
19578
- Entries: () => Entries2,
19561
+ Clear: () => Clear2,
19579
19562
  Delete: () => Delete2,
19580
- Clear: () => Clear2
19563
+ Entries: () => Entries2,
19564
+ Get: () => Get2,
19565
+ Has: () => Has2,
19566
+ Set: () => Set3
19581
19567
  });
19582
19568
  var map2 = new Map;
19583
19569
  function Entries2() {
@@ -21476,68 +21462,68 @@ function Void(options) {
21476
21462
  // node_modules/@sinclair/typebox/build/esm/type/type/type.mjs
21477
21463
  var exports_type3 = {};
21478
21464
  __export(exports_type3, {
21479
- Void: () => Void,
21480
- Uppercase: () => Uppercase,
21481
- Unsafe: () => Unsafe,
21482
- Unknown: () => Unknown,
21483
- Union: () => Union,
21484
- Undefined: () => Undefined,
21485
- Uncapitalize: () => Uncapitalize,
21486
- Uint8Array: () => Uint8Array2,
21487
- Tuple: () => Tuple,
21488
- Transform: () => Transform,
21489
- TemplateLiteral: () => TemplateLiteral,
21490
- Symbol: () => Symbol2,
21491
- String: () => String2,
21492
- ReturnType: () => ReturnType,
21493
- Rest: () => Rest,
21494
- Required: () => Required,
21495
- RegExp: () => RegExp2,
21496
- Ref: () => Ref,
21497
- Recursive: () => Recursive,
21498
- Record: () => Record,
21499
- ReadonlyOptional: () => ReadonlyOptional,
21500
- Readonly: () => Readonly,
21501
- Promise: () => Promise2,
21502
- Pick: () => Pick,
21503
- Partial: () => Partial,
21504
- Parameters: () => Parameters,
21505
- Optional: () => Optional,
21506
- Omit: () => Omit,
21507
- Object: () => Object2,
21508
- Number: () => Number2,
21509
- Null: () => Null,
21510
- Not: () => Not2,
21511
- Never: () => Never,
21512
- Module: () => Module,
21513
- Mapped: () => Mapped,
21514
- Lowercase: () => Lowercase,
21515
- Literal: () => Literal,
21516
- KeyOf: () => KeyOf,
21517
- Iterator: () => Iterator,
21518
- Intersect: () => Intersect,
21519
- Integer: () => Integer,
21520
- Instantiate: () => Instantiate,
21521
- InstanceType: () => InstanceType,
21522
- Index: () => Index,
21523
- Function: () => Function2,
21524
- Extract: () => Extract,
21525
- Extends: () => Extends,
21526
- Exclude: () => Exclude,
21527
- Enum: () => Enum,
21528
- Date: () => Date2,
21529
- ConstructorParameters: () => ConstructorParameters,
21530
- Constructor: () => Constructor,
21531
- Const: () => Const,
21532
- Composite: () => Composite,
21533
- Capitalize: () => Capitalize,
21534
- Boolean: () => Boolean2,
21535
- BigInt: () => BigInt2,
21536
- Awaited: () => Awaited,
21537
- AsyncIterator: () => AsyncIterator,
21538
- Array: () => Array2,
21465
+ Any: () => Any,
21539
21466
  Argument: () => Argument,
21540
- Any: () => Any
21467
+ Array: () => Array2,
21468
+ AsyncIterator: () => AsyncIterator,
21469
+ Awaited: () => Awaited,
21470
+ BigInt: () => BigInt2,
21471
+ Boolean: () => Boolean2,
21472
+ Capitalize: () => Capitalize,
21473
+ Composite: () => Composite,
21474
+ Const: () => Const,
21475
+ Constructor: () => Constructor,
21476
+ ConstructorParameters: () => ConstructorParameters,
21477
+ Date: () => Date2,
21478
+ Enum: () => Enum,
21479
+ Exclude: () => Exclude,
21480
+ Extends: () => Extends,
21481
+ Extract: () => Extract,
21482
+ Function: () => Function2,
21483
+ Index: () => Index,
21484
+ InstanceType: () => InstanceType,
21485
+ Instantiate: () => Instantiate,
21486
+ Integer: () => Integer,
21487
+ Intersect: () => Intersect,
21488
+ Iterator: () => Iterator,
21489
+ KeyOf: () => KeyOf,
21490
+ Literal: () => Literal,
21491
+ Lowercase: () => Lowercase,
21492
+ Mapped: () => Mapped,
21493
+ Module: () => Module,
21494
+ Never: () => Never,
21495
+ Not: () => Not2,
21496
+ Null: () => Null,
21497
+ Number: () => Number2,
21498
+ Object: () => Object2,
21499
+ Omit: () => Omit,
21500
+ Optional: () => Optional,
21501
+ Parameters: () => Parameters,
21502
+ Partial: () => Partial,
21503
+ Pick: () => Pick,
21504
+ Promise: () => Promise2,
21505
+ Readonly: () => Readonly,
21506
+ ReadonlyOptional: () => ReadonlyOptional,
21507
+ Record: () => Record,
21508
+ Recursive: () => Recursive,
21509
+ Ref: () => Ref,
21510
+ RegExp: () => RegExp2,
21511
+ Required: () => Required,
21512
+ Rest: () => Rest,
21513
+ ReturnType: () => ReturnType,
21514
+ String: () => String2,
21515
+ Symbol: () => Symbol2,
21516
+ TemplateLiteral: () => TemplateLiteral,
21517
+ Transform: () => Transform,
21518
+ Tuple: () => Tuple,
21519
+ Uint8Array: () => Uint8Array2,
21520
+ Uncapitalize: () => Uncapitalize,
21521
+ Undefined: () => Undefined,
21522
+ Union: () => Union,
21523
+ Unknown: () => Unknown,
21524
+ Unsafe: () => Unsafe,
21525
+ Uppercase: () => Uppercase,
21526
+ Void: () => Void
21541
21527
  });
21542
21528
 
21543
21529
  // node_modules/@sinclair/typebox/build/esm/type/type/index.mjs
@@ -24414,13 +24400,13 @@ function Default5(...args) {
24414
24400
  // node_modules/@sinclair/typebox/build/esm/value/pointer/pointer.mjs
24415
24401
  var exports_pointer = {};
24416
24402
  __export(exports_pointer, {
24417
- ValuePointerRootSetError: () => ValuePointerRootSetError,
24418
- ValuePointerRootDeleteError: () => ValuePointerRootDeleteError,
24419
- Set: () => Set4,
24420
- Has: () => Has3,
24421
- Get: () => Get3,
24403
+ Delete: () => Delete3,
24422
24404
  Format: () => Format,
24423
- Delete: () => Delete3
24405
+ Get: () => Get3,
24406
+ Has: () => Has3,
24407
+ Set: () => Set4,
24408
+ ValuePointerRootDeleteError: () => ValuePointerRootDeleteError,
24409
+ ValuePointerRootSetError: () => ValuePointerRootSetError
24424
24410
  });
24425
24411
  class ValuePointerRootSetError extends TypeBoxError {
24426
24412
  constructor(value, path, update) {
@@ -24837,25 +24823,25 @@ function Parse(...args) {
24837
24823
  // node_modules/@sinclair/typebox/build/esm/value/value/value.mjs
24838
24824
  var exports_value2 = {};
24839
24825
  __export(exports_value2, {
24840
- ValueErrorIterator: () => ValueErrorIterator,
24841
- Patch: () => Patch,
24842
- Parse: () => Parse,
24843
- Mutate: () => Mutate,
24844
- Hash: () => Hash,
24845
- Errors: () => Errors,
24846
- Equal: () => Equal,
24847
- Encode: () => Encode,
24848
- Edit: () => Edit,
24849
- Diff: () => Diff,
24850
- Default: () => Default5,
24851
- Decode: () => Decode,
24852
- Create: () => Create2,
24853
- Convert: () => Convert,
24854
- Clone: () => Clone2,
24855
- Clean: () => Clean,
24856
- Check: () => Check,
24826
+ Assert: () => Assert,
24857
24827
  Cast: () => Cast,
24858
- Assert: () => Assert
24828
+ Check: () => Check,
24829
+ Clean: () => Clean,
24830
+ Clone: () => Clone2,
24831
+ Convert: () => Convert,
24832
+ Create: () => Create2,
24833
+ Decode: () => Decode,
24834
+ Default: () => Default5,
24835
+ Diff: () => Diff,
24836
+ Edit: () => Edit,
24837
+ Encode: () => Encode,
24838
+ Equal: () => Equal,
24839
+ Errors: () => Errors,
24840
+ Hash: () => Hash,
24841
+ Mutate: () => Mutate,
24842
+ Parse: () => Parse,
24843
+ Patch: () => Patch,
24844
+ ValueErrorIterator: () => ValueErrorIterator
24859
24845
  });
24860
24846
  // src/shared/schema.ts
24861
24847
  function schemaErrorPath(path) {
@@ -24928,7 +24914,7 @@ function schemaProperties(schema) {
24928
24914
  }
24929
24915
 
24930
24916
  // src/shared/transports/ssh.ts
24931
- var import_ssh2 = __toESM(require_lib3(), 1);
24917
+ var import_ssh2 = __toESM(require_lib2(), 1);
24932
24918
  import { randomUUID, timingSafeEqual } from "node:crypto";
24933
24919
  import { readFileSync } from "node:fs";
24934
24920
 
@@ -32585,7 +32571,7 @@ Actions: list_releases, get_release, upload_release, activate_release`, {
32585
32571
  // package.json
32586
32572
  var package_default = {
32587
32573
  name: "@supacloud/admin",
32588
- version: "0.18.0",
32574
+ version: "0.18.2",
32589
32575
  description: "Platform administration CLI for SupaCloud operators",
32590
32576
  type: "module",
32591
32577
  main: "./dist/index.js",
@@ -32598,7 +32584,7 @@ var package_default = {
32598
32584
  ],
32599
32585
  scripts: {
32600
32586
  dev: "bun run --watch src/index.ts",
32601
- build: "bun build src/index.ts --outdir dist --target node",
32587
+ build: "bun build src/index.ts --outdir dist --target node --external cpu-features",
32602
32588
  prepublishOnly: "bun run build",
32603
32589
  typecheck: "tsc --noEmit"
32604
32590
  },
@@ -32619,7 +32605,7 @@ var package_default = {
32619
32605
  ssh2: "^1.17.0"
32620
32606
  },
32621
32607
  devDependencies: {
32622
- "@types/bun": "^1.3.14",
32608
+ "@types/bun": "^1.4.0",
32623
32609
  "@types/ssh2": "^1.15.5",
32624
32610
  typescript: "^7.0.2"
32625
32611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supacloud/admin",
3
- "version": "0.18.0",
3
+ "version": "0.18.2",
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
  },
@@ -34,7 +34,7 @@
34
34
  "ssh2": "^1.17.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/bun": "^1.3.14",
37
+ "@types/bun": "^1.4.0",
38
38
  "@types/ssh2": "^1.15.5",
39
39
  "typescript": "^7.0.2"
40
40
  }
Binary file
Binary file