@dcl/playground-assets 7.0.5-3648537985.commit-c21b86e → 7.0.5-3649654995.commit-ad4efbc
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/index.js
CHANGED
|
@@ -40560,4 +40560,4 @@
|
|
|
40560
40560
|
exports.pollEvents = pollEvents;
|
|
40561
40561
|
exports.setSubscribeFunction = setSubscribeFunction;
|
|
40562
40562
|
|
|
40563
|
-
})(this.
|
|
40563
|
+
})(this.globalThis = this.globalThis || {}, communicationsController, EthereumController, EngineApi);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.5-
|
|
3
|
+
"version": "7.0.5-3649654995.commit-ad4efbc",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"@dcl/unity-renderer": "1.0.66458-20221207172857.commit-1a83854"
|
|
26
26
|
},
|
|
27
27
|
"minCliVersion": "3.14.1",
|
|
28
|
-
"commit": "
|
|
28
|
+
"commit": "ad4efbcb7b87a23d25c26ca96f80d3ff795fcd9d"
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.5-
|
|
3
|
+
"version": "7.0.5-3649654995.commit-ad4efbc",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.5-
|
|
20
|
+
"@dcl/sdk": "7.0.5-3649654995.commit-ad4efbc"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "ad4efbcb7b87a23d25c26ca96f80d3ff795fcd9d"
|
|
28
28
|
}
|