@itwin/analytical-backend 4.0.0-dev.4 → 4.0.0-dev.40
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.
- package/CHANGELOG.md +11 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
# Change Log - @itwin/analytical-backend
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 08 Feb 2023 14:58:39 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 3.6.0
|
6
|
+
Wed, 08 Feb 2023 14:58:39 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 3.5.6
|
11
|
+
Fri, 24 Feb 2023 16:02:47 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 3.5.5
|
6
16
|
Thu, 26 Jan 2023 22:53:27 GMT
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/analytical-backend",
|
3
|
-
"version": "4.0.0-dev.
|
3
|
+
"version": "4.0.0-dev.40",
|
4
4
|
"main": "lib/cjs/analytical-backend.js",
|
5
5
|
"typings": "lib/cjs/analytical-backend",
|
6
6
|
"license": "MIT",
|
7
7
|
"engines": {
|
8
|
-
"node": "
|
8
|
+
"node": "^18.0.0"
|
9
9
|
},
|
10
10
|
"repository": {
|
11
11
|
"type": "git",
|
@@ -21,24 +21,24 @@
|
|
21
21
|
"url": "http://www.bentley.com"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
25
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
26
|
-
"@itwin/core-common": "^4.0.0-dev.
|
24
|
+
"@itwin/core-backend": "^4.0.0-dev.40",
|
25
|
+
"@itwin/core-bentley": "^4.0.0-dev.40",
|
26
|
+
"@itwin/core-common": "^4.0.0-dev.40"
|
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": "4.0.0-dev.
|
34
|
-
"@itwin/core-backend": "4.0.0-dev.
|
35
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
36
|
-
"@itwin/core-common": "4.0.0-dev.
|
37
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
33
|
+
"@itwin/build-tools": "4.0.0-dev.40",
|
34
|
+
"@itwin/core-backend": "4.0.0-dev.40",
|
35
|
+
"@itwin/core-bentley": "4.0.0-dev.40",
|
36
|
+
"@itwin/core-common": "4.0.0-dev.40",
|
37
|
+
"@itwin/eslint-plugin": "4.0.0-dev.31",
|
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": "18.11.5",
|
41
|
+
"@types/node": "^18.11.5",
|
42
42
|
"@types/semver": "7.3.10",
|
43
43
|
"chai": "^4.1.2",
|
44
44
|
"cpx2": "^3.0.0",
|