@itwin/analytical-backend 4.4.0-dev.1 → 4.4.0-dev.13

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 +23 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Thu, 30 Nov 2023 17:07:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Dec 2023 20:24:02 GMT and should not be manually modified.
4
+
5
+ ## 4.3.2
6
+ Thu, 14 Dec 2023 20:23:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.3.1
11
+ Wed, 13 Dec 2023 17:25:54 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.3.0
16
+ Thu, 07 Dec 2023 17:43:09 GMT
17
+
18
+ ### Updates
19
+
20
+ - Add support for Node 20.
4
21
 
5
22
  ## 4.2.4
6
23
  Mon, 20 Nov 2023 16:14:45 GMT
@@ -123,6 +140,11 @@ Mon, 22 May 2023 15:34:14 GMT
123
140
  - Drop Node 12 and Node 14.
124
141
  - Drop Node 16 support.
125
142
 
143
+ ## 3.8.0
144
+ Fri, 08 Dec 2023 15:23:59 GMT
145
+
146
+ _Version update only_
147
+
126
148
  ## 3.7.17
127
149
  Mon, 20 Nov 2023 18:24:23 GMT
128
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.13",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -22,9 +22,9 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "^4.4.0-dev.1",
26
- "@itwin/core-bentley": "^4.4.0-dev.1",
27
- "@itwin/core-common": "^4.4.0-dev.1"
25
+ "@itwin/core-backend": "^4.4.0-dev.13",
26
+ "@itwin/core-bentley": "^4.4.0-dev.13",
27
+ "@itwin/core-common": "^4.4.0-dev.13"
28
28
  },
29
29
  "//devDependencies": [
30
30
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -34,21 +34,21 @@
34
34
  "@itwin/eslint-plugin": "4.0.0-dev.44",
35
35
  "@types/chai": "4.3.1",
36
36
  "@types/fs-extra": "^4.0.7",
37
- "@types/mocha": "^8.2.2",
37
+ "@types/mocha": "^10.0.6",
38
38
  "@types/node": "~18.16.20",
39
39
  "@types/semver": "7.3.10",
40
40
  "chai": "^4.3.10",
41
41
  "cpx2": "^3.0.0",
42
42
  "eslint": "^8.44.0",
43
- "mocha": "^10.0.0",
43
+ "mocha": "^10.2.0",
44
44
  "nyc": "^15.1.0",
45
45
  "rimraf": "^3.0.2",
46
46
  "semver": "^7.3.5",
47
47
  "typescript": "~5.0.2",
48
- "@itwin/build-tools": "4.4.0-dev.1",
49
- "@itwin/core-backend": "4.4.0-dev.1",
50
- "@itwin/core-bentley": "4.4.0-dev.1",
51
- "@itwin/core-common": "4.4.0-dev.1"
48
+ "@itwin/build-tools": "4.4.0-dev.13",
49
+ "@itwin/core-backend": "4.4.0-dev.13",
50
+ "@itwin/core-bentley": "4.4.0-dev.13",
51
+ "@itwin/core-common": "4.4.0-dev.13"
52
52
  },
53
53
  "TODO-dependencies": {
54
54
  "@bentley/analytical-schema": "~1.0.0"