@thi.ng/csp 2.1.104 → 2.1.106
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/channel.d.ts +1 -1
- package/channel.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/channel.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class Channel<T> implements IReadWriteableChannel<T> {
|
|
|
80
80
|
* output channel is closed too (by default).
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
|
-
* ```ts
|
|
83
|
+
* ```ts tangle:../export/merge-tuples.ts
|
|
84
84
|
* import { Channel } from "@thi.ng/csp";
|
|
85
85
|
*
|
|
86
86
|
* Channel.mergeTuples([
|
package/channel.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/csp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.106",
|
|
4
4
|
"description": "ES6 promise based CSP primitives & operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.9.
|
|
44
|
-
"@thi.ng/arrays": "^2.8.
|
|
45
|
-
"@thi.ng/checks": "^3.5.
|
|
46
|
-
"@thi.ng/dcons": "^3.2.
|
|
47
|
-
"@thi.ng/errors": "^2.
|
|
48
|
-
"@thi.ng/transducers": "^8.9.
|
|
43
|
+
"@thi.ng/api": "^8.9.30",
|
|
44
|
+
"@thi.ng/arrays": "^2.8.8",
|
|
45
|
+
"@thi.ng/checks": "^3.5.3",
|
|
46
|
+
"@thi.ng/dcons": "^3.2.101",
|
|
47
|
+
"@thi.ng/errors": "^2.5.0",
|
|
48
|
+
"@thi.ng/transducers": "^8.9.12"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.
|
|
52
|
-
"esbuild": "^0.20.
|
|
51
|
+
"@microsoft/api-extractor": "^7.42.3",
|
|
52
|
+
"esbuild": "^0.20.1",
|
|
53
53
|
"rimraf": "^5.0.5",
|
|
54
|
-
"typedoc": "^0.25.
|
|
55
|
-
"typescript": "^5.
|
|
54
|
+
"typedoc": "^0.25.12",
|
|
55
|
+
"typescript": "^5.4.2"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"async",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"status": "deprecated",
|
|
105
105
|
"year": 2016
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
|
|
108
108
|
}
|