@neo4j-nvl/react 0.3.1-4c37358d → 0.3.1-79801e1b

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -82,4 +82,4 @@ const [multiSelect, setMultiSelect] = useState(false)
82
82
  ```
83
83
 
84
84
 
85
- You can also find more instructions and examples on how to use NVL in the docs.
85
+ You can also find more instructions and examples on how to use the NVL React wrappers in the [docs](https://neo4j.com/docs/nvl/current/react-wrappers/).
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/react",
3
- "version": "0.3.1-4c37358d",
3
+ "version": "0.3.1-79801e1b",
4
4
  "main": "lib/index.js",
5
+ "homepage": "https://neo4j.com/docs/nvl/current/",
5
6
  "license": "SEE LICENSE IN 'LICENSE.txt'",
6
7
  "description": "React wrappers for the Neo4j Visualization Library",
7
8
  "keywords": [
@@ -15,6 +16,7 @@
15
16
  },
16
17
  "scripts": {
17
18
  "build": "tsc",
19
+ "watch": "tsc -w",
18
20
  "test": "jest",
19
21
  "prepack": "cp ../../LICENSE.txt ./",
20
22
  "postpack": "rm LICENSE.txt"
@@ -39,8 +41,8 @@
39
41
  "typescript": "^5.4.5"
40
42
  },
41
43
  "dependencies": {
42
- "@neo4j-nvl/base": "^0.3.1-4c37358d",
43
- "@neo4j-nvl/interaction-handlers": "^0.3.1-4c37358d",
44
+ "@neo4j-nvl/base": "^0.3.1-79801e1b",
45
+ "@neo4j-nvl/interaction-handlers": "^0.3.1-79801e1b",
44
46
  "lodash": "4.17.21",
45
47
  "react": "^18.2.0",
46
48
  "react-dom": "^18.2.0"