@dcl/sdk-commands 7.5.1-9259817556.commit-b9f9e94 → 7.5.1-9299912306.commit-7629bda

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.
@@ -42,7 +42,7 @@ var SupportedPlatform;
42
42
  SupportedPlatform[SupportedPlatform["SP_WINDOWS_X64"] = 3] = "SP_WINDOWS_X64";
43
43
  SupportedPlatform[SupportedPlatform["SP_UNSUPPORTED"] = 4] = "SP_UNSUPPORTED";
44
44
  })(SupportedPlatform || (SupportedPlatform = {}));
45
- const BEVY_BASE_URL = 'https://github.com/decentraland/bevy-explorer/releases/download/alpha-2024-05-25-12-28-51/bevy-explorer-2024-05-25-12-28-51';
45
+ const BEVY_BASE_URL = 'https://github.com/decentraland/bevy-explorer/releases/download/alpha-2024-05-28-11-15-26/bevy-explorer-2024-05-28-11-15-26';
46
46
  const BEVY_URL_PLATFORM_SUFFIX = {
47
47
  [SupportedPlatform.SP_LINUX_X64]: 'linux-x86_64.tar.gz',
48
48
  [SupportedPlatform.SP_MACOS_ARM64]: 'macos-m1m2.tar.gz',
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@dcl/sdk-commands",
3
3
  "description": "",
4
- "version": "7.5.1-9259817556.commit-b9f9e94",
4
+ "version": "7.5.1-9299912306.commit-7629bda",
5
5
  "author": "Decentraland",
6
6
  "bin": {
7
7
  "sdk-commands": "./dist/index.js"
8
8
  },
9
9
  "dependencies": {
10
10
  "@dcl/crypto": "^3.4.4",
11
- "@dcl/ecs": "7.5.1-9259817556.commit-b9f9e94",
11
+ "@dcl/ecs": "7.5.1-9299912306.commit-7629bda",
12
12
  "@dcl/hashing": "1.1.3",
13
- "@dcl/inspector": "7.5.1-9259817556.commit-b9f9e94",
13
+ "@dcl/inspector": "7.5.1-9299912306.commit-7629bda",
14
14
  "@dcl/linker-dapp": "^0.12.0",
15
15
  "@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be",
16
16
  "@dcl/protocol": "1.0.0-9254639032.commit-05cd554",
@@ -74,5 +74,5 @@
74
74
  "displayName": "SDK",
75
75
  "tsconfig": "./tsconfig.json"
76
76
  },
77
- "commit": "b9f9e94659a7474d2c57118e23efb58a77c1b556"
77
+ "commit": "7629bdad6435e23260580ee2b8758caddcd9386d"
78
78
  }