ozone-type
Advanced tools
Comparing version 5.4.51 to 5.4.52
@@ -5,3 +5,3 @@ import { Item, UUID } from './Item'; | ||
export declare class ChannelScene extends Item { | ||
guiUuid?: UUID; | ||
guiId?: UUID; | ||
uuid?: UUID; | ||
@@ -8,0 +8,0 @@ color?: FlowrColor; |
@@ -14,3 +14,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
super(src); | ||
this.guiUuid = src.guiUuid; | ||
this.guiId = src.guiId; | ||
this.uuid = src.uuid; | ||
@@ -17,0 +17,0 @@ this.color = src.color; |
@@ -7,3 +7,3 @@ import { Item, OzoneType, UUID } from './Item' | ||
export class ChannelScene extends Item { | ||
guiUuid?: UUID | ||
guiId?: UUID | ||
uuid?: UUID | ||
@@ -19,3 +19,3 @@ color?: FlowrColor | ||
super(src) | ||
this.guiUuid = src.guiUuid | ||
this.guiId = src.guiId | ||
this.uuid = src.uuid | ||
@@ -22,0 +22,0 @@ this.color = src.color |
{ | ||
"name": "ozone-type", | ||
"version": "5.4.51", | ||
"version": "5.4.52", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "access": "public" | ||
"license": "ISC", | ||
"gitHead": "efef61d2b793f94732491e6dde27f78a6faa9575" | ||
"gitHead": "e1145b98ec6db4e84e711df1aaf3ca0c313ae161" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2286084