@thi.ng/rstream 8.0.0 → 8.0.1

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,14 +38,14 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.7.6",
42
- "@thi.ng/arrays": "^2.5.10",
43
- "@thi.ng/associative": "^6.2.34",
44
- "@thi.ng/atom": "^5.2.0",
41
+ "@thi.ng/api": "^8.8.0",
42
+ "@thi.ng/arrays": "^2.5.11",
43
+ "@thi.ng/associative": "^6.2.35",
44
+ "@thi.ng/atom": "^5.2.1",
45
45
  "@thi.ng/checks": "^3.3.12",
46
46
  "@thi.ng/errors": "^2.2.15",
47
47
  "@thi.ng/logger": "^1.4.13",
48
- "@thi.ng/transducers": "^8.4.2"
48
+ "@thi.ng/transducers": "^8.4.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.34.4",
@@ -211,5 +211,5 @@
211
211
  ],
212
212
  "year": 2017
213
213
  },
214
- "gitHead": "abcedd9e4e06a4b631f363610eec572f79b571c1\n"
214
+ "gitHead": "3a56bc490f1e68754762a503d06327b5b34ff7eb\n"
215
215
  }