@itwin/analytical-backend 3.1.0-dev.8 → 3.2.0-dev.12

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 +22 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Mar 2022 21:18:12 GMT and should not be manually modified.
4
+
5
+ ## 3.0.2
6
+ Thu, 10 Mar 2022 21:18:12 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.0.1
11
+ Thu, 24 Feb 2022 15:26:55 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.0.0
16
+ Mon, 24 Jan 2022 14:00:52 GMT
17
+
18
+ ### Updates
19
+
20
+ - Upgrade target to ES2019
21
+ - rename to @itwin/analytical-backend
22
+ - Support for Node 16
23
+ - remove requestContext argument from importSchemas
24
+ - Switching to consume new Projects-Client
4
25
 
5
26
  ## 2.19.28
6
27
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.1.0-dev.8",
3
+ "version": "3.2.0-dev.12",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -21,20 +21,20 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.1.0-dev.8",
25
- "@itwin/core-bentley": "^3.1.0-dev.8",
26
- "@itwin/core-common": "^3.1.0-dev.8"
24
+ "@itwin/core-backend": "^3.2.0-dev.12",
25
+ "@itwin/core-bentley": "^3.2.0-dev.12",
26
+ "@itwin/core-common": "^3.2.0-dev.12"
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.1.0-dev.8",
34
- "@itwin/core-backend": "3.1.0-dev.8",
35
- "@itwin/core-bentley": "3.1.0-dev.8",
36
- "@itwin/core-common": "3.1.0-dev.8",
37
- "@itwin/eslint-plugin": "3.1.0-dev.8",
33
+ "@itwin/build-tools": "3.2.0-dev.12",
34
+ "@itwin/core-backend": "3.2.0-dev.12",
35
+ "@itwin/core-bentley": "3.2.0-dev.12",
36
+ "@itwin/core-common": "3.2.0-dev.12",
37
+ "@itwin/eslint-plugin": "3.2.0-dev.12",
38
38
  "@types/chai": "^4.1.4",
39
39
  "@types/fs-extra": "^4.0.7",
40
40
  "@types/mocha": "^8.2.2",