@thi.ng/csp 2.1.23 → 2.1.24

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.23",
3
+ "version": "2.1.24",
4
4
  "description": "ES6 promise based CSP primitives & operations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@thi.ng/api": "^8.4.3",
42
- "@thi.ng/arrays": "^2.3.9",
43
- "@thi.ng/checks": "^3.3.0",
44
- "@thi.ng/dcons": "^3.2.18",
42
+ "@thi.ng/arrays": "^2.3.10",
43
+ "@thi.ng/checks": "^3.3.1",
44
+ "@thi.ng/dcons": "^3.2.19",
45
45
  "@thi.ng/errors": "^2.2.2",
46
- "@thi.ng/transducers": "^8.3.18"
46
+ "@thi.ng/transducers": "^8.3.19"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.31.1",
@@ -102,5 +102,5 @@
102
102
  "status": "deprecated",
103
103
  "year": 2016
104
104
  },
105
- "gitHead": "612b1b0bdf442473f04c2edac3012975a6ca28bb\n"
105
+ "gitHead": "cc61bc0a890288bea00b8df81ffd73bc4851ffd3\n"
106
106
  }