@layr-labs/ecloud-sdk 0.4.0-dev.0 → 0.4.0-dev.1

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/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright 2025 Eigen Labs, Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/dist/browser.cjs CHANGED
@@ -714,7 +714,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
714
714
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
715
715
  var CanUpdateAppProfilePermission = "0x036fef61";
716
716
  function getDefaultClientId() {
717
- const version = true ? "0.4.0-dev.0" : "0.0.0";
717
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
718
718
  return `ecloud-sdk/v${version}`;
719
719
  }
720
720
  var UserApiClient = class {
package/dist/browser.js CHANGED
@@ -603,7 +603,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
603
603
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
604
604
  var CanUpdateAppProfilePermission = "0x036fef61";
605
605
  function getDefaultClientId() {
606
- const version = true ? "0.4.0-dev.0" : "0.0.0";
606
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
607
607
  return `ecloud-sdk/v${version}`;
608
608
  }
609
609
  var UserApiClient = class {
package/dist/compute.cjs CHANGED
@@ -4699,7 +4699,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4699
4699
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4700
4700
  var CanUpdateAppProfilePermission = "0x036fef61";
4701
4701
  function getDefaultClientId() {
4702
- const version = true ? "0.4.0-dev.0" : "0.0.0";
4702
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
4703
4703
  return `ecloud-sdk/v${version}`;
4704
4704
  }
4705
4705
  var UserApiClient = class {
package/dist/compute.js CHANGED
@@ -4663,7 +4663,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4663
4663
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4664
4664
  var CanUpdateAppProfilePermission = "0x036fef61";
4665
4665
  function getDefaultClientId() {
4666
- const version = true ? "0.4.0-dev.0" : "0.0.0";
4666
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
4667
4667
  return `ecloud-sdk/v${version}`;
4668
4668
  }
4669
4669
  var UserApiClient = class {
package/dist/index.cjs CHANGED
@@ -4954,7 +4954,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4954
4954
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4955
4955
  var CanUpdateAppProfilePermission = "0x036fef61";
4956
4956
  function getDefaultClientId() {
4957
- const version = true ? "0.4.0-dev.0" : "0.0.0";
4957
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
4958
4958
  return `ecloud-sdk/v${version}`;
4959
4959
  }
4960
4960
  var UserApiClient = class {
package/dist/index.js CHANGED
@@ -4807,7 +4807,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4807
4807
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4808
4808
  var CanUpdateAppProfilePermission = "0x036fef61";
4809
4809
  function getDefaultClientId() {
4810
- const version = true ? "0.4.0-dev.0" : "0.0.0";
4810
+ const version = true ? "0.4.0-dev.1" : "0.0.0";
4811
4811
  return `ecloud-sdk/v${version}`;
4812
4812
  }
4813
4813
  var UserApiClient = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layr-labs/ecloud-sdk",
3
- "version": "0.4.0-dev.0",
3
+ "version": "0.4.0-dev.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -33,15 +33,6 @@
33
33
  "require": "./dist/browser.cjs"
34
34
  }
35
35
  },
36
- "scripts": {
37
- "build": "tsup",
38
- "build:dev": "BUILD_TYPE=dev tsup",
39
- "prepublishOnly": "cp ../../README.md .",
40
- "lint": "eslint .",
41
- "format": "prettier --check .",
42
- "format:fix": "prettier --write .",
43
- "typecheck": "tsc --noEmit"
44
- },
45
36
  "dependencies": {
46
37
  "@inquirer/prompts": "^7.10.1",
47
38
  "@napi-rs/keyring": "^1.0.5",
@@ -71,5 +62,13 @@
71
62
  "react": {
72
63
  "optional": true
73
64
  }
65
+ },
66
+ "scripts": {
67
+ "build": "tsup",
68
+ "build:dev": "BUILD_TYPE=dev tsup",
69
+ "lint": "eslint .",
70
+ "format": "prettier --check .",
71
+ "format:fix": "prettier --write .",
72
+ "typecheck": "tsc --noEmit"
74
73
  }
75
- }
74
+ }
File without changes
File without changes