@cycle/run
Advanced tools
Comparing version 5.6.0 to 5.7.0
@@ -0,1 +1,10 @@ | ||
# 5.7.0 (2022-01-13) | ||
### Bug Fixes | ||
* **run:** lib/adapt.js was missing ([f976421](https://github.com/cyclejs/cyclejs/commit/f976421)) | ||
## 5.6.0 (2022-01-13) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@cycle/run", | ||
"version": "5.6.0", | ||
"version": "5.7.0", | ||
"description": "The Cycle.js run() function to use with xstream", | ||
@@ -58,3 +58,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "pnpm run build-cjs && pnpm run build-es6", | ||
"build": "pnpm run build-cjs && pnpm run build-es6 && pnpm run move-adapt", | ||
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs", | ||
@@ -67,5 +67,5 @@ "build-es6": "tsc --module es6 --outDir ./lib/es6", | ||
"test-ci": "../.scripts/retry.sh pnpm test", | ||
"postbuild": "cp lib/cjs/adapt.* lib/" | ||
"move-adapt": "cp lib/cjs/adapt.* lib/" | ||
}, | ||
"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
94753
40
2047