@thi.ng/rstream 8.3.3 → 8.3.5

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
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-16T20:01:44Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
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.
package/logger.d.ts CHANGED
@@ -1,2 +1,5 @@
1
+ /**
2
+ * See [thi.ng/logger](https://docs.thi.ng/umbrella/logger/) for usage.
3
+ */
1
4
  export declare const LOGGER: import("@thi.ng/logger/root").ProxyLogger;
2
5
  //# sourceMappingURL=logger.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "8.3.3",
3
+ "version": "8.3.5",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,14 +39,14 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.9.23",
43
- "@thi.ng/arrays": "^2.7.20",
44
- "@thi.ng/associative": "^6.3.38",
45
- "@thi.ng/atom": "^5.2.30",
46
- "@thi.ng/checks": "^3.4.23",
47
- "@thi.ng/errors": "^2.4.16",
48
- "@thi.ng/logger": "^3.0.0",
49
- "@thi.ng/transducers": "^8.9.2"
42
+ "@thi.ng/api": "^8.9.24",
43
+ "@thi.ng/arrays": "^2.8.1",
44
+ "@thi.ng/associative": "^6.3.40",
45
+ "@thi.ng/atom": "^5.2.31",
46
+ "@thi.ng/checks": "^3.4.24",
47
+ "@thi.ng/errors": "^2.4.17",
48
+ "@thi.ng/logger": "^3.0.1",
49
+ "@thi.ng/transducers": "^8.9.4"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.40.1",
@@ -214,5 +214,5 @@
214
214
  ],
215
215
  "year": 2017
216
216
  },
217
- "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
217
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
218
218
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove.d.ts","sourceRoot":"","sources":["../src/internal/remove.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;iBACL,MAAM,GAAG,OAAO;QAChC,SAAS,MAAM,CAAC,YAOrB,CAAC"}