@bigmaxwatermelon/sdk 0.4.3 → 0.4.4

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/cli.js CHANGED
@@ -13,7 +13,7 @@ var __export = (target, all) => {
13
13
  import { config } from "dotenv";
14
14
  import { resolve, dirname } from "path";
15
15
  import { fileURLToPath } from "url";
16
- function loadEnv2() {
16
+ function loadEnv() {
17
17
  config({ path: resolve(__dirname, "../.env") });
18
18
  }
19
19
  var __dirname;
@@ -4704,7 +4704,7 @@ var init_client2 = __esm({
4704
4704
  factory: "0x73D6BC64f4f54F9dF05851216F70F42135d56864",
4705
4705
  beacon: "0x99d6512B5483DFA003F73F737f87e7DAE9482F89"
4706
4706
  };
4707
- SDK_VERSION2 = "0.4.3";
4707
+ SDK_VERSION2 = "0.4.4";
4708
4708
  IsometryClient = class {
4709
4709
  rpc;
4710
4710
  graph;
@@ -4847,7 +4847,7 @@ var init_system = __esm({
4847
4847
  "src/cli/commands/system.ts"() {
4848
4848
  "use strict";
4849
4849
  init_env();
4850
- loadEnv2();
4850
+ loadEnv();
4851
4851
  }
4852
4852
  });
4853
4853
 
@@ -4922,7 +4922,7 @@ var init_platform2 = __esm({
4922
4922
  "src/cli/commands/platform.ts"() {
4923
4923
  "use strict";
4924
4924
  init_env();
4925
- loadEnv2();
4925
+ loadEnv();
4926
4926
  }
4927
4927
  });
4928
4928
 
@@ -5149,6 +5149,7 @@ function registerTokenWrite(token) {
5149
5149
  var init_tokenWrite = __esm({
5150
5150
  "src/cli/commands/tokenWrite.ts"() {
5151
5151
  "use strict";
5152
+ init_env();
5152
5153
  loadEnv();
5153
5154
  }
5154
5155
  });
@@ -5353,7 +5354,7 @@ var init_token = __esm({
5353
5354
  init_sdk();
5354
5355
  init_analytics();
5355
5356
  init_tokenWrite();
5356
- loadEnv2();
5357
+ loadEnv();
5357
5358
  }
5358
5359
  });
5359
5360
 
@@ -5433,7 +5434,7 @@ var init_factory2 = __esm({
5433
5434
  "src/cli/commands/factory.ts"() {
5434
5435
  "use strict";
5435
5436
  init_env();
5436
- loadEnv2();
5437
+ loadEnv();
5437
5438
  }
5438
5439
  });
5439
5440