@itwin/analytical-backend 3.7.13 → 3.7.14
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 +6 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# Change Log - @itwin/analytical-backend
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 29 Sep 2023 16:57:16 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 3.7.14
|
6
|
+
Fri, 29 Sep 2023 16:57:16 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
4
9
|
|
5
10
|
## 3.7.13
|
6
11
|
Tue, 08 Aug 2023 19:49:17 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/analytical-backend",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.14",
|
4
4
|
"main": "lib/cjs/analytical-backend.js",
|
5
5
|
"typings": "lib/cjs/analytical-backend",
|
6
6
|
"license": "MIT",
|
@@ -21,26 +21,26 @@
|
|
21
21
|
"url": "http://www.bentley.com"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
24
|
-
"@itwin/core-backend": "^3.7.
|
25
|
-
"@itwin/core-bentley": "^3.7.
|
26
|
-
"@itwin/core-common": "^3.7.
|
24
|
+
"@itwin/core-backend": "^3.7.14",
|
25
|
+
"@itwin/core-bentley": "^3.7.14",
|
26
|
+
"@itwin/core-common": "^3.7.14"
|
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.7.
|
34
|
-
"@itwin/core-backend": "3.7.
|
35
|
-
"@itwin/core-bentley": "3.7.
|
36
|
-
"@itwin/core-common": "3.7.
|
37
|
-
"@itwin/eslint-plugin": "3.7.
|
33
|
+
"@itwin/build-tools": "3.7.14",
|
34
|
+
"@itwin/core-backend": "3.7.14",
|
35
|
+
"@itwin/core-bentley": "3.7.14",
|
36
|
+
"@itwin/core-common": "3.7.14",
|
37
|
+
"@itwin/eslint-plugin": "3.7.14",
|
38
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": "18.11.5",
|
42
42
|
"@types/semver": "7.3.10",
|
43
|
-
"chai": "^4.
|
43
|
+
"chai": "^4.3.10",
|
44
44
|
"cpx2": "^3.0.0",
|
45
45
|
"eslint": "^7.11.0",
|
46
46
|
"mocha": "^10.0.0",
|