@itwin/analytical-backend 3.5.0-dev.8 → 3.5.0

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 +64 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,69 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 19:12:36 GMT and should not be manually modified.
4
+
5
+ ## 3.5.0
6
+ Wed, 07 Dec 2022 19:12:36 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.7
11
+ Wed, 30 Nov 2022 14:28:19 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.6
16
+ Tue, 22 Nov 2022 14:24:19 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.5
21
+ Thu, 17 Nov 2022 21:32:49 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.4.4
26
+ Thu, 10 Nov 2022 19:32:17 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.4.3
31
+ Fri, 28 Oct 2022 13:34:57 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.4.2
36
+ Mon, 24 Oct 2022 13:23:45 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.4.1
41
+ Mon, 17 Oct 2022 20:06:51 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.4.0
46
+ Thu, 13 Oct 2022 20:24:47 GMT
47
+
48
+ ### Updates
49
+
50
+ - lock down @types/semver to 7.3.10
51
+ - Updated Node types declaration to support latest v16
52
+
53
+ ## 3.3.5
54
+ Tue, 27 Sep 2022 11:50:59 GMT
55
+
56
+ _Version update only_
57
+
58
+ ## 3.3.4
59
+ Thu, 08 Sep 2022 19:00:04 GMT
60
+
61
+ _Version update only_
62
+
63
+ ## 3.3.3
64
+ Tue, 06 Sep 2022 20:54:19 GMT
65
+
66
+ _Version update only_
4
67
 
5
68
  ## 3.3.2
6
69
  Thu, 01 Sep 2022 14:37:22 GMT
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.5.0-dev.8",
3
+ "version": "3.5.0",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
7
7
  "engines": {
8
- "node": ">=12.22.0 < 14.0 || >=14.17.0 <17.0"
8
+ "node": ">=12.22.0 < 14.0 || >=14.17.0 < 19.0"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -21,24 +21,24 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.5.0-dev.8",
25
- "@itwin/core-bentley": "^3.5.0-dev.8",
26
- "@itwin/core-common": "^3.5.0-dev.8"
24
+ "@itwin/core-backend": "^3.5.0",
25
+ "@itwin/core-bentley": "^3.5.0",
26
+ "@itwin/core-common": "^3.5.0"
27
27
  },
28
28
  "//devDependencies": [
29
29
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
30
30
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
31
31
  ],
32
32
  "devDependencies": {
33
- "@itwin/build-tools": "3.5.0-dev.8",
34
- "@itwin/core-backend": "3.5.0-dev.8",
35
- "@itwin/core-bentley": "3.5.0-dev.8",
36
- "@itwin/core-common": "3.5.0-dev.8",
37
- "@itwin/eslint-plugin": "3.5.0-dev.8",
33
+ "@itwin/build-tools": "3.5.0",
34
+ "@itwin/core-backend": "3.5.0",
35
+ "@itwin/core-bentley": "3.5.0",
36
+ "@itwin/core-common": "3.5.0",
37
+ "@itwin/eslint-plugin": "3.5.0",
38
38
  "@types/chai": "4.3.1",
39
39
  "@types/fs-extra": "^4.0.7",
40
40
  "@types/mocha": "^8.2.2",
41
- "@types/node": "16.11.59",
41
+ "@types/node": "18.11.5",
42
42
  "@types/semver": "7.3.10",
43
43
  "chai": "^4.1.2",
44
44
  "cpx2": "^3.0.0",