File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-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.10.0] ( N/A ) - 2021-03-16
7
+ ### [ 0.11.0] ( N/A ) - 2021-06-12
8
+ #### Changed
9
+ * Update to TypeScript 4.3
10
+
11
+
12
+ --------
13
+ ### [ 0.10.0] ( https://github.com/TeamworkGuy2/lokijs-collections-syncing/commit/99134a2b9187bbc71c7709c46dcc0b7a8818a0dd ) - 2021-03-16
8
14
#### Changed
9
15
* Update dependencies for ` Q ` removal
10
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lokijs-collections-syncing" ,
3
- "version" : " 0.10 .0" ,
3
+ "version" : " 0.11 .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.28 .0" ,
14
- "ts-promises" : " ~0.7 .0"
13
+ "lokijs-collections" : " ~0.29 .0" ,
14
+ "ts-promises" : " ~0.8 .0"
15
15
},
16
16
"devDependencies" : {
17
17
"@types/chai" : " ~4.2.4" ,
18
18
"@types/mocha" : " ~5.2.7" ,
19
19
"chai" : " ~4.2.0" ,
20
20
"mocha" : " ~5.2.0" ,
21
- "typescript" : " ~4.0 .2"
21
+ "typescript" : " ~4.3 .2"
22
22
},
23
23
"scripts" : {
24
24
"test" : " node node_modules/mocha/bin/_mocha -u tdd --recursive" ,
You can’t perform that action at this time.
0 commit comments