@dcl/sdk-commands 7.3.16-6313983963.commit-01f87ad → 7.3.16-6315152803.commit-5f2bd57

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
- import { AboutResponse } from '@dcl/protocol/out-js/decentraland/bff/http_endpoints.gen';
1
+ import { AboutResponse } from '@dcl/protocol/out-ts/decentraland/realm/about.gen';
2
2
  import { CliComponents } from '../components';
3
3
  export declare function createStaticRealm(components: Pick<CliComponents, 'config'>): Promise<AboutResponse>;
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@dcl/sdk-commands",
3
3
  "description": "",
4
- "version": "7.3.16-6313983963.commit-01f87ad",
4
+ "version": "7.3.16-6315152803.commit-5f2bd57",
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.3.16-6313983963.commit-01f87ad",
11
+ "@dcl/ecs": "7.3.16-6315152803.commit-5f2bd57",
12
12
  "@dcl/hashing": "1.1.3",
13
- "@dcl/inspector": "7.3.16-6313983963.commit-01f87ad",
13
+ "@dcl/inspector": "7.3.16-6315152803.commit-5f2bd57",
14
14
  "@dcl/linker-dapp": "^0.11.0",
15
15
  "@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be",
16
- "@dcl/protocol": "1.0.0-6200210039.commit-75f18e8",
16
+ "@dcl/protocol": "1.0.0-6314457636.commit-a9a962a",
17
17
  "@dcl/quests-client": "^1.0.0",
18
18
  "@dcl/quests-manager": "^0.1.2",
19
19
  "@dcl/rpc": "^1.1.1",
@@ -73,5 +73,5 @@
73
73
  "displayName": "SDK",
74
74
  "tsconfig": "./tsconfig.json"
75
75
  },
76
- "commit": "01f87ad8a4c3462ff2d63c494f8133ee95091f10"
76
+ "commit": "5f2bd57b531ce41777a066b594fed4385cd3d034"
77
77
  }