@itwin/presentation-backend 4.2.0-dev.5 → 4.2.0-dev.6

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 +17 -11
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Mon, 24 Jul 2023 12:35:20 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Aug 2023 19:39:59 GMT and should not be manually modified.
4
+
5
+ ## 4.1.0
6
+ Mon, 14 Aug 2023 14:36:34 GMT
7
+
8
+ ### Updates
9
+
10
+ - Upgrade sinon to 15.0.4
11
+ - Modified supplemental rules to use newer approach on creating categories
12
+ - Update supplemental rules to not use unnecessary `class` attribute in content modifier. Update docs.
13
+ - Fix "Source Element ID" property being assigned a wrong category
14
+ - Switch to ESLint new flat config system
15
+
16
+ ## 4.0.7
17
+ Thu, 10 Aug 2023 13:19:24 GMT
18
+
19
+ _Version update only_
4
20
 
5
21
  ## 4.0.6
6
22
  Mon, 24 Jul 2023 05:07:33 GMT
@@ -584,16 +600,6 @@ Tue, 06 Jul 2021 22:08:34 GMT
584
600
 
585
601
  _Version update only_
586
602
 
587
- ## 2.16.9
588
- Tue, 06 Jul 2021 22:08:34 GMT
589
-
590
- _Version update only_
591
-
592
- ## 2.16.8
593
- Fri, 02 Jul 2021 17:40:46 GMT
594
-
595
- _Version update only_
596
-
597
603
  ## 2.16.8
598
604
  Fri, 02 Jul 2021 17:40:46 GMT
599
605
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "4.2.0-dev.5",
3
+ "version": "4.2.0-dev.6",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,12 +23,12 @@
23
23
  "main": "lib/cjs/presentation-backend.js",
24
24
  "typings": "lib/cjs/presentation-backend",
25
25
  "peerDependencies": {
26
- "@itwin/core-backend": "^4.2.0-dev.5",
27
- "@itwin/core-bentley": "^4.2.0-dev.5",
28
- "@itwin/core-common": "^4.2.0-dev.5",
29
- "@itwin/core-quantity": "^4.2.0-dev.5",
30
- "@itwin/ecschema-metadata": "^4.2.0-dev.5",
31
- "@itwin/presentation-common": "^4.2.0-dev.5"
26
+ "@itwin/core-backend": "^4.2.0-dev.6",
27
+ "@itwin/core-bentley": "^4.2.0-dev.6",
28
+ "@itwin/core-common": "^4.2.0-dev.6",
29
+ "@itwin/core-quantity": "^4.2.0-dev.6",
30
+ "@itwin/ecschema-metadata": "^4.2.0-dev.6",
31
+ "@itwin/presentation-common": "^4.2.0-dev.6"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@itwin/eslint-plugin": "4.0.0-dev.44",
@@ -62,13 +62,13 @@
62
62
  "sinon-chai": "^3.2.0",
63
63
  "typemoq": "^2.1.0",
64
64
  "typescript": "~5.0.2",
65
- "@itwin/core-common": "4.2.0-dev.5",
66
- "@itwin/build-tools": "4.2.0-dev.5",
67
- "@itwin/core-bentley": "4.2.0-dev.5",
68
- "@itwin/ecschema-metadata": "4.2.0-dev.5",
69
- "@itwin/presentation-common": "4.2.0-dev.5",
70
- "@itwin/core-backend": "4.2.0-dev.5",
71
- "@itwin/core-quantity": "4.2.0-dev.5"
65
+ "@itwin/build-tools": "4.2.0-dev.6",
66
+ "@itwin/core-backend": "4.2.0-dev.6",
67
+ "@itwin/core-bentley": "4.2.0-dev.6",
68
+ "@itwin/core-quantity": "4.2.0-dev.6",
69
+ "@itwin/core-common": "4.2.0-dev.6",
70
+ "@itwin/presentation-common": "4.2.0-dev.6",
71
+ "@itwin/ecschema-metadata": "4.2.0-dev.6"
72
72
  },
73
73
  "dependencies": {
74
74
  "object-hash": "^1.3.1",