@itwin/editor-frontend 5.0.0-dev.79 → 5.0.0-dev.82
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/CHANGELOG.md +11 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Change Log - @itwin/editor-frontend
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 11 Mar 2025 15:27:53 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.10.10
|
|
6
|
+
Tue, 11 Mar 2025 15:25:11 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.10.9
|
|
11
|
+
Tue, 11 Mar 2025 05:17:33 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 4.10.8
|
|
6
16
|
Thu, 06 Mar 2025 14:13:37 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/editor-frontend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.82",
|
|
4
4
|
"description": "iTwin.js frontend components",
|
|
5
5
|
"main": "lib/cjs/editor-frontend.js",
|
|
6
6
|
"module": "lib/esm/editor-frontend.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@itwin/
|
|
27
|
-
"@itwin/
|
|
28
|
-
"@itwin/core-
|
|
29
|
-
"@itwin/core-
|
|
30
|
-
"@itwin/core-geometry": "5.0.0-dev.
|
|
26
|
+
"@itwin/core-common": "5.0.0-dev.82",
|
|
27
|
+
"@itwin/appui-abstract": "5.0.0-dev.82",
|
|
28
|
+
"@itwin/core-frontend": "5.0.0-dev.82",
|
|
29
|
+
"@itwin/core-bentley": "5.0.0-dev.82",
|
|
30
|
+
"@itwin/core-geometry": "5.0.0-dev.82"
|
|
31
31
|
},
|
|
32
32
|
"//devDependencies": [
|
|
33
33
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
|
@@ -35,30 +35,30 @@
|
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
38
|
-
"cpx2": "^
|
|
38
|
+
"cpx2": "^8.0.0",
|
|
39
39
|
"eslint": "^9.13.0",
|
|
40
|
-
"rimraf": "^
|
|
40
|
+
"rimraf": "^6.0.1",
|
|
41
41
|
"typescript": "~5.6.2",
|
|
42
|
-
"@itwin/
|
|
43
|
-
"@itwin/
|
|
44
|
-
"@itwin/
|
|
45
|
-
"@itwin/core-bentley": "5.0.0-dev.
|
|
46
|
-
"@itwin/core-
|
|
47
|
-
"@itwin/core-
|
|
48
|
-
"@itwin/core-geometry": "5.0.0-dev.
|
|
42
|
+
"@itwin/build-tools": "5.0.0-dev.82",
|
|
43
|
+
"@itwin/appui-abstract": "5.0.0-dev.82",
|
|
44
|
+
"@itwin/certa": "5.0.0-dev.82",
|
|
45
|
+
"@itwin/core-bentley": "5.0.0-dev.82",
|
|
46
|
+
"@itwin/core-common": "5.0.0-dev.82",
|
|
47
|
+
"@itwin/core-frontend": "5.0.0-dev.82",
|
|
48
|
+
"@itwin/core-geometry": "5.0.0-dev.82"
|
|
49
49
|
},
|
|
50
50
|
"//dependencies": [
|
|
51
51
|
"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
|
|
52
52
|
"NOTE: editor-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itwin/editor-common": "5.0.0-dev.
|
|
55
|
+
"@itwin/editor-common": "5.0.0-dev.82"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "npm run -s copy:locale && npm run -s build:cjs && npm run -s build:esm",
|
|
59
59
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
|
60
60
|
"build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
|
|
61
|
-
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
61
|
+
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
|
|
62
62
|
"copy:locale": "cpx \"./src/public/**/*\" ./lib/public",
|
|
63
63
|
"docs": "betools docs --json=../../generated-docs/editor/editor-frontend/file.json --tsIndexFile=./editor-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives --excludeGlob=**/*-css.ts",
|
|
64
64
|
"extract-api": "betools extract-api --entry=editor-frontend",
|