@itwin/workspace-editor 4.1.0-dev.5 → 4.1.0-dev.7

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.
@@ -318,7 +318,7 @@ async function initializeWorkspace(args) {
318
318
  return;
319
319
  }
320
320
  const container = core_backend_1.CloudSqlite.createCloudContainer(args);
321
- container.initializeContainer({ checksumBlockNames: true });
321
+ container.initializeContainer({ checksumBlockNames: true, blockSize: 4 * 1024 * 1024 });
322
322
  showMessage(`container "${args.containerId} initialized`);
323
323
  }
324
324
  /** purge unused (garbage) blocks from a WorkspaceContainer. */
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": "4.1.0-dev.5",
5
+ "version": "4.1.0-dev.7",
6
6
  "bin": {
7
7
  "WorkspaceEditor": "./lib/WorkspaceEditor.js"
8
8
  },
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "glob": "^7.1.2",
19
19
  "yargs": "^17.4.0",
20
- "@itwin/core-bentley": "4.1.0-dev.5",
21
- "@itwin/core-common": "4.1.0-dev.5",
22
- "@itwin/core-backend": "4.1.0-dev.5"
20
+ "@itwin/core-bentley": "4.1.0-dev.7",
21
+ "@itwin/core-common": "4.1.0-dev.7",
22
+ "@itwin/core-backend": "4.1.0-dev.7"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
@@ -31,7 +31,7 @@
31
31
  "mocha": "^10.0.0",
32
32
  "rimraf": "^3.0.2",
33
33
  "typescript": "~5.0.2",
34
- "@itwin/build-tools": "4.1.0-dev.5"
34
+ "@itwin/build-tools": "4.1.0-dev.7"
35
35
  },
36
36
  "eslintConfig": {
37
37
  "plugins": [