@dcl/sdk-commands 7.1.4-4658289079.commit-cfbe112 → 7.1.4-4668099613.commit-475ad2a
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 += '
|
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-
|
4
|
+
"version": "7.1.4-4668099613.commit-475ad2a",
|
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-
|
11
|
+
"@dcl/inspector": "7.1.4-4668099613.commit-475ad2a",
|
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": "
|
63
|
+
"commit": "475ad2a63d3f8dd30d7461635c8f3ccd0b63eb5f"
|
64
64
|
}
|