@itwin/editor-backend 4.1.0 → 4.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/editor-backend
2
2
 
3
- This log was last generated on Mon, 14 Aug 2023 14:36:34 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Aug 2023 13:02:53 GMT and should not be manually modified.
4
+
5
+ ## 4.1.1
6
+ Fri, 18 Aug 2023 13:02:53 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.1.0
6
11
  Mon, 14 Aug 2023 14:36:34 GMT
@@ -9,6 +14,11 @@ Mon, 14 Aug 2023 14:36:34 GMT
9
14
 
10
15
  - Switch to ESLint new flat config system
11
16
 
17
+ ## 4.0.7
18
+ Thu, 10 Aug 2023 13:19:24 GMT
19
+
20
+ _Version update only_
21
+
12
22
  ## 4.0.6
13
23
  Mon, 24 Jul 2023 05:07:33 GMT
14
24
 
@@ -48,6 +58,16 @@ Mon, 22 May 2023 15:34:14 GMT
48
58
  - Drop Node 12 and Node 14.
49
59
  - Drop Node 16 support.
50
60
 
61
+ ## 3.7.13
62
+ Tue, 08 Aug 2023 19:49:18 GMT
63
+
64
+ _Version update only_
65
+
66
+ ## 3.7.12
67
+ Thu, 27 Jul 2023 21:50:57 GMT
68
+
69
+ _Version update only_
70
+
51
71
  ## 3.7.11
52
72
  Tue, 11 Jul 2023 17:17:22 GMT
53
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-backend",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "iTwin.js editor backend",
5
5
  "main": "lib/cjs/editor-backend.js",
6
6
  "typings": "lib/cjs/editor-backend",
@@ -25,10 +25,10 @@
25
25
  "url": "http://www.bentley.com"
26
26
  },
27
27
  "peerDependencies": {
28
- "@itwin/core-backend": "^4.1.0",
29
- "@itwin/core-bentley": "^4.1.0",
30
- "@itwin/core-common": "^4.1.0",
31
- "@itwin/core-geometry": "^4.1.0"
28
+ "@itwin/core-backend": "^4.1.1",
29
+ "@itwin/core-bentley": "^4.1.1",
30
+ "@itwin/core-common": "^4.1.1",
31
+ "@itwin/core-geometry": "^4.1.1"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -39,14 +39,14 @@
39
39
  "eslint": "^8.44.0",
40
40
  "rimraf": "^3.0.2",
41
41
  "typescript": "~5.0.2",
42
- "@itwin/build-tools": "4.1.0",
43
- "@itwin/core-backend": "4.1.0",
44
- "@itwin/core-bentley": "4.1.0",
45
- "@itwin/core-common": "4.1.0",
46
- "@itwin/core-geometry": "4.1.0"
42
+ "@itwin/build-tools": "4.1.1",
43
+ "@itwin/core-backend": "4.1.1",
44
+ "@itwin/core-geometry": "4.1.1",
45
+ "@itwin/core-bentley": "4.1.1",
46
+ "@itwin/core-common": "4.1.1"
47
47
  },
48
48
  "dependencies": {
49
- "@itwin/editor-common": "4.1.0"
49
+ "@itwin/editor-common": "4.1.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "npm run -s build:cjs",