@thi.ng/csp 2.1.3 → 2.1.6

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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-04-07T14:17:30Z
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
@@ -268,4 +268,4 @@ If this project contributes to an academic publication, please cite it as:
268
268
 
269
269
  ## License
270
270
 
271
- © 2016 - 2021 Karsten Schmidt // Apache Software License 2.0
271
+ © 2016 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.3",
3
+ "version": "2.1.6",
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.3.3",
42
- "@thi.ng/arrays": "^2.1.3",
43
- "@thi.ng/checks": "^3.1.3",
44
- "@thi.ng/dcons": "^3.1.3",
45
- "@thi.ng/errors": "^2.1.3",
46
- "@thi.ng/transducers": "^8.1.3"
41
+ "@thi.ng/api": "^8.3.5",
42
+ "@thi.ng/arrays": "^2.2.1",
43
+ "@thi.ng/checks": "^3.1.5",
44
+ "@thi.ng/dcons": "^3.2.1",
45
+ "@thi.ng/errors": "^2.1.5",
46
+ "@thi.ng/transducers": "^8.3.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@microsoft/api-extractor": "^7.19.2",
50
- "@thi.ng/testament": "^0.2.3",
49
+ "@microsoft/api-extractor": "^7.19.4",
50
+ "@thi.ng/testament": "^0.2.5",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.22.10",
54
- "typescript": "^4.5.3"
53
+ "typedoc": "^0.22.13",
54
+ "typescript": "^4.6.2"
55
55
  },
56
56
  "keywords": [
57
57
  "async",
@@ -77,22 +77,22 @@
77
77
  ],
78
78
  "exports": {
79
79
  ".": {
80
- "import": "./index.js"
80
+ "default": "./index.js"
81
81
  },
82
82
  "./api": {
83
- "import": "./api.js"
83
+ "default": "./api.js"
84
84
  },
85
85
  "./buffer": {
86
- "import": "./buffer.js"
86
+ "default": "./buffer.js"
87
87
  },
88
88
  "./channel": {
89
- "import": "./channel.js"
89
+ "default": "./channel.js"
90
90
  },
91
91
  "./mult": {
92
- "import": "./mult.js"
92
+ "default": "./mult.js"
93
93
  },
94
94
  "./pubsub": {
95
- "import": "./pubsub.js"
95
+ "default": "./pubsub.js"
96
96
  }
97
97
  },
98
98
  "thi.ng": {
@@ -102,5 +102,5 @@
102
102
  "status": "deprecated",
103
103
  "year": 2016
104
104
  },
105
- "gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n"
105
+ "gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
106
106
  }