@thi.ng/rstream-dot 2.1.30 → 2.1.32

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/CHANGELOG.md +8 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@2.0.0) (2021-10-12)
40
40
 
@@ -55,12 +55,12 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
59
- - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
60
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
61
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
62
58
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
63
59
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
60
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
61
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
62
+ - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
63
+ - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
64
64
 
65
65
  ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@1.2.0) (2021-02-22)
66
66
 
@@ -132,6 +132,6 @@ and/or version bumps of transitive dependencies.
132
132
 
133
133
  #### 🚀 Features
134
134
 
135
- - add xform edge labels, extract types to api.ts ([7ffaa61](https://github.com/thi-ng/umbrella/commit/7ffaa61))
136
- - support multiple roots in walk() ([704025a](https://github.com/thi-ng/umbrella/commit/704025a))
137
135
  - initial import [@thi.ng/rstream-dot](https://github.com/thi-ng/umbrella/tree/main/packages/rstream-dot) package ([e72478a](https://github.com/thi-ng/umbrella/commit/e72478a))
136
+ - support multiple roots in walk() ([704025a](https://github.com/thi-ng/umbrella/commit/704025a))
137
+ - add xform edge labels, extract types to api.ts ([7ffaa61](https://github.com/thi-ng/umbrella/commit/7ffaa61))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-dot",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
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/rstream": "^7.2.27",
38
- "@thi.ng/strings": "^3.3.16",
39
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/rstream": "^7.2.29",
38
+ "@thi.ng/strings": "^3.3.18",
39
+ "@thi.ng/transducers": "^8.3.24"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.33.5",
43
- "@thi.ng/testament": "^0.3.4",
43
+ "@thi.ng/testament": "^0.3.5",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.23.18",
46
+ "typedoc": "^0.23.20",
47
47
  "typescript": "^4.8.4"
48
48
  },
49
49
  "keywords": [
@@ -66,8 +66,8 @@
66
66
  "node": ">=12.7"
67
67
  },
68
68
  "files": [
69
- "*.js",
70
- "*.d.ts"
69
+ "./*.js",
70
+ "./*.d.ts"
71
71
  ],
72
72
  "exports": {
73
73
  ".": {
@@ -85,5 +85,5 @@
85
85
  ],
86
86
  "year": 2018
87
87
  },
88
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
88
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
89
89
  }