@itwin/analytical-backend 4.0.0-dev.90 → 4.0.0-dev.91
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/package.json +10 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/analytical-backend",
|
3
|
-
"version": "4.0.0-dev.
|
3
|
+
"version": "4.0.0-dev.91",
|
4
4
|
"main": "lib/cjs/analytical-backend.js",
|
5
5
|
"typings": "lib/cjs/analytical-backend",
|
6
6
|
"license": "MIT",
|
@@ -22,19 +22,15 @@
|
|
22
22
|
"url": "http://www.bentley.com"
|
23
23
|
},
|
24
24
|
"peerDependencies": {
|
25
|
-
"@itwin/core-backend": "^4.0.0-dev.
|
26
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
27
|
-
"@itwin/core-common": "^4.0.0-dev.
|
25
|
+
"@itwin/core-backend": "^4.0.0-dev.91",
|
26
|
+
"@itwin/core-bentley": "^4.0.0-dev.91",
|
27
|
+
"@itwin/core-common": "^4.0.0-dev.91"
|
28
28
|
},
|
29
29
|
"//devDependencies": [
|
30
30
|
"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
|
31
31
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
32
32
|
],
|
33
33
|
"devDependencies": {
|
34
|
-
"@itwin/build-tools": "4.0.0-dev.90",
|
35
|
-
"@itwin/core-backend": "4.0.0-dev.90",
|
36
|
-
"@itwin/core-bentley": "4.0.0-dev.90",
|
37
|
-
"@itwin/core-common": "4.0.0-dev.90",
|
38
34
|
"@itwin/eslint-plugin": "^4.0.0-dev.33",
|
39
35
|
"@types/chai": "4.3.1",
|
40
36
|
"@types/fs-extra": "^4.0.7",
|
@@ -48,7 +44,11 @@
|
|
48
44
|
"nyc": "^15.1.0",
|
49
45
|
"rimraf": "^3.0.2",
|
50
46
|
"semver": "^7.3.5",
|
51
|
-
"typescript": "~5.0.2"
|
47
|
+
"typescript": "~5.0.2",
|
48
|
+
"@itwin/build-tools": "4.0.0-dev.91",
|
49
|
+
"@itwin/core-backend": "4.0.0-dev.91",
|
50
|
+
"@itwin/core-bentley": "4.0.0-dev.91",
|
51
|
+
"@itwin/core-common": "4.0.0-dev.91"
|
52
52
|
},
|
53
53
|
"TODO-dependencies": {
|
54
54
|
"@bentley/analytical-schema": "~1.0.0"
|
@@ -71,6 +71,5 @@
|
|
71
71
|
"extract-api": "betools extract-api --entry=analytical-backend",
|
72
72
|
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
|
73
73
|
"test": "mocha"
|
74
|
-
}
|
75
|
-
"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"
|
74
|
+
}
|
76
75
|
}
|