@neo4j-nvl/interaction-handlers 1.2.0-e691fdb4 → 1.2.0-ec8b9947

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/interaction-handlers",
3
- "version": "1.2.0-e691fdb4",
3
+ "version": "1.2.0-ec8b9947",
4
4
  "license": "SEE LICENSE IN 'LICENSE.txt'",
5
5
  "homepage": "https://neo4j.com/docs/nvl/current/",
6
6
  "description": "Interaction handlers for the Neo4j Visualization Library",
@@ -27,7 +27,7 @@
27
27
  "eslint": "yarn global:eslint ./src/"
28
28
  },
29
29
  "dependencies": {
30
- "@neo4j-nvl/base": "1.2.0-e691fdb4",
30
+ "@neo4j-nvl/base": "1.2.0-ec8b9947",
31
31
  "concaveman": "1.2.1",
32
32
  "lodash": "4.18.1"
33
33
  },