@itwin/map-layers-formats 5.1.0-dev.60 → 5.1.0-dev.62

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 (1) hide show
  1. package/package.json +15 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/map-layers-formats",
3
- "version": "5.1.0-dev.60",
3
+ "version": "5.1.0-dev.62",
4
4
  "description": "Enables additional map-layers formats in iTwin.js",
5
5
  "main": "lib/cjs/map-layers-formats.js",
6
6
  "module": "lib/esm/map-layers-formats.js",
@@ -30,7 +30,7 @@
30
30
  "url": "http://www.bentley.com"
31
31
  },
32
32
  "devDependencies": {
33
- "@itwin/eslint-plugin": "5.0.0-dev.1",
33
+ "@itwin/eslint-plugin": "5.2.2-dev.2",
34
34
  "@types/chai": "4.3.1",
35
35
  "@types/chai-as-promised": "^7",
36
36
  "@types/geojson": "~7946.0.14",
@@ -42,7 +42,7 @@
42
42
  "chai": "^4.3.10",
43
43
  "chai-as-promised": "^7.1.1",
44
44
  "cpx2": "^8.0.0",
45
- "eslint": "^9.13.0",
45
+ "eslint": "^9.31.0",
46
46
  "jsdom": "^26.0.0",
47
47
  "mocha": "^11.1.0",
48
48
  "nyc": "^17.1.0",
@@ -53,20 +53,20 @@
53
53
  "typemoq": "^2.1.0",
54
54
  "typescript": "~5.6.2",
55
55
  "fetch-mock": "~11.1.3",
56
- "@itwin/appui-abstract": "5.1.0-dev.60",
57
- "@itwin/build-tools": "5.1.0-dev.60",
58
- "@itwin/core-geometry": "5.1.0-dev.60",
59
- "@itwin/core-frontend": "5.1.0-dev.60",
60
- "@itwin/core-common": "5.1.0-dev.60",
56
+ "@itwin/build-tools": "5.1.0-dev.62",
57
+ "@itwin/appui-abstract": "5.1.0-dev.62",
58
+ "@itwin/core-frontend": "5.1.0-dev.62",
61
59
  "internal-tools": "3.0.0-dev.69",
62
- "@itwin/core-bentley": "5.1.0-dev.60"
60
+ "@itwin/core-common": "5.1.0-dev.62",
61
+ "@itwin/core-bentley": "5.1.0-dev.62",
62
+ "@itwin/core-geometry": "5.1.0-dev.62"
63
63
  },
64
64
  "peerDependencies": {
65
- "@itwin/core-bentley": "5.1.0-dev.60",
66
- "@itwin/appui-abstract": "5.1.0-dev.60",
67
- "@itwin/core-frontend": "5.1.0-dev.60",
68
- "@itwin/core-common": "5.1.0-dev.60",
69
- "@itwin/core-geometry": "5.1.0-dev.60"
65
+ "@itwin/appui-abstract": "5.1.0-dev.62",
66
+ "@itwin/core-common": "5.1.0-dev.62",
67
+ "@itwin/core-frontend": "5.1.0-dev.62",
68
+ "@itwin/core-bentley": "5.1.0-dev.62",
69
+ "@itwin/core-geometry": "5.1.0-dev.62"
70
70
  },
71
71
  "dependencies": {
72
72
  "google-protobuf": "~3.20.1",
@@ -103,6 +103,7 @@
103
103
  "docs": "betools docs --json=../../generated-docs/core/map-layers-formats/file.json --tsIndexFile=./map-layers-formats.ts --onlyJson --excludes=**/ArcGisFeature/*.ts,**/*.gen.ts",
104
104
  "extract-api": "betools extract-api --entry=map-layers-formats",
105
105
  "lint": "eslint \"./src/**/*.{ts,tsx}\" 1>&2",
106
+ "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
106
107
  "pseudolocalize": "betools pseudolocalize --englishDir=./src/public/locales/en --out=./src/public/locales/en-PSEUDO",
107
108
  "test": "mocha",
108
109
  "rebuild": "npm run -s clean && npm run -s build"