@thi.ng/rstream-csp 3.1.216 → 3.1.218

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/README.md +13 -12
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/rstream-csp](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-rstream-csp.svg?6dc32d19)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/rstream-csp](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-rstream-csp.svg?6dc32d19)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/rstream-csp.svg)](https://www.npmjs.com/package/@thi.ng/rstream-csp)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/rstream-csp.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -26,20 +27,20 @@
26
27
  ## About
27
28
 
28
29
  Adapter bridge between async [CSP
29
- channels](https://github.com/thi-ng/umbrella/tree/develop/packages/csp)
30
+ channels](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/csp)
30
31
  and synchronous stream subscriptions/transformations of
31
- [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream).
32
+ [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream).
32
33
 
33
34
  ## Status
34
35
 
35
36
  **STABLE** - used in production
36
37
 
37
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Brstream-csp%5D+in%3Atitle)
38
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Brstream-csp%5D)
38
39
 
39
40
  ## Related packages
40
41
 
41
- - [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
42
- - [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
42
+ - [@thi.ng/csp](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/csp) - Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
43
+ - [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
43
44
 
44
45
  ## Installation
45
46
 
@@ -71,8 +72,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 235 bytes
71
72
 
72
73
  ## Dependencies
73
74
 
74
- - [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp)
75
- - [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
75
+ - [@thi.ng/csp](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/csp)
76
+ - [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
76
77
 
77
78
  ## API
78
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-csp",
3
- "version": "3.1.216",
3
+ "version": "3.1.218",
4
4
  "description": "@thi.ng/csp bridge module for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/rstream-csp"
13
13
  },
14
14
  "homepage": "https://thi.ng/rstream-csp",
@@ -40,12 +40,12 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/csp": "^3.3.19",
44
- "@thi.ng/rstream": "^9.4.1"
43
+ "@thi.ng/csp": "^3.3.21",
44
+ "@thi.ng/rstream": "^9.5.0"
45
45
  },
46
46
  "devDependencies": {
47
- "esbuild": "^0.27.2",
48
- "typedoc": "^0.28.16",
47
+ "esbuild": "^0.28.0",
48
+ "typedoc": "^0.28.18",
49
49
  "typescript": "^5.9.3"
50
50
  },
51
51
  "keywords": [
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "year": 2018
82
82
  },
83
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
83
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
84
84
  }