hinted-tree-merger 4.8.0 → 5.0.0

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/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2021 by arlac77
1
+ Copyright (c) 2019-2022 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/README.md CHANGED
@@ -160,7 +160,7 @@ Returns **any** value without hint
160
160
 
161
161
  ## indexFor
162
162
 
163
- Find best insertion point for b\[i] in a
163
+ Find best insertion point for b\[i] in a.
164
164
 
165
165
  ### Parameters
166
166
 
@@ -170,7 +170,7 @@ Find best insertion point for b\[i] in a
170
170
 
171
171
  ## keyFor
172
172
 
173
- Deliver key value to identify object
173
+ Deliver key value to identify object.
174
174
 
175
175
  ### Parameters
176
176
 
@@ -181,7 +181,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G
181
181
 
182
182
  ## sortObjectsByKeys
183
183
 
184
- Sort keys in source
184
+ Sort keys in source.
185
185
 
186
186
  ### Parameters
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hinted-tree-merger",
3
- "version": "4.8.0",
3
+ "version": "5.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,13 +32,13 @@
32
32
  "lint:docs": "documentation lint ./src/**/*.mjs"
33
33
  },
34
34
  "devDependencies": {
35
- "ava": "^3.15.0",
36
- "c8": "^7.7.3",
35
+ "ava": "^4.0.1",
36
+ "c8": "^7.11.0",
37
37
  "documentation": "^13.2.5",
38
- "semantic-release": "^17.4.4"
38
+ "semantic-release": "^19.0.2"
39
39
  },
40
40
  "engines": {
41
- "node": ">=14.17.1"
41
+ "node": ">=16.14.0"
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",