@dcl/sdk-commands 7.1.4-4658482145.commit-b563f72 → 7.1.4-4670008948.commit-217b840

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.
@@ -133,7 +133,7 @@ async function prepareSceneFiles(options, project, outputDirectory) {
133
133
  (0, beautiful_logs_1.printStep)(logger, `> ${entityId} ← ${log_1.colors.reset('[ENTITY FILE]')}`);
134
134
  let urn = `urn:decentraland:entity:${entityId}`;
135
135
  if (options.args['--baseUrl']) {
136
- urn += '?=dcl&baseUrl=' + options.args['--baseUrl'];
136
+ urn += '?=&baseUrl=' + options.args['--baseUrl'];
137
137
  // baseUrl must end with /
138
138
  if (!urn.endsWith('/'))
139
139
  urn += '/';
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dcl/sdk-commands",
3
3
  "description": "",
4
- "version": "7.1.4-4658482145.commit-b563f72",
4
+ "version": "7.1.4-4670008948.commit-217b840",
5
5
  "author": "Decentraland",
6
6
  "bin": {
7
7
  "sdk-commands": "./dist/index.js"
8
8
  },
9
9
  "dependencies": {
10
10
  "@dcl/hashing": "1.1.3",
11
- "@dcl/inspector": "7.1.4-4658482145.commit-b563f72",
11
+ "@dcl/inspector": "7.1.4-4670008948.commit-217b840",
12
12
  "@dcl/linker-dapp": "0.7.0",
13
13
  "@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be",
14
14
  "@dcl/protocol": "1.0.0-4597420155.commit-e877adc",
@@ -60,5 +60,5 @@
60
60
  "displayName": "SDK",
61
61
  "tsconfig": "./tsconfig.json"
62
62
  },
63
- "commit": "b563f72e72ab4632978314e8bcc4102c7081ab1c"
63
+ "commit": "217b84016c8133b7605bff70f5851981972a2614"
64
64
  }