@hpcc-js/wasm-graphviz 1.21.0 → 1.21.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm-graphviz",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
4
4
  "description": "hpcc-js - WASM Graphviz",
5
5
  "type": "module",
6
6
  "exports": {
@@ -35,8 +35,9 @@
35
35
  "update": "npx -y npm-check-updates -u -t minor",
36
36
  "update-major": "npx -y npm-check-updates -u"
37
37
  },
38
+ "dependencies": {},
38
39
  "devDependencies": {
39
- "@hpcc-js/esbuild-plugins": "1.8.2",
40
+ "@hpcc-js/esbuild-plugins": "1.8.4",
40
41
  "@hpcc-js/wasm-util": "1.0.0"
41
42
  },
42
43
  "keywords": [
@@ -55,5 +56,5 @@
55
56
  },
56
57
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
57
58
  "license": "Apache-2.0",
58
- "gitHead": "bb13918d64628a39a587fec110734d5f95bc3443"
59
+ "gitHead": "97a943e7ee94834838b2f70c31f4932d96908657"
59
60
  }
package/src/graphviz.ts CHANGED
@@ -90,7 +90,7 @@ let g_graphviz: Promise<Graphviz> | undefined;
90
90
  * ```
91
91
  *
92
92
  * ### Online Demos
93
- * * https://raw.githack.com/hpcc-systems/hpcc-js-wasm/trunk/index.html
93
+ * * https://raw.githack.com/hpcc-systems/hpcc-js-wasm/main/index.html
94
94
  * * https://observablehq.com/@gordonsmith/graphviz
95
95
  */
96
96
  export class Graphviz {
@@ -57,7 +57,7 @@ export interface Options {
57
57
  * ```
58
58
  *
59
59
  * ### Online Demos
60
- * * https://raw.githack.com/hpcc-systems/hpcc-js-wasm/trunk/index.html
60
+ * * https://raw.githack.com/hpcc-systems/hpcc-js-wasm/main/index.html
61
61
  * * https://observablehq.com/@gordonsmith/graphviz
62
62
  */
63
63
  export declare class Graphviz {