@itwin/analytical-backend 3.4.0-dev.9 → 3.4.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 +46 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Tue, 09 Aug 2022 15:52:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
4
+
5
+ ## 3.4.0
6
+ Thu, 13 Oct 2022 20:24:47 GMT
7
+
8
+ ### Updates
9
+
10
+ - lock down @types/semver to 7.3.10
11
+ - Updated Node types declaration to support latest v16
12
+
13
+ ## 3.3.5
14
+ Tue, 27 Sep 2022 11:50:59 GMT
15
+
16
+ _Version update only_
17
+
18
+ ## 3.3.4
19
+ Thu, 08 Sep 2022 19:00:04 GMT
20
+
21
+ _Version update only_
22
+
23
+ ## 3.3.3
24
+ Tue, 06 Sep 2022 20:54:19 GMT
25
+
26
+ _Version update only_
27
+
28
+ ## 3.3.2
29
+ Thu, 01 Sep 2022 14:37:22 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.3.1
34
+ Fri, 26 Aug 2022 15:40:02 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 3.3.0
39
+ Thu, 18 Aug 2022 19:08:01 GMT
40
+
41
+ ### Updates
42
+
43
+ - upgrade mocha to version 10.0.0
44
+
45
+ ## 3.2.9
46
+ Fri, 26 Aug 2022 14:21:40 GMT
47
+
48
+ _Version update only_
4
49
 
5
50
  ## 3.2.8
6
51
  Tue, 09 Aug 2022 15:52:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.4.0-dev.9",
3
+ "version": "3.4.0",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -21,24 +21,24 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.4.0-dev.9",
25
- "@itwin/core-bentley": "^3.4.0-dev.9",
26
- "@itwin/core-common": "^3.4.0-dev.9"
24
+ "@itwin/core-backend": "^3.4.0",
25
+ "@itwin/core-bentley": "^3.4.0",
26
+ "@itwin/core-common": "^3.4.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.4.0-dev.9",
34
- "@itwin/core-backend": "3.4.0-dev.9",
35
- "@itwin/core-bentley": "3.4.0-dev.9",
36
- "@itwin/core-common": "3.4.0-dev.9",
37
- "@itwin/eslint-plugin": "3.4.0-dev.9",
33
+ "@itwin/build-tools": "3.4.0",
34
+ "@itwin/core-backend": "3.4.0",
35
+ "@itwin/core-bentley": "3.4.0",
36
+ "@itwin/core-common": "3.4.0",
37
+ "@itwin/eslint-plugin": "3.4.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.7",
41
+ "@types/node": "16.11.59",
42
42
  "@types/semver": "7.3.10",
43
43
  "chai": "^4.1.2",
44
44
  "cpx2": "^3.0.0",