Skip to content

Commit 4ab2b8e

Browse files
committed
0.8.1 - Update 'lokijs-collections' dependency from github url to npm.
1 parent 7c4cac2 commit 4ab2b8e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
### [0.8.0](N/A) - 2019-11-09
7+
### [0.8.1](N/A) - 2020-08-12
8+
#### Changed
9+
* Update `lokijs-collections` dependency from github URL to new npm version number
10+
11+
12+
--------
13+
### [0.8.0](https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/7c4cac2c647bb8cf5d46d87c881046bfb26eb814) - 2019-11-09
814
#### Changed
915
* Renamed interfaces:
1016
* `SyncSettingsWithUp` -> `SyncSettingsUp`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lokijs-collections-syncing",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "lokijs-collections syncing to and from a remote data source",
55
"author": "TeamworkGuy2",
66
"homepage": "https://github.com/TeamworkGuy2/lokijs-collections-syncing",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@types/q": "~1.5.1",
14-
"lokijs-collections": "https://github.com/TeamworkGuy2/lokijs-collections/archive/v0.25.2.tar.gz",
14+
"lokijs-collections": "~0.26.1",
1515
"ts-promises": "~0.5.2"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)