@dcl/sdk-commands 7.1.6 → 7.1.7-4743900895.commit-dea19db
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/dist/logic/bundle.js +1 -0
- package/package.json +3 -3
package/dist/logic/bundle.js
CHANGED
@@ -91,6 +91,7 @@ async function bundleProject(components, options, sceneJson) {
|
|
91
91
|
}
|
92
92
|
await context.dispose();
|
93
93
|
}
|
94
|
+
/* istanbul ignore next */
|
94
95
|
if (options.watch)
|
95
96
|
(0, beautiful_logs_1.printProgressInfo)(components.logger, `The compiler is watching for changes`);
|
96
97
|
await runTypeChecker(components, options);
|
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk-commands",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.1.
|
4
|
+
"version": "7.1.7-4743900895.commit-dea19db",
|
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.
|
11
|
+
"@dcl/inspector": "7.1.7-4743900895.commit-dea19db",
|
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-4671230683.commit-a8d74c3",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"displayName": "SDK",
|
61
61
|
"tsconfig": "./tsconfig.json"
|
62
62
|
},
|
63
|
-
"commit": "
|
63
|
+
"commit": "dea19dbb7b318b555669d973af0a37bf3692f313"
|
64
64
|
}
|