Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
export let Status; | ||
export var Status; | ||
(function(Status) { | ||
@@ -3,0 +3,0 @@ Status["PENDING"] = 'pending'; |
{ | ||
"name": "asygen", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "0-Deps, simple and fast async generator library for browser and NodeJS", | ||
@@ -40,3 +40,6 @@ "type": "module", | ||
"async", | ||
"await" | ||
"await", | ||
"yield", | ||
"flow", | ||
"control" | ||
], | ||
@@ -50,6 +53,6 @@ "license": "Apache-2.0", | ||
"@swc/cli": "^0.1.62", | ||
"@swc/core": "^1.3.41", | ||
"@swc/core": "^1.3.42", | ||
"@swc/jest": "^0.2.24", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.5", | ||
"@types/node": "^18.15.6", | ||
"fast-glob": "^3.2.12", | ||
@@ -56,0 +59,0 @@ "jest": "^29.5.0", |
@@ -34,3 +34,3 @@ # Asygen | ||
import { once } from 'node:events'; | ||
import { defer, Task } from 'asygen'; | ||
import { generatorify, Task } from 'asygen'; | ||
@@ -60,3 +60,3 @@ // send data from the event until process exit | ||
[codecov-url]: https://codecov.io/gh/3axap4eHko/asygen | ||
[codecov-image]: https://codecov.io/gh/3axap4eHko/asygen/branch/master/graph/badge.svg?token=JZ8QCGH6PI | ||
[codecov-image]: https://codecov.io/gh/3axap4eHko/asygen/branch/master/graph/badge.svg?token=ZKYSDY7GQ0 | ||
[codeclimate-url]: https://codeclimate.com/github/3axap4eHko/asygen/maintainability | ||
@@ -63,0 +63,0 @@ [codeclimate-image]: https://api.codeclimate.com/v1/badges/0f24a357154bada2a37f/maintainability |
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
22075
272