@itwin/analytical-backend 5.1.0-dev.3 → 5.1.0-dev.32

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 +26 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Jun 2025 16:18:10 GMT and should not be manually modified.
4
+
5
+ ## 4.11.4
6
+ Tue, 03 Jun 2025 16:15:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.11.3
11
+ Wed, 28 May 2025 13:56:22 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.11.2
16
+ Tue, 20 May 2025 20:14:45 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.11.1
21
+ Wed, 30 Apr 2025 13:13:21 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.11.0
26
+ Wed, 16 Apr 2025 15:50:28 GMT
27
+
28
+ _Version update only_
4
29
 
5
30
  ## 4.10.13
6
31
  Thu, 10 Apr 2025 17:47:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "5.1.0-dev.3",
3
+ "version": "5.1.0-dev.32",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "module": "lib/esm/analytical-backend.js",
6
6
  "typings": "lib/cjs/analytical-backend",
@@ -30,9 +30,9 @@
30
30
  "url": "http://www.bentley.com"
31
31
  },
32
32
  "peerDependencies": {
33
- "@itwin/core-backend": "5.1.0-dev.3",
34
- "@itwin/core-bentley": "5.1.0-dev.3",
35
- "@itwin/core-common": "5.1.0-dev.3"
33
+ "@itwin/core-backend": "5.1.0-dev.32",
34
+ "@itwin/core-bentley": "5.1.0-dev.32",
35
+ "@itwin/core-common": "5.1.0-dev.32"
36
36
  },
37
37
  "//devDependencies": [
38
38
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -52,11 +52,11 @@
52
52
  "rimraf": "^6.0.1",
53
53
  "semver": "^7.5.2",
54
54
  "typescript": "~5.6.2",
55
- "@itwin/core-backend": "5.1.0-dev.3",
56
- "@itwin/build-tools": "5.1.0-dev.3",
57
- "@itwin/core-common": "5.1.0-dev.3",
58
- "internal-tools": "3.0.0-dev.69",
59
- "@itwin/core-bentley": "5.1.0-dev.3"
55
+ "@itwin/build-tools": "5.1.0-dev.32",
56
+ "@itwin/core-common": "5.1.0-dev.32",
57
+ "@itwin/core-bentley": "5.1.0-dev.32",
58
+ "@itwin/core-backend": "5.1.0-dev.32",
59
+ "internal-tools": "3.0.0-dev.69"
60
60
  },
61
61
  "nyc": {
62
62
  "extends": "./node_modules/@itwin/build-tools/.nycrc"