@live-change/flatten-interval-tree 0.9.160 → 0.9.162

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/flatten-interval-tree",
3
- "version": "0.9.160",
3
+ "version": "0.9.162",
4
4
  "description": "Interval search tree - this is a fork of the original project that support strings as keys.",
5
5
  "author": "Michał Łaszczewski <michal@lasczewski.pl>",
6
6
  "contributors": [
@@ -48,5 +48,5 @@
48
48
  "nyc": "^14.1.1",
49
49
  "rollup": "^1.6.0"
50
50
  },
51
- "gitHead": "b06d1855159b9e28917b97b59acb1ba0f5b7a4c8"
51
+ "gitHead": "59cd1485ca6d76bd87a6634a92d6e661e5803d5e"
52
52
  }