Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/objectstoreprovider",
"version": "0.6.30",
"version": "0.6.32",
"description": "A cross-browser object store library",
"author": "Mukundan Kavanur Kidambi <mukav@microsoft.com>",
"scripts": {
Expand All @@ -25,7 +25,8 @@
"@collectable/core": "^5.0.1",
"@collectable/red-black-tree": "^5.0.1",
"lodash": "^4.17.21",
"regexp-i18n": "^1.3.2"
"regexp-i18n": "^1.3.2",
"sorted-btree": "^1.5.0"
},
"sideEffects": [
"./src/Promise.ts"
Expand Down
Loading