@lightningjs/threadx
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -71,3 +71,4 @@ /* | ||
propDefs.push(propDef); | ||
constructor.size += byteSize; | ||
// console.log(constructor.size, byteOffset, byteSize, propDef); | ||
constructor.size = byteOffset + byteSize; | ||
// TODO: Move the descriptors to the prototype to avoid code duplication/closures | ||
@@ -74,0 +75,0 @@ descriptor.get = function () { |
{ | ||
"name": "@lightningjs/threadx", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A web browser-based JavaScript library that helps manage the communcation of data between one or more web worker threads.", | ||
@@ -27,4 +27,3 @@ "type": "module", | ||
"prepare": "husky install", | ||
"prepack": "npm run build", | ||
"publish": "npm publish --access public" | ||
"prepack": "npm run build" | ||
}, | ||
@@ -31,0 +30,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
110721
1645