@thi.ng/rstream-csp 3.1.33 → 3.1.34
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 +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export interface FromChannelOpts extends CommonOpts {
|
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* Returns a stream of values received from given
|
|
15
|
-
*
|
|
15
|
+
* [`Channel`](https://docs.thi.ng/umbrella/csp/classes/Channel.html).
|
|
16
16
|
*
|
|
17
17
|
* @param src -
|
|
18
18
|
* @param opts -
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { LOGGER } from "@thi.ng/rstream/logger";
|
|
|
2
2
|
import { Stream } from "@thi.ng/rstream/stream";
|
|
3
3
|
/**
|
|
4
4
|
* Returns a stream of values received from given
|
|
5
|
-
*
|
|
5
|
+
* [`Channel`](https://docs.thi.ng/umbrella/csp/classes/Channel.html).
|
|
6
6
|
*
|
|
7
7
|
* @param src -
|
|
8
8
|
* @param opts -
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-csp",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.34",
|
|
4
4
|
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/csp": "^2.1.
|
|
38
|
-
"@thi.ng/rstream": "^7.2.
|
|
37
|
+
"@thi.ng/csp": "^2.1.32",
|
|
38
|
+
"@thi.ng/rstream": "^7.2.32"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-extractor": "^7.33.7",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
],
|
|
77
77
|
"year": 2018
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
|
|
80
80
|
}
|