@itwin/workspace-editor 4.6.0-dev.21 → 4.6.0-dev.23

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.
@@ -512,7 +512,7 @@ Yargs.command({
512
512
  });
513
513
  Yargs.command({
514
514
  command: "prefetchDb <dbName>",
515
- describe: false,
515
+ describe: false, // "prefetch a WorkspaceDb from a cloud container",
516
516
  handler: runCommand(preFetchWorkspaceDb),
517
517
  });
518
518
  Yargs.command({
@@ -560,7 +560,7 @@ Yargs.command({
560
560
  });
561
561
  Yargs.command({
562
562
  command: "detachWorkspace",
563
- describe: false,
563
+ describe: false, // "detach a WorkspaceContainer from the local cache",
564
564
  handler: runCommand(detachWorkspace),
565
565
  });
566
566
  Yargs.command({
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.6.0-dev.21",
5
+ "version": "4.6.0-dev.23",
6
6
  "bin": {
7
7
  "WorkspaceEditor": "./lib/WorkspaceEditor.js"
8
8
  },
@@ -17,12 +17,12 @@
17
17
  "dependencies": {
18
18
  "glob": "^10.3.12",
19
19
  "yargs": "^17.4.0",
20
- "@itwin/core-bentley": "4.6.0-dev.21",
21
- "@itwin/core-backend": "4.6.0-dev.21",
22
- "@itwin/core-common": "4.6.0-dev.21"
20
+ "@itwin/core-bentley": "4.6.0-dev.23",
21
+ "@itwin/core-common": "4.6.0-dev.23",
22
+ "@itwin/core-backend": "4.6.0-dev.23"
23
23
  },
24
24
  "devDependencies": {
25
- "@itwin/eslint-plugin": "4.0.0-dev.44",
25
+ "@itwin/eslint-plugin": "4.0.0-dev.52",
26
26
  "@types/chai": "4.3.1",
27
27
  "@types/mocha": "^10.0.6",
28
28
  "@types/yargs": "17.0.19",
@@ -30,8 +30,8 @@
30
30
  "eslint": "^8.44.0",
31
31
  "mocha": "^10.2.0",
32
32
  "rimraf": "^3.0.2",
33
- "typescript": "~5.0.2",
34
- "@itwin/build-tools": "4.6.0-dev.21"
33
+ "typescript": "~5.3.3",
34
+ "@itwin/build-tools": "4.6.0-dev.23"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc 1>&2",