@itwin/analytical-backend 4.0.0-dev.86 → 4.0.0-dev.89

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 +11 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
4
+
5
+ ## 3.7.4
6
+ Tue, 25 Apr 2023 17:50:35 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.3
11
+ Thu, 20 Apr 2023 13:19:28 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.7.2
6
16
  Wed, 12 Apr 2023 13:12:42 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "4.0.0-dev.86",
3
+ "version": "4.0.0-dev.89",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -22,19 +22,19 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "^4.0.0-dev.86",
26
- "@itwin/core-bentley": "^4.0.0-dev.86",
27
- "@itwin/core-common": "^4.0.0-dev.86"
25
+ "@itwin/core-backend": "^4.0.0-dev.89",
26
+ "@itwin/core-bentley": "^4.0.0-dev.89",
27
+ "@itwin/core-common": "^4.0.0-dev.89"
28
28
  },
29
29
  "//devDependencies": [
30
30
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
31
31
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
32
32
  ],
33
33
  "devDependencies": {
34
- "@itwin/build-tools": "4.0.0-dev.86",
35
- "@itwin/core-backend": "4.0.0-dev.86",
36
- "@itwin/core-bentley": "4.0.0-dev.86",
37
- "@itwin/core-common": "4.0.0-dev.86",
34
+ "@itwin/build-tools": "4.0.0-dev.89",
35
+ "@itwin/core-backend": "4.0.0-dev.89",
36
+ "@itwin/core-bentley": "4.0.0-dev.89",
37
+ "@itwin/core-common": "4.0.0-dev.89",
38
38
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
39
39
  "@types/chai": "4.3.1",
40
40
  "@types/fs-extra": "^4.0.7",