@dcl/js-runtime 7.12.3-19242573384.commit-09d14b4 → 7.12.3-19269914897.commit-1299cf2
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/index.d.ts +2 -2
- package/package.json +2 -2
- package/sdk.d.ts +2 -3
package/index.d.ts
CHANGED
|
@@ -84,8 +84,8 @@ declare var WebSocket: {
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
declare var console: {
|
|
87
|
-
log(message?: any, ...optionalParams: any[]): void
|
|
88
|
-
error(message?: any, ...optionalParams: any[]): void
|
|
87
|
+
log(message?: any, ...optionalParams: any[]): void
|
|
88
|
+
error(message?: any, ...optionalParams: any[]): void
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
declare const DEBUG: boolean
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/js-runtime",
|
|
3
3
|
"description": "JavaScript runtime definitions for Decentraland environments",
|
|
4
|
-
"version": "7.12.3-
|
|
4
|
+
"version": "7.12.3-19269914897.commit-1299cf2",
|
|
5
5
|
"author": "",
|
|
6
6
|
"files": [
|
|
7
7
|
"index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
},
|
|
21
21
|
"types": "./index.d.ts",
|
|
22
22
|
"typings": "./index.d.ts",
|
|
23
|
-
"commit": "
|
|
23
|
+
"commit": "1299cf2b6c9f4d032f8bd92be29e6b49e7122f42"
|
|
24
24
|
}
|
package/sdk.d.ts
CHANGED