@thi.ng/csp 2.1.105 → 2.1.107

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-03-07T20:40:47Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
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/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
@@ -163,7 +163,7 @@ class Channel {
163
163
  * output channel is closed too (by default).
164
164
  *
165
165
  * @example
166
- * ```ts
166
+ * ```ts tangle:../export/merge-tuples.ts
167
167
  * import { Channel } from "@thi.ng/csp";
168
168
  *
169
169
  * Channel.mergeTuples([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.105",
3
+ "version": "2.1.107",
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.29",
44
- "@thi.ng/arrays": "^2.8.7",
45
- "@thi.ng/checks": "^3.5.2",
46
- "@thi.ng/dcons": "^3.2.100",
47
- "@thi.ng/errors": "^2.4.20",
48
- "@thi.ng/transducers": "^8.9.11"
43
+ "@thi.ng/api": "^8.9.30",
44
+ "@thi.ng/arrays": "^2.8.9",
45
+ "@thi.ng/checks": "^3.5.3",
46
+ "@thi.ng/dcons": "^3.2.102",
47
+ "@thi.ng/errors": "^2.5.1",
48
+ "@thi.ng/transducers": "^8.9.13"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.40.1",
52
- "esbuild": "^0.20.0",
51
+ "@microsoft/api-extractor": "^7.42.3",
52
+ "esbuild": "^0.20.1",
53
53
  "rimraf": "^5.0.5",
54
- "typedoc": "^0.25.7",
55
- "typescript": "^5.3.3"
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": "69100942474942f7446ac645d59d91e7dfc352f9\n"
107
+ "gitHead": "bc0f3cb07d6f1cab6dbdc5ff57428f5484e711bb\n"
108
108
  }