Comparing version 0.0.0-canary-20230318003145 to 0.0.0-canary-20230320012503
# wonka | ||
## 0.0.0-canary-20230318003145 | ||
## 0.0.0-canary-20230320012503 | ||
### Patch Changes | ||
- ⚠️ Fix missing source contents in Wonka sourcemaps | ||
Submitted by [@kitten](https://github.com/kitten) (See [`56d9708`](https://github.com/0no-co/wonka/commit/56d970861424fddd403262bf85d7e1e3572b15e2)) | ||
## 6.2.5 | ||
### Patch Changes | ||
- Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec | ||
@@ -8,0 +15,0 @@ Submitted by [@naporin0624](https://github.com/naporin0624) (See [#151](https://github.com/0no-co/wonka/pull/151)) |
{ | ||
"name": "wonka", | ||
"description": "A tiny but capable push & pull stream library for TypeScript and Flow", | ||
"version": "0.0.0-canary-20230318003145", | ||
"version": "0.0.0-canary-20230320012503", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -69,4 +69,4 @@ "source": "./src/index.ts", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-sucrase": "^5.0.1", | ||
"@rollup/plugin-terser": "^0.1.0", | ||
"@rollup/plugin-typescript": "^10.0.1", | ||
"@rollup/pluginutils": "^5.0.2", | ||
@@ -73,0 +73,0 @@ "@types/zen-observable": "^0.8.3", |
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
532252