core-3nweb-client-lib 0.30.2 → 0.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,8 +88,12 @@ class ObjFolders {
88
88
  throw new Error(`Missing a can-move predicate when generations are present`);
89
89
  }
90
90
  this.generationsFolder = (0, path_1.join)(this.path, GENERATIONS_DIR);
91
- this.rotationsProc = new RotationsProc(this.accessFolder, this.generationsFolder, this.generations, this.syncProcs, canMove, this.saveCfg, this.logError);
92
- this.rotationsProc.scheduleStart(10 * 60);
91
+ // XXX rotation process is disabled, till its error is fixed
92
+ // this.rotationsProc = new RotationsProc(
93
+ // this.accessFolder, this.generationsFolder,
94
+ // this.generations, this.syncProcs, canMove, this.saveCfg,
95
+ // this.logError);
96
+ // this.rotationsProc.scheduleStart(10*60);
93
97
  }
94
98
  Object.freeze(this);
95
99
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-3nweb-client-lib",
3
- "version": "0.30.2",
3
+ "version": "0.30.3",
4
4
  "description": "3NWeb client core library, embeddable into different environments",
5
5
  "main": "build/lib-index.js",
6
6
  "types": "build/lib-index.d.ts",