Skip to content

Commit 7195120

Browse files
authored
Update hypersync-models to 6.0.0 [XS]
2 parents d844a97 + 9f44c47 commit 7195120

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Models, types and enumerations used by Hypersyncs.
44

55
## Release Notes
66

7+
### 6.0.0
8+
9+
- **Breaking:** Updated to Node.js 22
10+
- **Breaking:** Moved `CredentialFieldType` enum to `@hyperproof/integration-sdk`
11+
- Added `IteratorSource` enum and iterator definition types for iterative proof generation
12+
- Added `sort` property to `IProofSpec` definition
13+
- Added `savedCriteriaSettings` and `ICriteriaSearchInput` for criteria search functionality
14+
- Added `continueOnError` property to `IDataSetLookup`
15+
716
### 5.2.0
817

918
- Update Criteria and DataSource models

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperproof/hypersync-models",
3-
"version": "6.0.0-beta.1",
3+
"version": "6.0.0",
44
"description": "Hypersync Models",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)