@itwin/core-extension 5.0.0-dev.57 → 5.0.0-dev.59

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 (2) hide show
  1. package/index.d.ts +0 -1
  2. package/package.json +4 -4
package/index.d.ts CHANGED
@@ -594,7 +594,6 @@ export type {
594
594
  SubCategoryProps,
595
595
  SubjectProps,
596
596
  TerrainProps,
597
- TerrainProviderName,
598
597
  TextAnnotation2dProps,
599
598
  TextAnnotation3dProps,
600
599
  TextStringPrimitive,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "5.0.0-dev.57",
3
+ "version": "5.0.0-dev.59",
4
4
  "description": "iTwin.js Extension API",
5
5
  "type": "module",
6
6
  "typings": "index.d.ts",
@@ -22,15 +22,15 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "dependencies": {
25
- "@itwin/core-frontend": "5.0.0-dev.57",
26
- "@itwin/core-common": "5.0.0-dev.57"
25
+ "@itwin/core-common": "5.0.0-dev.59",
26
+ "@itwin/core-frontend": "5.0.0-dev.59"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@itwin/eslint-plugin": "5.0.0-dev.1",
30
30
  "eslint": "^9.13.0",
31
31
  "rimraf": "^3.0.2",
32
32
  "typescript": "~5.6.2",
33
- "@itwin/build-tools": "5.0.0-dev.57"
33
+ "@itwin/build-tools": "5.0.0-dev.59"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",