@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.
Files changed (3) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +2 -2
  3. 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-19242573384.commit-09d14b4",
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": "09d14b48d73584d3cdb89a3bb997b8a6e4f1342e"
23
+ "commit": "1299cf2b6c9f4d032f8bd92be29e6b49e7122f42"
24
24
  }
package/sdk.d.ts CHANGED
@@ -1,5 +1,4 @@
1
-
2
1
  // @internal
3
2
  declare module '~sdk/all-composites' {
4
- export const compositeFromLoader: Record<string, Uint8Array | string>
5
- }
3
+ export const compositeFromLoader: Record<string, Uint8Array | string>
4
+ }