@itwin/analytical-backend 3.0.0-extension.1 → 3.0.2

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 (3) hide show
  1. package/CHANGELOG.md +97 -1
  2. package/LICENSE.md +1 -1
  3. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,102 @@
1
1
  # Change Log - @itwin/analytical-backend
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 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
25
+
26
+ ## 2.19.28
27
+ Wed, 12 Jan 2022 14:52:38 GMT
28
+
29
+ _Version update only_
30
+
31
+ ## 2.19.27
32
+ Wed, 05 Jan 2022 20:07:20 GMT
33
+
34
+ _Version update only_
35
+
36
+ ## 2.19.26
37
+ Wed, 08 Dec 2021 20:54:52 GMT
38
+
39
+ _Version update only_
40
+
41
+ ## 2.19.25
42
+ Fri, 03 Dec 2021 20:05:49 GMT
43
+
44
+ _Version update only_
45
+
46
+ ## 2.19.24
47
+ Mon, 29 Nov 2021 18:44:31 GMT
48
+
49
+ _Version update only_
50
+
51
+ ## 2.19.23
52
+ Mon, 22 Nov 2021 20:41:39 GMT
53
+
54
+ _Version update only_
55
+
56
+ ## 2.19.22
57
+ Wed, 17 Nov 2021 01:23:26 GMT
58
+
59
+ _Version update only_
60
+
61
+ ## 2.19.21
62
+ Wed, 10 Nov 2021 10:58:24 GMT
63
+
64
+ _Version update only_
65
+
66
+ ## 2.19.20
67
+ Fri, 29 Oct 2021 16:14:22 GMT
68
+
69
+ _Version update only_
70
+
71
+ ## 2.19.19
72
+ Mon, 25 Oct 2021 16:16:25 GMT
73
+
74
+ _Version update only_
75
+
76
+ ## 2.19.18
77
+ Thu, 21 Oct 2021 20:59:44 GMT
78
+
79
+ _Version update only_
80
+
81
+ ## 2.19.17
82
+ Thu, 14 Oct 2021 21:19:43 GMT
83
+
84
+ _Version update only_
85
+
86
+ ## 2.19.16
87
+ Mon, 11 Oct 2021 17:37:46 GMT
88
+
89
+ _Version update only_
90
+
91
+ ## 2.19.15
92
+ Fri, 08 Oct 2021 16:44:23 GMT
93
+
94
+ _Version update only_
95
+
96
+ ## 2.19.14
97
+ Fri, 01 Oct 2021 13:07:03 GMT
98
+
99
+ _Version update only_
4
100
 
5
101
  ## 2.19.13
6
102
  Tue, 21 Sep 2021 21:06:40 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2021 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/analytical-backend",
3
- "version": "3.0.0-extension.1",
3
+ "version": "3.0.2",
4
4
  "main": "lib/cjs/analytical-backend.js",
5
5
  "typings": "lib/cjs/analytical-backend",
6
6
  "license": "MIT",
@@ -21,27 +21,27 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.0.0-extension.1",
25
- "@itwin/core-backend": "^3.0.0-extension.1",
26
- "@itwin/core-common": "^3.0.0-extension.1"
24
+ "@itwin/core-backend": "^3.0.2",
25
+ "@itwin/core-bentley": "^3.0.2",
26
+ "@itwin/core-common": "^3.0.2"
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/core-bentley": "3.0.0-extension.1",
34
- "@itwin/build-tools": "3.0.0-extension.1",
35
- "@itwin/eslint-plugin": "3.0.0-extension.1",
36
- "@itwin/core-backend": "3.0.0-extension.1",
37
- "@itwin/core-common": "3.0.0-extension.1",
33
+ "@itwin/build-tools": "3.0.2",
34
+ "@itwin/core-backend": "3.0.2",
35
+ "@itwin/core-bentley": "3.0.2",
36
+ "@itwin/core-common": "3.0.2",
37
+ "@itwin/eslint-plugin": "3.0.2",
38
38
  "@types/chai": "^4.1.4",
39
39
  "@types/fs-extra": "^4.0.7",
40
40
  "@types/mocha": "^8.2.2",
41
41
  "@types/node": "14.14.31",
42
42
  "@types/semver": "^5.5.0",
43
43
  "chai": "^4.1.2",
44
- "cpx": "^1.5.0",
44
+ "cpx2": "^3.0.0",
45
45
  "eslint": "^7.11.0",
46
46
  "mocha": "^8.3.2",
47
47
  "nyc": "^15.1.0",
@@ -73,5 +73,6 @@
73
73
  "extract-api": "betools extract-api --entry=analytical-backend",
74
74
  "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
75
75
  "test": "mocha"
76
- }
76
+ },
77
+ "readme": "# @itwin/analytical-backend\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe **@itwin/analytical-backend** package contains classes that backend code can use to work with the Analytical schema.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
77
78
  }