Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "squishjs", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "squish & unsquish stuff", | ||
@@ -5,0 +5,0 @@ "scripts": { |
class InternalGameNode { | ||
constructor(color, onClick, coordinates2d, border, fill, text, asset, playerIds = [], effects = null, input = null, subType = null, id = null, onHover, offHover) { | ||
this.id = id ? Number(id) : Math.floor(Math.random() * 999999999999); | ||
// im about to hit the ye button | ||
this.id = id ? Number(id) : Math.floor(Math.random() * 999999999); | ||
this.children = new Array(); | ||
@@ -5,0 +6,0 @@ this.color = color; |
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
145885
2928