@graffy/fill
Advanced tools
Comparing version 0.14.2-alpha3 to 0.14.2
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.2-alpha3", | ||
"version": "0.14.2", | ||
"main": "index.js", | ||
@@ -17,5 +17,5 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.8.4", | ||
"@graffy/common": "0.14.2-alpha3", | ||
"@graffy/stream": "0.14.2-alpha3" | ||
"@graffy/common": "0.14.2", | ||
"@graffy/stream": "0.14.2" | ||
} | ||
} |
import { merge, slice, sieve, add } from '@graffy/common'; | ||
import makeStream from '@graffy/stream'; | ||
import { makeStream } from '@graffy/stream'; | ||
@@ -4,0 +4,0 @@ export default function subscribe(store, originalQuery, raw) { |
@@ -18,3 +18,3 @@ "use strict"; | ||
var _stream = _interopRequireDefault(require("@graffy/stream")); | ||
var _stream = require("@graffy/stream"); | ||
@@ -28,3 +28,3 @@ function subscribe(store, originalQuery, raw) { | ||
resubscribe(originalQuery); | ||
return (0, _stream["default"])(function (streamPush, streamEnd) { | ||
return (0, _stream.makeStream)(function (streamPush, streamEnd) { | ||
push = function push(v) { | ||
@@ -31,0 +31,0 @@ // console.log('Push', debug(v)); |
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
15795
+ Added@graffy/common@0.14.2(transitive)
+ Added@graffy/stream@0.14.2(transitive)
- Removed@graffy/common@0.14.2-alpha3(transitive)
- Removed@graffy/stream@0.14.2-alpha3(transitive)
Updated@graffy/common@0.14.2
Updated@graffy/stream@0.14.2