@thi.ng/equiv 2.1.1 → 2.1.4

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**: 2021-11-19T07:59:50Z
3
+ - **Last updated**: 2022-03-11T12:13:49Z
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
@@ -133,4 +133,4 @@ If this project contributes to an academic publication, please cite it as:
133
133
 
134
134
  ## License
135
135
 
136
- © 2016 - 2021 Karsten Schmidt // Apache Software License 2.0
136
+ © 2016 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/equiv",
3
- "version": "2.1.1",
3
+ "version": "2.1.4",
4
4
  "description": "Extensible deep value equivalence checking for any data types",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,12 +34,12 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "devDependencies": {
37
- "@microsoft/api-extractor": "^7.18.19",
38
- "@thi.ng/testament": "^0.2.1",
37
+ "@microsoft/api-extractor": "^7.19.4",
38
+ "@thi.ng/testament": "^0.2.4",
39
39
  "rimraf": "^3.0.2",
40
40
  "tools": "^0.0.1",
41
- "typedoc": "^0.22.9",
42
- "typescript": "^4.5.2"
41
+ "typedoc": "^0.22.13",
42
+ "typescript": "^4.6.2"
43
43
  },
44
44
  "keywords": [
45
45
  "array",
@@ -68,5 +68,5 @@
68
68
  "import": "./index.js"
69
69
  }
70
70
  },
71
- "gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n"
71
+ "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
72
72
  }