@itwin/analytical-backend 3.5.0-dev.16 → 3.5.0-dev.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Oct 2022 20:06:51 GMT and should not be manually modified.
4
+
5
+ ## 3.4.1
6
+ Mon, 17 Oct 2022 20:06:51 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.4.0
6
11
  Thu, 13 Oct 2022 20:24:47 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.5.0-dev.16",
3
+ "version": "3.5.0-dev.19",
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.5.0-dev.16",
25
- "@itwin/core-bentley": "^3.5.0-dev.16",
26
- "@itwin/core-common": "^3.5.0-dev.16"
24
+ "@itwin/core-backend": "^3.5.0-dev.19",
25
+ "@itwin/core-bentley": "^3.5.0-dev.19",
26
+ "@itwin/core-common": "^3.5.0-dev.19"
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.16",
34
- "@itwin/core-backend": "3.5.0-dev.16",
35
- "@itwin/core-bentley": "3.5.0-dev.16",
36
- "@itwin/core-common": "3.5.0-dev.16",
37
- "@itwin/eslint-plugin": "3.5.0-dev.16",
33
+ "@itwin/build-tools": "3.5.0-dev.19",
34
+ "@itwin/core-backend": "3.5.0-dev.19",
35
+ "@itwin/core-bentley": "3.5.0-dev.19",
36
+ "@itwin/core-common": "3.5.0-dev.19",
37
+ "@itwin/eslint-plugin": "3.5.0-dev.19",
38
38
  "@types/chai": "4.3.1",
39
39
  "@types/fs-extra": "^4.0.7",
40
40
  "@types/mocha": "^8.2.2",