@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
|
|
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"]}
|
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
|
|
package/package.json
CHANGED