@neo4j-nvl/base 0.3.9-93453bb0 → 0.3.9-bdb232e9

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.
@@ -26,7 +26,7 @@ export declare const tryWithNumberOfLines: (text: string, measureWidth: (text: s
26
26
  export declare const tryBreakingOnSpaces: (text: string, measureWidth: (text: string) => number, getAvailableWidth: (a: number, b: number) => number, numberOfLines: number) => TextSegment[];
27
27
  /**
28
28
  * @param {object} ctx = Canvas.2dContext
29
- * @param {object} text - The text to display
29
+ * @param {object} rtlAdjustedText - The text to display
30
30
  *
31
31
  * @return array of text lines
32
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/base",
3
- "version": "0.3.9-93453bb0",
3
+ "version": "0.3.9-bdb232e9",
4
4
  "license": "SEE LICENSE IN 'LICENSE.txt'",
5
5
  "homepage": "https://neo4j.com/docs/nvl/current/",
6
6
  "description": "Base library for the Neo4j Visualization Library",
@@ -29,7 +29,7 @@
29
29
  "postpack": "rm LICENSE.txt && rm CHANGELOG.md"
30
30
  },
31
31
  "dependencies": {
32
- "@neo4j-nvl/layout-workers": "0.3.9-93453bb0",
32
+ "@neo4j-nvl/layout-workers": "0.3.9-bdb232e9",
33
33
  "@segment/analytics-next": "^1.70.0",
34
34
  "color-string": "^1.9.1",
35
35
  "d3-force": "^3.0.0",
@@ -44,6 +44,7 @@
44
44
  "uuid": "^8.3.2"
45
45
  },
46
46
  "devDependencies": {
47
+ "@babel/core": "^7.21.4",
47
48
  "@types/color-string": "^1.5.5",
48
49
  "@types/d3-force": "^3.0.3",
49
50
  "@types/lodash": "4.14.202",
@@ -52,7 +53,6 @@
52
53
  "babel-loader": "^8.2.5",
53
54
  "copy-webpack-plugin": "^11.0.0",
54
55
  "neo4j-driver": "^5.26.0",
55
- "typedoc": "^0.23.15",
56
56
  "webpack": "^5.75.0",
57
57
  "webpack-cli": "^5.0.0"
58
58
  },