@itwin/workspace-editor 4.9.0-dev.2 → 4.9.0-dev.20

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.
@@ -514,7 +514,8 @@ Yargs.command({
514
514
  command: "versionDb <dbName>",
515
515
  describe: "make a new version of a WorkspaceDb",
516
516
  builder: {
517
- versionType: { describe: "the type of version to create", default: "patch", string: true, choices: ["major", "minor", "patch"] },
517
+ versionType: { describe: "the type of version to create", default: "patch", string: true, choices: ["major", "minor", "patch", "premajor", "preminor", "prepatch", "prerelease"] },
518
+ includePrerelease: { describe: "version prereleased Db", boolean: true, default: false },
518
519
  },
519
520
  handler: runCommand(versionWorkspaceDb),
520
521
  });
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.9.0-dev.2",
5
+ "version": "4.9.0-dev.20",
6
6
  "bin": {
7
7
  "WorkspaceEditor": "./lib/WorkspaceEditor.js"
8
8
  },
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "glob": "^10.3.12",
19
19
  "yargs": "^17.4.0",
20
- "@itwin/core-bentley": "4.9.0-dev.2",
21
- "@itwin/core-common": "4.9.0-dev.2",
22
- "@itwin/core-backend": "4.9.0-dev.2"
20
+ "@itwin/core-bentley": "4.9.0-dev.20",
21
+ "@itwin/core-common": "4.9.0-dev.20",
22
+ "@itwin/core-backend": "4.9.0-dev.20"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@itwin/eslint-plugin": "^4.0.2",
@@ -31,7 +31,7 @@
31
31
  "mocha": "^10.2.0",
32
32
  "rimraf": "^3.0.2",
33
33
  "typescript": "~5.3.3",
34
- "@itwin/build-tools": "4.9.0-dev.2"
34
+ "@itwin/build-tools": "4.9.0-dev.20"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsc 1>&2",