@itwin/workspace-editor 4.10.0-dev.9 → 4.10.0
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.
- package/lib/WorkspaceEditor.js +1 -1
- package/package.json +9 -9
package/lib/WorkspaceEditor.js
CHANGED
|
@@ -15,7 +15,7 @@ const WorkspaceImpl_1 = require("@itwin/core-backend/lib/cjs/internal/workspace/
|
|
|
15
15
|
const core_bentley_1 = require("@itwin/core-bentley");
|
|
16
16
|
const core_common_1 = require("@itwin/core-common");
|
|
17
17
|
// cspell:ignore nodir nocase
|
|
18
|
-
/* eslint-disable id-
|
|
18
|
+
/* eslint-disable id-denylist,no-console */
|
|
19
19
|
/** Currently executing an "@" script? */
|
|
20
20
|
let wsEditor;
|
|
21
21
|
async function askQuestion(query) {
|
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.10.0
|
|
5
|
+
"version": "4.10.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"WorkspaceEditor": "./lib/WorkspaceEditor.js"
|
|
8
8
|
},
|
|
@@ -17,28 +17,28 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"glob": "^10.3.12",
|
|
19
19
|
"yargs": "^17.4.0",
|
|
20
|
-
"@itwin/core-bentley": "4.10.0
|
|
21
|
-
"@itwin/core-common": "4.10.0
|
|
22
|
-
"@itwin/core-backend": "4.10.0
|
|
20
|
+
"@itwin/core-bentley": "4.10.0",
|
|
21
|
+
"@itwin/core-common": "4.10.0",
|
|
22
|
+
"@itwin/core-backend": "4.10.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@itwin/eslint-plugin": "
|
|
25
|
+
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
26
26
|
"@types/chai": "4.3.1",
|
|
27
27
|
"@types/mocha": "^10.0.6",
|
|
28
28
|
"@types/yargs": "17.0.19",
|
|
29
29
|
"@types/glob": "^5.0.35",
|
|
30
|
-
"eslint": "^
|
|
30
|
+
"eslint": "^9.13.0",
|
|
31
31
|
"mocha": "^10.2.0",
|
|
32
32
|
"rimraf": "^3.0.2",
|
|
33
|
-
"typescript": "~5.
|
|
34
|
-
"@itwin/build-tools": "4.10.0
|
|
33
|
+
"typescript": "~5.6.2",
|
|
34
|
+
"@itwin/build-tools": "4.10.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "tsc 1>&2",
|
|
38
38
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
39
39
|
"cover": "",
|
|
40
40
|
"docs": "",
|
|
41
|
-
"lint": "eslint
|
|
41
|
+
"lint": "eslint \"./src/**/*.ts\" 1>&2",
|
|
42
42
|
"test": ""
|
|
43
43
|
}
|
|
44
44
|
}
|