Comparing version 1.0.0 to 3.0.1
{ | ||
"name": "aceink", | ||
"version": "1.0.0", | ||
"version": "3.0.1", | ||
"description": "Async tools", | ||
@@ -69,3 +69,3 @@ "type": "module", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest --run" | ||
"test": "vitest src --run" | ||
}, | ||
@@ -143,2 +143,2 @@ "files": [ | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
## a-sink | ||
## aceink | ||
@@ -20,3 +20,3 @@ Useful async tools. | ||
Get it on npm: `npm install a-sink` | ||
Get it on npm: `npm install aceink` | ||
@@ -29,3 +29,3 @@ See the generated documentation [here](/docs/modules.md) | ||
```javascript | ||
import { q } from 'a-sink' | ||
import { q } from 'aceink' | ||
@@ -49,3 +49,3 @@ const { ready, add, empty } = q(10) | ||
```javascript | ||
import { gowait, delay } from 'a-sink' | ||
import { gowait, delay } from 'aceink' | ||
@@ -52,0 +52,0 @@ const [err, value] = await gowait(delay(100, 42)) |
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
84766