vega-dataflow
Advanced tools
Comparing version 5.5.0 to 5.5.1
{ | ||
"name": "vega-dataflow", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "Reactive dataflow processing.", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"pretest": "yarn prebuild && yarn rollup", | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src test", | ||
"test": "tape 'test/**/*-test.js'", | ||
"prepublishOnly": "yarn test && yarn build", | ||
@@ -29,6 +29,6 @@ "postpublish": "git push && git push --tags" | ||
"dependencies": { | ||
"vega-loader": "^4.0.0", | ||
"vega-util": "^1.11.0" | ||
"vega-loader": "^4.2.2", | ||
"vega-util": "^1.13.2" | ||
}, | ||
"gitHead": "b690910bacfcb2580511e262400e496d9b14b04f" | ||
"gitHead": "35e31c5c6b54db9dc3a577b5adad8d15ec274d32" | ||
} |
@@ -7,3 +7,3 @@ import add from './add'; | ||
import {rank, rerank} from './rank'; | ||
import {evaluate, run, runAsync, runAfter, enqueue, getPulse} from './run'; | ||
import {enqueue, evaluate, getPulse, run, runAfter, runAsync} from './run'; | ||
import {pulse, touch, update} from './update'; | ||
@@ -14,3 +14,3 @@ import changeset from '../ChangeSet'; | ||
import {loader} from 'vega-loader'; | ||
import {id, logger, Error} from 'vega-util'; | ||
import {Error, id, logger} from 'vega-util'; | ||
@@ -17,0 +17,0 @@ /** |
@@ -6,3 +6,3 @@ /* eslint-disable require-atomic-updates */ | ||
import UniqueList from '../util/UniqueList'; | ||
import {id, isArray, Info, Debug} from 'vega-util'; | ||
import {Debug, Info, id, isArray} from 'vega-util'; | ||
@@ -9,0 +9,0 @@ /** |
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
159379
Updatedvega-loader@^4.2.2
Updatedvega-util@^1.13.2