@twin.org/immutable-proof-models 0.9.1-next.1 → 0.9.1-next.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"IImmutableProofDataIntegrity.js","sourceRoot":"","sources":["../../../src/models/IImmutableProofDataIntegrity.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Interface describing additional data integrity fields attached to an immutable proof.\n */\nexport interface IImmutableProofDataIntegrity {\n\t/**\n\t * The notarization id.\n\t * @json-ld id\n\t */\n\tnotarizationId?: string;\n}\n"]}
1
+ {"version":3,"file":"IImmutableProofDataIntegrity.js","sourceRoot":"","sources":["../../../src/models/IImmutableProofDataIntegrity.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * Interface describing additional data integrity fields attached.\n */\nexport interface IImmutableProofDataIntegrity {\n\t/**\n\t * The notarization id.\n\t * @json-ld id\n\t */\n\tnotarizationId?: string;\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Interface describing additional data integrity fields attached to an immutable proof.
2
+ * Interface describing additional data integrity fields attached.
3
3
  */
4
4
  export interface IImmutableProofDataIntegrity {
5
5
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1-next.2](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-models-v0.9.1-next.1...immutable-proof-models-v0.9.1-next.2) (2026-06-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * update components ([b950a49](https://github.com/iotaledger/twin-immutable-proof/commit/b950a493c6da4c7e7a18e7c2f67a4f3f73ca4fe8))
9
+
3
10
  ## [0.9.1-next.1](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-models-v0.9.1-next.0...immutable-proof-models-v0.9.1-next.1) (2026-06-26)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  # Interface: IImmutableProofDataIntegrity
2
2
 
3
- Interface describing additional data integrity fields attached to an immutable proof.
3
+ Interface describing additional data integrity fields attached.
4
4
 
5
5
  ## Properties
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-models",
3
- "version": "0.9.1-next.1",
3
+ "version": "0.9.1-next.2",
4
4
  "description": "Shared model contracts, schema types, and context constants for immutable proof workflows",
5
5
  "repository": {
6
6
  "type": "git",