@ethersphere/bee-js 3.3.2-pre.0 → 3.3.2-pre.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.
@@ -17,9 +17,9 @@ const http_1 = require("../../utils/http");
17
17
  const major_js_1 = __importDefault(require("semver/functions/major.js"));
18
18
  // Following lines bellow are automatically updated with GitHub Action when Bee version is updated
19
19
  // so if you are changing anything about them change the `update_bee` action accordingly!
20
- exports.SUPPORTED_BEE_VERSION_EXACT = '1.4.3-1213e063';
21
- exports.SUPPORTED_API_VERSION = '2.0.0';
22
- exports.SUPPORTED_DEBUG_API_VERSION = '1.2.1';
20
+ exports.SUPPORTED_BEE_VERSION_EXACT = '1.5.0-dda5606e';
21
+ exports.SUPPORTED_API_VERSION = '3.0.0';
22
+ exports.SUPPORTED_DEBUG_API_VERSION = '2.0.0';
23
23
  exports.SUPPORTED_BEE_VERSION = exports.SUPPORTED_BEE_VERSION_EXACT.substring(0, exports.SUPPORTED_BEE_VERSION_EXACT.indexOf('-'));
24
24
  const NODE_INFO_URL = 'node';
25
25
  const HEALTH_URL = 'health';
@@ -5,5 +5,6 @@ var BeeModes;
5
5
  (function (BeeModes) {
6
6
  BeeModes["FULL"] = "full";
7
7
  BeeModes["LIGHT"] = "light";
8
+ BeeModes["ULTRA_LIGHT"] = "ultra-light";
8
9
  BeeModes["DEV"] = "dev";
9
10
  })(BeeModes = exports.BeeModes || (exports.BeeModes = {}));