@dcl/sdk 7.0.0-2884920754.commit-e7fba73 → 7.0.0-2906745229.commit-d06bc1c

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
- "version": "7.0.0-2884920754.commit-e7fba73",
3
+ "version": "7.0.0-2906745229.commit-d06bc1c",
4
4
  "description": "",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -27,8 +27,8 @@
27
27
  "src/cli/**/*.js"
28
28
  ],
29
29
  "dependencies": {
30
- "@dcl/amd": "6.11.5-2884920754.commit-e7fba73",
31
- "@dcl/build-ecs": "6.11.5-2884920754.commit-e7fba73",
30
+ "@dcl/amd": "6.11.5-2906745229.commit-d06bc1c",
31
+ "@dcl/build-ecs": "6.11.5-2906745229.commit-d06bc1c",
32
32
  "@dcl/kernel": "1.0.0-2638443584.commit-696a74b",
33
33
  "@dcl/posix": "^1.0.4",
34
34
  "@dcl/schemas": "4.8.0",
@@ -38,5 +38,5 @@
38
38
  "ignore": "^5.1.8"
39
39
  },
40
40
  "minCliVersion": "3.10.2",
41
- "commit": "e7fba737c74d4e84e5261c4e026f454b0563b8e3"
41
+ "commit": "d06bc1cb4ed53b0f903b04972e44e0740d5e3c1a"
42
42
  }
package/src/setupProxy.js CHANGED
@@ -46,7 +46,6 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
46
46
  };
47
47
  var path = require("path");
48
48
  var fs = require("fs");
49
- var express = require("express");
50
49
  var setupUtils_1 = require("./cli/setupUtils");
51
50
  var mock_catalyst_1 = require("./cli/mock-catalyst");
52
51
  var wearables_1 = require("./cli/wearables");
@@ -100,7 +99,6 @@ var setupProxy = function (dcl, app) {
100
99
  baseWearableFolders = wearables;
101
100
  }
102
101
  }
103
- app.use(express.json());
104
102
  try {
105
103
  (0, mock_catalyst_1.mockCatalyst)(app, __spreadArray(__spreadArray([], baseSceneFolders, true), baseWearableFolders, true));
106
104
  }