@itwin/presentation-backend 4.10.0-dev.9 → 5.0.0-dev.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "4.10.0-dev.9",
3
+ "version": "5.0.0-dev.0",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,15 +23,15 @@
23
23
  "main": "lib/cjs/presentation-backend.js",
24
24
  "typings": "lib/cjs/presentation-backend",
25
25
  "peerDependencies": {
26
- "@itwin/core-backend": "^4.10.0-dev.9",
27
- "@itwin/core-bentley": "^4.10.0-dev.9",
28
- "@itwin/core-common": "^4.10.0-dev.9",
29
- "@itwin/core-quantity": "^4.10.0-dev.9",
30
- "@itwin/ecschema-metadata": "^4.10.0-dev.9",
31
- "@itwin/presentation-common": "^4.10.0-dev.9"
26
+ "@itwin/core-backend": "^5.0.0-dev.0",
27
+ "@itwin/core-bentley": "^5.0.0-dev.0",
28
+ "@itwin/core-common": "^5.0.0-dev.0",
29
+ "@itwin/core-quantity": "^5.0.0-dev.0",
30
+ "@itwin/ecschema-metadata": "^5.0.0-dev.0",
31
+ "@itwin/presentation-common": "^5.0.0-dev.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@itwin/eslint-plugin": "^4.0.2",
34
+ "@itwin/eslint-plugin": "5.0.0-dev.1",
35
35
  "@sinonjs/fake-timers": "^11.2.2",
36
36
  "@types/chai": "4.3.1",
37
37
  "@types/chai-as-promised": "^7",
@@ -54,7 +54,7 @@
54
54
  "cpx2": "^3.0.0",
55
55
  "cross-env": "^5.1.4",
56
56
  "deep-equal": "^1",
57
- "eslint": "^8.56.0",
57
+ "eslint": "^9.13.0",
58
58
  "eslint-config-prettier": "^9.1.0",
59
59
  "faker": "^4.1.0",
60
60
  "mocha": "^10.2.0",
@@ -65,14 +65,14 @@
65
65
  "sinon-chai": "^3.7.0",
66
66
  "source-map-support": "^0.5.6",
67
67
  "typemoq": "^2.1.0",
68
- "typescript": "~5.3.3",
69
- "@itwin/build-tools": "4.10.0-dev.9",
70
- "@itwin/core-backend": "4.10.0-dev.9",
71
- "@itwin/core-bentley": "4.10.0-dev.9",
72
- "@itwin/core-common": "4.10.0-dev.9",
73
- "@itwin/core-quantity": "4.10.0-dev.9",
74
- "@itwin/ecschema-metadata": "4.10.0-dev.9",
75
- "@itwin/presentation-common": "4.10.0-dev.9"
68
+ "typescript": "~5.6.2",
69
+ "@itwin/build-tools": "5.0.0-dev.0",
70
+ "@itwin/core-bentley": "5.0.0-dev.0",
71
+ "@itwin/core-backend": "5.0.0-dev.0",
72
+ "@itwin/core-common": "5.0.0-dev.0",
73
+ "@itwin/core-quantity": "5.0.0-dev.0",
74
+ "@itwin/ecschema-metadata": "5.0.0-dev.0",
75
+ "@itwin/presentation-common": "5.0.0-dev.0"
76
76
  },
77
77
  "dependencies": {
78
78
  "object-hash": "^1.3.1",
@@ -94,7 +94,7 @@
94
94
  "docs:reference": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/presentation/presentation-backend/file.json --tsIndexFile=presentation-backend.ts --onlyJson",
95
95
  "extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract",
96
96
  "extract-api": "betools extract-api --entry=presentation-backend",
97
- "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
97
+ "lint": "eslint \"./src/**/*.ts\" 1>&2",
98
98
  "test": "mocha --config ../.mocharc.json --file ./lib/cjs/test/index.test.js \"./lib/cjs/test/**/*.test.js\"",
99
99
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch",
100
100
  "prettier:fix": "prettier --write ."