@itwin/presentation-shared
Advanced tools
Comparing version 0.1.1 to 0.2.0
# @itwin/presentation-shared | ||
## 0.2.0 | ||
### Minor Changes | ||
- [#582](https://github.com/iTwin/presentation/pull/582): Added `restartToken` property to `ECSqlQueryReaderOptions`. | ||
### Patch Changes | ||
- [#581](https://github.com/iTwin/presentation/pull/581): Bump `itwinjs-core` dependencies to `^4.6.0` | ||
## 0.1.1 | ||
@@ -4,0 +14,0 @@ |
@@ -67,2 +67,3 @@ import { Id64String } from "@itwin/core-bentley"; | ||
rowFormat?: ECSqlQueryRowFormat; | ||
restartToken?: string; | ||
} | ||
@@ -69,0 +70,0 @@ /** |
@@ -67,2 +67,3 @@ import { Id64String } from "@itwin/core-bentley"; | ||
rowFormat?: ECSqlQueryRowFormat; | ||
restartToken?: string; | ||
} | ||
@@ -69,0 +70,0 @@ /** |
{ | ||
"name": "@itwin/presentation-shared", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "The package contains types and utilities used across different iTwin.js Presentation packages.", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Bentley Systems, Inc.", | ||
"url": "http://www.bentley.com" | ||
}, | ||
"repository": { | ||
@@ -23,6 +27,6 @@ "type": "git", | ||
"dependencies": { | ||
"@itwin/core-bentley": "^4.5.2" | ||
"@itwin/core-bentley": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"@itwin/build-tools": "^4.5.2", | ||
"@itwin/build-tools": "^4.6.0", | ||
"@itwin/eslint-plugin": "^4.0.0", | ||
@@ -33,3 +37,3 @@ "@types/chai": "^4.3.14", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^18.19.31", | ||
"@types/node": "^20.12.12", | ||
"@types/sinon": "^17.0.3", | ||
@@ -36,0 +40,0 @@ "@types/sinon-chai": "^3.2.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
287913
4098
1
Updated@itwin/core-bentley@^4.6.0