@thi.ng/rstream 8.2.16 → 8.2.17

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "8.2.16",
3
+ "version": "8.2.17",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,13 +40,13 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.9.14",
43
- "@thi.ng/arrays": "^2.7.10",
44
- "@thi.ng/associative": "^6.3.26",
43
+ "@thi.ng/arrays": "^2.7.11",
44
+ "@thi.ng/associative": "^6.3.27",
45
45
  "@thi.ng/atom": "^5.2.20",
46
46
  "@thi.ng/checks": "^3.4.14",
47
47
  "@thi.ng/errors": "^2.4.8",
48
48
  "@thi.ng/logger": "^2.1.1",
49
- "@thi.ng/transducers": "^8.8.17"
49
+ "@thi.ng/transducers": "^8.8.18"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.38.3",
@@ -214,5 +214,5 @@
214
214
  ],
215
215
  "year": 2017
216
216
  },
217
- "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
217
+ "gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
218
218
  }