File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
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.1] ( N/A ) - 2020-08-12
7
+ ### [ 0.9.0] ( N/A ) - 2020-09-05
8
+ #### Changed
9
+ * Update to TypeScript 4.0
10
+
11
+
12
+ --------
13
+ ### [ 0.8.1] ( https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/4ab2b8ea48a7740c64f3d1e4375a5aaedd0734c5 ) - 2020-08-12
8
14
#### Changed
9
15
* Update ` lokijs-collections ` dependency from github URL to new npm version number
10
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lokijs-collections-syncing" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.9.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" ,
11
11
},
12
12
"dependencies" : {
13
13
"@types/q" : " ~1.5.1" ,
14
- "lokijs-collections" : " ~0.26.1 " ,
15
- "ts-promises" : " ~0.5.2 "
14
+ "lokijs-collections" : " ~0.27.0 " ,
15
+ "ts-promises" : " ~0.6.0 "
16
16
},
17
17
"devDependencies" : {
18
18
"@types/chai" : " ~4.2.4" ,
19
19
"@types/mocha" : " ~5.2.7" ,
20
20
"chai" : " ~4.2.0" ,
21
21
"mocha" : " ~5.2.0" ,
22
- "typescript" : " ~3.7 .2"
22
+ "typescript" : " ~4.0 .2"
23
23
},
24
24
"scripts" : {
25
25
"test" : " node node_modules/mocha/bin/_mocha -u tdd --recursive" ,
Original file line number Diff line number Diff line change 5
5
"lib" : [ " es2017" ],
6
6
"module" : " commonjs" ,
7
7
"noEmitOnError" : true ,
8
+ "noImplicitAny" : true ,
8
9
"noImplicitReturns" : true ,
10
+ "noImplicitThis" : true ,
9
11
"removeComments" : false ,
10
12
"sourceMap" : false ,
11
13
"strict" : true ,
You can’t perform that action at this time.
0 commit comments