File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " switcher-client" ,
3- "version" : " 4.1.0 " ,
3+ "version" : " 4.1.1 " ,
44 "description" : " Client JS SDK for working with Switcher-API" ,
55 "main" : " ./switcher-client.js" ,
66 "type" : " module" ,
3030 " src/"
3131 ],
3232 "devDependencies" : {
33- "@babel/eslint-parser" : " ^7.24.5 " ,
34- "@typescript-eslint/eslint-plugin" : " ^7.8 .0" ,
35- "@typescript-eslint/parser" : " ^7.8 .0" ,
33+ "@babel/eslint-parser" : " ^7.24.6 " ,
34+ "@typescript-eslint/eslint-plugin" : " ^7.12 .0" ,
35+ "@typescript-eslint/parser" : " ^7.12 .0" ,
3636 "c8" : " ^9.1.0" ,
3737 "chai" : " ^5.1.1" ,
3838 "eslint" : " ^8.57.0" ,
3939 "mocha" : " ^10.4.0" ,
4040 "mocha-sonarqube-reporter" : " ^1.0.2" ,
41- "sinon" : " ^17 .0.2 "
41+ "sinon" : " ^18 .0.0 "
4242 },
4343 "repository" : {
4444 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export default class SnapshotAutoUpdater {
1111 const updated = await checkSnapshot ( ) ;
1212 success ( updated ) ;
1313 } catch ( err ) {
14- this . terminate ( ) ;
1514 reject ( err ) ;
1615 }
1716 } , interval * 1000 ) ;
You can’t perform that action at this time.
0 commit comments