@thi.ng/dgraph-dot 2.1.27 → 2.1.29
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 +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
@@ -60,8 +60,8 @@ and/or version bumps of transitive dependencies.
|
|
|
60
60
|
|
|
61
61
|
#### ♻️ Refactoring
|
|
62
62
|
|
|
63
|
-
- update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
|
|
64
63
|
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
64
|
+
- update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
|
|
65
65
|
|
|
66
66
|
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/dgraph-dot@0.1.0) (2020-04-03)
|
|
67
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dgraph-dot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.29",
|
|
4
4
|
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
38
|
-
"@thi.ng/dgraph": "^2.1.
|
|
39
|
-
"@thi.ng/dot": "^2.1.
|
|
37
|
+
"@thi.ng/api": "^8.5.0",
|
|
38
|
+
"@thi.ng/dgraph": "^2.1.29",
|
|
39
|
+
"@thi.ng/dot": "^2.1.21"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.33.5",
|
|
43
|
-
"@thi.ng/testament": "^0.3.
|
|
43
|
+
"@thi.ng/testament": "^0.3.5",
|
|
44
44
|
"rimraf": "^3.0.2",
|
|
45
45
|
"tools": "^0.0.1",
|
|
46
|
-
"typedoc": "^0.23.
|
|
46
|
+
"typedoc": "^0.23.20",
|
|
47
47
|
"typescript": "^4.8.4"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"node": ">=12.7"
|
|
64
64
|
},
|
|
65
65
|
"files": [
|
|
66
|
-
"
|
|
67
|
-
"
|
|
66
|
+
"./*.js",
|
|
67
|
+
"./*.d.ts"
|
|
68
68
|
],
|
|
69
69
|
"exports": {
|
|
70
70
|
".": {
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"parent": "@thi.ng/dgraph",
|
|
76
76
|
"year": 2020
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
|
|
79
79
|
}
|