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.11.2] ( N/A ) - 2021-08-30
7
+ ### [ 0.12.0] ( N/A ) - 2020-10-01
8
+ #### Changed
9
+ * Update ` lokijs-collections ` dependency from ` 0.29.* ` to ` 0.30.* `
10
+
11
+
12
+ --------
13
+ ### [ 0.11.2] ( https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/1901211b11eb9d4f5285834af4a9dce0ede6e656 ) - 2021-08-30
8
14
#### Fixed
9
15
* Fix an issue with this package being used by a project that does not have tsconfig 'strict' enabled
10
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lokijs-collections-syncing" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.12.0 " ,
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" ,
10
10
"url" : " https://github.com/TeamworkGuy2/lokijs-collections-syncing.git"
11
11
},
12
12
"dependencies" : {
13
- "lokijs-collections" : " ~0.29 .0" ,
13
+ "lokijs-collections" : " ~0.30 .0" ,
14
14
"ts-promises" : " ~0.8.0"
15
15
},
16
16
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments