@thi.ng/csp 2.1.34 → 2.1.36

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-22T21:47:07Z
3
+ - **Last updated**: 2023-02-05T14:42:21Z
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
@@ -265,4 +265,4 @@ If this project contributes to an academic publication, please cite it as:
265
265
 
266
266
  ## License
267
267
 
268
- © 2016 - 2022 Karsten Schmidt // Apache License 2.0
268
+ © 2016 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.34",
3
+ "version": "2.1.36",
4
4
  "description": "ES6 promise based CSP primitives & operations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,20 +38,20 @@
38
38
  "testnode": "tsc -p test && node build/test/node.js"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.6.2",
42
- "@thi.ng/arrays": "^2.5.0",
43
- "@thi.ng/checks": "^3.3.6",
44
- "@thi.ng/dcons": "^3.2.29",
45
- "@thi.ng/errors": "^2.2.7",
46
- "@thi.ng/transducers": "^8.3.29"
41
+ "@thi.ng/api": "^8.7.0",
42
+ "@thi.ng/arrays": "^2.5.2",
43
+ "@thi.ng/checks": "^3.3.8",
44
+ "@thi.ng/dcons": "^3.2.31",
45
+ "@thi.ng/errors": "^2.2.9",
46
+ "@thi.ng/transducers": "^8.3.31"
47
47
  },
48
48
  "devDependencies": {
49
- "@microsoft/api-extractor": "^7.33.7",
50
- "@thi.ng/testament": "^0.3.8",
51
- "rimraf": "^3.0.2",
49
+ "@microsoft/api-extractor": "^7.34.2",
50
+ "@thi.ng/testament": "^0.3.10",
51
+ "rimraf": "^4.1.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.22",
54
- "typescript": "^4.9.4"
53
+ "typedoc": "^0.23.24",
54
+ "typescript": "^4.9.5"
55
55
  },
56
56
  "keywords": [
57
57
  "async",
@@ -102,5 +102,5 @@
102
102
  "status": "deprecated",
103
103
  "year": 2016
104
104
  },
105
- "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
105
+ "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
106
106
  }