@itwin/map-layers-formats 5.0.0-dev.5 → 5.0.0-dev.6
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers-formats",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.6",
|
|
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",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
"typemoq": "^2.1.0",
|
|
47
47
|
"typescript": "~5.6.2",
|
|
48
48
|
"fetch-mock": "~11.1.3",
|
|
49
|
-
"@itwin/appui-abstract": "5.0.0-dev.
|
|
50
|
-
"@itwin/
|
|
51
|
-
"@itwin/
|
|
52
|
-
"@itwin/core-
|
|
53
|
-
"@itwin/core-
|
|
54
|
-
"@itwin/core-
|
|
49
|
+
"@itwin/appui-abstract": "5.0.0-dev.6",
|
|
50
|
+
"@itwin/core-geometry": "5.0.0-dev.6",
|
|
51
|
+
"@itwin/build-tools": "5.0.0-dev.6",
|
|
52
|
+
"@itwin/core-bentley": "5.0.0-dev.6",
|
|
53
|
+
"@itwin/core-frontend": "5.0.0-dev.6",
|
|
54
|
+
"@itwin/core-common": "5.0.0-dev.6"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@itwin/
|
|
58
|
-
"@itwin/core-
|
|
59
|
-
"@itwin/core-
|
|
60
|
-
"@itwin/
|
|
61
|
-
"@itwin/core-
|
|
57
|
+
"@itwin/core-common": "5.0.0-dev.6",
|
|
58
|
+
"@itwin/core-geometry": "5.0.0-dev.6",
|
|
59
|
+
"@itwin/core-bentley": "5.0.0-dev.6",
|
|
60
|
+
"@itwin/appui-abstract": "5.0.0-dev.6",
|
|
61
|
+
"@itwin/core-frontend": "5.0.0-dev.6"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"google-protobuf": "~3.20.1",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
96
96
|
"copy:locale": "cpx \"./src/public/**/*\" ./lib/public",
|
|
97
97
|
"cover": "nyc npm -s test",
|
|
98
|
-
"docs": "betools docs --
|
|
98
|
+
"docs": "betools docs --json=../../generated-docs/core/map-layers-formats/file.json --tsIndexFile=./map-layers-formats.ts --onlyJson --excludes=**/ArcGisFeature/*.ts,**/*.gen.ts",
|
|
99
99
|
"extract-api": "betools extract-api --entry=map-layers-formats",
|
|
100
100
|
"lint": "eslint \"./src/**/*.{ts,tsx}\" 1>&2",
|
|
101
101
|
"pseudolocalize": "betools pseudolocalize --englishDir=./src/public/locales/en --out=./src/public/locales/en-PSEUDO",
|