@thi.ng/csp 2.1.103 → 2.1.104

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-02T14:05:53Z
3
+ - **Last updated**: 2024-03-07T20:40:47Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.103",
3
+ "version": "2.1.104",
4
4
  "description": "ES6 promise based CSP primitives & operations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,15 +36,16 @@
36
36
  "testasync": "tsc -p test && node build/test/async.js",
37
37
  "testfile": "tsc -p test && node build/test/file.js",
38
38
  "testgraph": "tsc -p test && node build/test/graph.js",
39
- "testnode": "tsc -p test && node build/test/node.js"
39
+ "testnode": "tsc -p test && node build/test/node.js",
40
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
41
  },
41
42
  "dependencies": {
42
- "@thi.ng/api": "^8.9.27",
43
- "@thi.ng/arrays": "^2.8.5",
44
- "@thi.ng/checks": "^3.5.1",
45
- "@thi.ng/dcons": "^3.2.98",
46
- "@thi.ng/errors": "^2.4.19",
47
- "@thi.ng/transducers": "^8.9.9"
43
+ "@thi.ng/api": "^8.9.28",
44
+ "@thi.ng/arrays": "^2.8.6",
45
+ "@thi.ng/checks": "^3.5.2",
46
+ "@thi.ng/dcons": "^3.2.99",
47
+ "@thi.ng/errors": "^2.4.20",
48
+ "@thi.ng/transducers": "^8.9.10"
48
49
  },
49
50
  "devDependencies": {
50
51
  "@microsoft/api-extractor": "^7.40.1",
@@ -103,5 +104,5 @@
103
104
  "status": "deprecated",
104
105
  "year": 2016
105
106
  },
106
- "gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n"
107
+ "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
107
108
  }