@dcl/js-runtime 7.22.4 → 7.22.5-24779418349.commit-111fd7e

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 (2) hide show
  1. package/apis.d.ts +0 -5
  2. package/package.json +2 -2
package/apis.d.ts CHANGED
@@ -97,11 +97,6 @@ declare module "~system/EngineApi" {
97
97
  b: number;
98
98
  a: number;
99
99
  }
100
- /** A range of Color4 values. Randomized or lerped between start and end. */
101
- export interface ColorRange {
102
- start: Color4 | undefined;
103
- end: Color4 | undefined;
104
- }
105
100
 
106
101
  // Function declaration section
107
102
  export interface ECS6Color4 {
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.22.4",
4
+ "version": "7.22.5-24779418349.commit-111fd7e",
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": "1309a552442670f22b64ad4cea1d88136188ad2f"
23
+ "commit": "111fd7e0b0b0fff32756dcb79c342b97a2565a45"
24
24
  }