File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
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.7.9] ( N/A ) - 2019-06-18
7
+ ### [ 0.7.10] ( N/A ) - 2019-11-08
8
+ #### Changed
9
+ * Update to TypeScript 3.7
10
+
11
+
12
+ --------
13
+ ### [ 0.7.9] ( https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/a1e37a078a10b7435d43323946d3d81f490d07e9 ) - 2019-06-18
8
14
#### Changed
9
15
* Update dependency ` lokijs-collections@0.25.1 ` for persister fixes
10
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lokijs-collections-syncing" ,
3
- "version" : " 0.7.9 " ,
3
+ "version" : " 0.7.10 " ,
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.1 .tar.gz" ,
15
- "ts-promises" : " ~0.5.0 "
14
+ "lokijs-collections" : " https://github.com/TeamworkGuy2/lokijs-collections/archive/v0.25.2 .tar.gz" ,
15
+ "ts-promises" : " ~0.5.2 "
16
16
},
17
17
"devDependencies" : {
18
- "@types/chai" : " ~4.1.7 " ,
19
- "@types/mocha" : " ~5.2.5 " ,
18
+ "@types/chai" : " ~4.2.4 " ,
19
+ "@types/mocha" : " ~5.2.7 " ,
20
20
"chai" : " ~4.2.0" ,
21
21
"mocha" : " ~5.2.0" ,
22
- "typescript" : " ~3.5 .2"
22
+ "typescript" : " ~3.7 .2"
23
23
},
24
24
"scripts" : {
25
25
"test" : " node node_modules/mocha/bin/_mocha -u tdd --recursive" ,
You can’t perform that action at this time.
0 commit comments