@itwin/analytical-backend 3.3.0-dev.9 → 3.3.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 +48 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,53 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 18 Aug 2022 19:08:01 GMT and should not be manually modified.
4
+
5
+ ## 3.3.0
6
+ Thu, 18 Aug 2022 19:08:01 GMT
7
+
8
+ ### Updates
9
+
10
+ - upgrade mocha to version 10.0.0
11
+
12
+ ## 3.2.8
13
+ Tue, 09 Aug 2022 15:52:41 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 3.2.7
18
+ Mon, 01 Aug 2022 13:36:56 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 3.2.6
23
+ Fri, 15 Jul 2022 19:04:43 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.2.5
28
+ Wed, 13 Jul 2022 15:45:52 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.2.4
33
+ Tue, 21 Jun 2022 18:06:33 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.2.3
38
+ Fri, 17 Jun 2022 15:18:39 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.2.2
43
+ Fri, 10 Jun 2022 16:11:36 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 3.2.1
48
+ Tue, 07 Jun 2022 15:02:56 GMT
49
+
50
+ _Version update only_
4
51
 
5
52
  ## 3.2.0
6
53
  Fri, 20 May 2022 13:10:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.3.0-dev.9",
3
+ "version": "3.3.0",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -21,35 +21,35 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.3.0-dev.9",
25
- "@itwin/core-bentley": "^3.3.0-dev.9",
26
- "@itwin/core-common": "^3.3.0-dev.9"
24
+ "@itwin/core-backend": "^3.3.0",
25
+ "@itwin/core-bentley": "^3.3.0",
26
+ "@itwin/core-common": "^3.3.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.3.0-dev.9",
34
- "@itwin/core-backend": "3.3.0-dev.9",
35
- "@itwin/core-bentley": "3.3.0-dev.9",
36
- "@itwin/core-common": "3.3.0-dev.9",
37
- "@itwin/eslint-plugin": "3.3.0-dev.9",
38
- "@types/chai": "^4.1.4",
33
+ "@itwin/build-tools": "3.3.0",
34
+ "@itwin/core-backend": "3.3.0",
35
+ "@itwin/core-bentley": "3.3.0",
36
+ "@itwin/core-common": "3.3.0",
37
+ "@itwin/eslint-plugin": "3.3.0",
38
+ "@types/chai": "4.3.1",
39
39
  "@types/fs-extra": "^4.0.7",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "16.11.7",
42
- "@types/semver": "^5.5.0",
42
+ "@types/semver": "^7.3.9",
43
43
  "chai": "^4.1.2",
44
44
  "cpx2": "^3.0.0",
45
45
  "eslint": "^7.11.0",
46
- "mocha": "^8.3.2",
46
+ "mocha": "^10.0.0",
47
47
  "nyc": "^15.1.0",
48
48
  "rimraf": "^3.0.2",
49
49
  "typescript": "~4.4.0"
50
50
  },
51
51
  "dependencies": {
52
- "semver": "^5.5.0"
52
+ "semver": "^7.3.5"
53
53
  },
54
54
  "TODO-dependencies": {
55
55
  "@bentley/analytical-schema": "~1.0.0"