@itwin/core-extension 3.5.0-dev.27 → 3.5.0-dev.29

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 +1 -0
  2. package/package.json +5 -5
package/index.d.ts CHANGED
@@ -256,6 +256,7 @@ export type {
256
256
  MarkerTextBaseline,
257
257
  OnViewExtentsError,
258
258
  OsmBuildingDisplayOptions,
259
+ PaddingPercent,
259
260
  ParseKeyinError,
260
261
  ParseKeyinResult,
261
262
  ParsedKeyin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.5.0-dev.27",
3
+ "version": "3.5.0-dev.29",
4
4
  "description": "iTwin.js Extension API",
5
5
  "typings": "index.d.ts",
6
6
  "license": "MIT",
@@ -20,12 +20,12 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "dependencies": {
23
- "@itwin/core-frontend": "3.5.0-dev.27",
24
- "@itwin/core-common": "3.5.0-dev.27"
23
+ "@itwin/core-frontend": "3.5.0-dev.29",
24
+ "@itwin/core-common": "3.5.0-dev.29"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.5.0-dev.27",
28
- "@itwin/eslint-plugin": "3.5.0-dev.27",
27
+ "@itwin/build-tools": "3.5.0-dev.29",
28
+ "@itwin/eslint-plugin": "3.5.0-dev.29",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },