@thi.ng/csp 2.1.31 → 2.1.33

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**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-22T21:47: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/README.md CHANGED
@@ -23,7 +23,7 @@ This project is part of the
23
23
 
24
24
  ## About
25
25
 
26
- ES6 promise based CSP primitives & operations
26
+ ES6 promise based CSP primitives & operations.
27
27
 
28
28
  - `Channel` with/without buffering and/or
29
29
  [transducers](https://github.com/thi-ng/umbrella/blob/develop/packages/transducers)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.31",
3
+ "version": "2.1.33",
4
4
  "description": "ES6 promise based CSP primitives & operations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,16 +38,16 @@
38
38
  "testnode": "tsc -p test && node build/test/node.js"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.6.0",
42
- "@thi.ng/arrays": "^2.4.5",
43
- "@thi.ng/checks": "^3.3.5",
44
- "@thi.ng/dcons": "^3.2.26",
45
- "@thi.ng/errors": "^2.2.6",
46
- "@thi.ng/transducers": "^8.3.26"
41
+ "@thi.ng/api": "^8.6.2",
42
+ "@thi.ng/arrays": "^2.4.7",
43
+ "@thi.ng/checks": "^3.3.6",
44
+ "@thi.ng/dcons": "^3.2.28",
45
+ "@thi.ng/errors": "^2.2.7",
46
+ "@thi.ng/transducers": "^8.3.28"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.33.7",
50
- "@thi.ng/testament": "^0.3.7",
50
+ "@thi.ng/testament": "^0.3.8",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
53
  "typedoc": "^0.23.22",
@@ -102,5 +102,5 @@
102
102
  "status": "deprecated",
103
103
  "year": 2016
104
104
  },
105
- "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
105
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
106
106
  }