@itwin/workspace-editor 3.4.0-dev.56 → 3.4.0-dev.57

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.
@@ -428,7 +428,7 @@ function runCommand(cmd) {
428
428
  if (true === args.logging) {
429
429
  core_bentley_1.Logger.initializeToConsole();
430
430
  core_bentley_1.Logger.setLevel("CloudSqlite", core_bentley_1.LogLevel.Trace);
431
- (_a = core_backend_1.IModelHost.appWorkspace.cloudCache) === null || _a === void 0 ? void 0 : _a.setLogMask(0xff);
431
+ (_a = core_backend_1.IModelHost.appWorkspace.cloudCache) === null || _a === void 0 ? void 0 : _a.setLogMask(core_backend_1.CloudSqlite.LoggingMask.All);
432
432
  logTimer = setInterval(() => flushLog(), 250); // logging from other threads is buffered. This causes it to appear every 1/4 second.
433
433
  }
434
434
  await cmd(args);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@itwin/workspace-editor",
3
3
  "license": "MIT",
4
4
  "main": "lib/WorkspaceEditor.js",
5
- "version": "3.4.0-dev.56",
5
+ "version": "3.4.0-dev.57",
6
6
  "bin": {
7
7
  "WorkspaceEditor": "./lib/WorkspaceEditor.js"
8
8
  },
@@ -14,15 +14,15 @@
14
14
  "url": "https://github.com/iTwin/itwinjs-core/tree/master/utils/workspace-editor"
15
15
  },
16
16
  "dependencies": {
17
- "@itwin/core-bentley": "3.4.0-dev.56",
18
- "@itwin/core-common": "3.4.0-dev.56",
19
- "@itwin/core-backend": "3.4.0-dev.56",
17
+ "@itwin/core-bentley": "3.4.0-dev.57",
18
+ "@itwin/core-common": "3.4.0-dev.57",
19
+ "@itwin/core-backend": "3.4.0-dev.57",
20
20
  "glob": "^7.1.2",
21
21
  "yargs": "^17.4.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "3.4.0-dev.56",
25
- "@itwin/eslint-plugin": "3.4.0-dev.56",
24
+ "@itwin/build-tools": "3.4.0-dev.57",
25
+ "@itwin/eslint-plugin": "3.4.0-dev.57",
26
26
  "@types/chai": "4.3.1",
27
27
  "@types/mocha": "^8.2.2",
28
28
  "@types/yargs": "^17.0.10",