@thi.ng/dgraph-dot 2.0.0 → 2.0.7

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/CHANGELOG.md CHANGED
@@ -3,6 +3,62 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.6...@thi.ng/dgraph-dot@2.0.7) (2021-10-28)
7
+
8
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.5...@thi.ng/dgraph-dot@2.0.6) (2021-10-28)
15
+
16
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.4...@thi.ng/dgraph-dot@2.0.5) (2021-10-28)
23
+
24
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.3...@thi.ng/dgraph-dot@2.0.4) (2021-10-25)
31
+
32
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.2...@thi.ng/dgraph-dot@2.0.3) (2021-10-15)
39
+
40
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
41
+
42
+
43
+
44
+
45
+
46
+ ## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.1...@thi.ng/dgraph-dot@2.0.2) (2021-10-15)
47
+
48
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
49
+
50
+
51
+
52
+
53
+
54
+ ## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@2.0.0...@thi.ng/dgraph-dot@2.0.1) (2021-10-13)
55
+
56
+ **Note:** Version bump only for package @thi.ng/dgraph-dot
57
+
58
+
59
+
60
+
61
+
6
62
  # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph-dot@1.0.8...@thi.ng/dgraph-dot@2.0.0) (2021-10-12)
7
63
 
8
64
 
package/README.md CHANGED
@@ -49,10 +49,11 @@ ES module import:
49
49
 
50
50
  [Skypack documentation](https://docs.skypack.dev/)
51
51
 
52
- For NodeJS (v14.6+):
52
+ For Node.js REPL:
53
53
 
54
54
  ```text
55
- node --experimental-specifier-resolution=node --experimental-repl-await
55
+ # with flag only for < v16
56
+ node --experimental-repl-await
56
57
 
57
58
  > const dgraphDot = await import("@thi.ng/dgraph-dot");
58
59
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dgraph-dot",
3
- "version": "2.0.0",
3
+ "version": "2.0.7",
4
4
  "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,12 +34,12 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.0",
38
- "@thi.ng/dgraph": "^2.0.0",
39
- "@thi.ng/dot": "^2.0.0"
37
+ "@thi.ng/api": "^8.0.6",
38
+ "@thi.ng/dgraph": "^2.0.7",
39
+ "@thi.ng/dot": "^2.0.6"
40
40
  },
41
41
  "devDependencies": {
42
- "@thi.ng/testament": "^0.1.0"
42
+ "@thi.ng/testament": "^0.1.6"
43
43
  },
44
44
  "keywords": [
45
45
  "2d",
@@ -54,6 +54,9 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
+ "engines": {
58
+ "node": ">=12.7"
59
+ },
57
60
  "files": [
58
61
  "*.js",
59
62
  "*.d.ts"
@@ -67,5 +70,5 @@
67
70
  "parent": "@thi.ng/dgraph",
68
71
  "year": 2020
69
72
  },
70
- "gitHead": "9ac1344b38b565eb894306fbf72233b6c0b2d115"
73
+ "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
71
74
  }