@dcl/js-runtime 7.22.3-24033264917.commit-024caa7 → 7.22.3-24081083817.commit-714809b

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 +5 -0
  2. package/package.json +2 -2
package/apis.d.ts CHANGED
@@ -97,6 +97,11 @@ 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
+ }
100
105
 
101
106
  // Function declaration section
102
107
  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.3-24033264917.commit-024caa7",
4
+ "version": "7.22.3-24081083817.commit-714809b",
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": "024caa70418ea028924584df5eda597c1e17b00b"
23
+ "commit": "714809b7ad5b319d9966ba167c549d96e058efe5"
24
24
  }