File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
4
4
5
5
6
6
--------
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
8
14
#### Changed
9
15
* Renamed interfaces:
10
16
* ` SyncSettingsWithUp ` -> ` SyncSettingsUp `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lokijs-collections-syncing" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " lokijs-collections syncing to and from a remote data source" ,
5
5
"author" : " TeamworkGuy2" ,
6
6
"homepage" : " https://github.com/TeamworkGuy2/lokijs-collections-syncing" ,
11
11
},
12
12
"dependencies" : {
13
13
"@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 " ,
15
15
"ts-promises" : " ~0.5.2"
16
16
},
17
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments