Comparing version 0.3.1 to 0.3.2
@@ -8,3 +8,3 @@ /** | ||
/** | ||
* Gets the current cooperation ID and the time when the cooperation started. | ||
* Gets the current cooperation. | ||
* @throws An error if no cooperation is in progress. | ||
@@ -11,0 +11,0 @@ * @returns A tuple containing the cooperation ID and the time when the cooperation started. |
{ | ||
"name": "unjam", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Unjam is a JavaScript and TypeScript library offering non-blocking versions of common array methods like forEach, map, and filter. Designed for cooperative multitasking, Unjam keeps your application responsive, even with large data processing tasks, by preventing the main thread from being blocked. Perfect for smooth and efficient JavaScript execution in web applications.", | ||
@@ -113,3 +113,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git@github.com:therialguz/Unjam.git" | ||
"url": "git+ssh://git@github.com/therialguz/Unjam.git" | ||
}, | ||
@@ -124,3 +124,3 @@ "scripts": { | ||
"docs": "typedoc --out docs src", | ||
"prepublish": "npm run build && npm run docs", | ||
"prepublishOnly": "npm run build && npm run docs", | ||
"bench": "vitest bench --run" | ||
@@ -127,0 +127,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
122455
705