@thi.ng/equiv 1.0.41 → 1.0.45

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 +25 -1
  2. package/package.json +3 -15
package/CHANGELOG.md CHANGED
@@ -3,7 +3,31 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.0.41](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.40...@thi.ng/equiv@1.0.41) (2021-03-12)
6
+ ## [1.0.45](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.44...@thi.ng/equiv@1.0.45) (2021-08-08)
7
+
8
+ **Note:** Version bump only for package @thi.ng/equiv
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.0.44](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.43...@thi.ng/equiv@1.0.44) (2021-08-08)
15
+
16
+ **Note:** Version bump only for package @thi.ng/equiv
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.0.43](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.42...@thi.ng/equiv@1.0.43) (2021-07-01)
23
+
24
+ **Note:** Version bump only for package @thi.ng/equiv
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.0.42](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.41...@thi.ng/equiv@1.0.42) (2021-06-08)
7
31
 
8
32
  **Note:** Version bump only for package @thi.ng/equiv
9
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/equiv",
3
- "version": "1.0.41",
3
+ "version": "1.0.45",
4
4
  "description": "Extensible deep value equivalence checking for any data types",
5
5
  "module": "./index.js",
6
6
  "main": "./lib/index.js",
@@ -33,22 +33,10 @@
33
33
  "cover": "nyc mocha test && nyc report --reporter=lcov",
34
34
  "clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib",
35
35
  "doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
36
- "doc": "node_modules/.bin/typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
36
+ "doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
37
37
  "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
38
38
  "pub": "yarn build:release && yarn publish --access public"
39
39
  },
40
- "devDependencies": {
41
- "@istanbuljs/nyc-config-typescript": "^1.0.1",
42
- "@microsoft/api-extractor": "^7.13.1",
43
- "@types/mocha": "^8.2.0",
44
- "@types/node": "^14.14.14",
45
- "benchmark": "^2.1.4",
46
- "mocha": "^8.3.0",
47
- "nyc": "^15.1.0",
48
- "ts-node": "^9.1.1",
49
- "typedoc": "^0.20.30",
50
- "typescript": "^4.2.3"
51
- },
52
40
  "files": [
53
41
  "*.js",
54
42
  "*.d.ts",
@@ -70,5 +58,5 @@
70
58
  "setTimeout": false
71
59
  },
72
60
  "sideEffects": false,
73
- "gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0"
61
+ "gitHead": "538019e9d8ca6c5fee4754af93ad454c0674dc72"
74
62
  }