@cycle/run
Advanced tools
Comparing version 5.5.0 to 5.6.0
@@ -0,1 +1,7 @@ | ||
## 5.6.0 (2022-01-13) | ||
* fix(run): avoid memory leaks with quicktask ([1fc18c02](https://github.com/cyclejs/cyclejs/commit/1fc18c02)) | ||
## 5.5.0 (2020-09-18) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@cycle/run", | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"description": "The Cycle.js run() function to use with xstream", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"quicktask": "1.1.0", | ||
"quicktask": "1.2.0", | ||
"xstream": "10.x || 11.x" | ||
@@ -55,2 +55,5 @@ }, | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -65,8 +68,5 @@ "build": "pnpm run build-cjs && pnpm run build-es6", | ||
"test-ci": "../.scripts/retry.sh pnpm test", | ||
"postbuild": "cp lib/cjs/adapt.* lib/", | ||
"prepublishOnly": "pnpm run build && pnpm test" | ||
"postbuild": "cp lib/cjs/adapt.* lib/" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
"readme": "- [**Read the docs here**](https://cycle.js.org/api/run.html)\n- [**Edit the docs here**](https://github.com/cyclejs/cyclejs/blob/master/docs/content/api/run.md)\n" | ||
} |
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
92938
37
2015
+ Addedquicktask@1.2.0(transitive)
- Removedquicktask@1.1.0(transitive)
Updatedquicktask@1.2.0