@twin.org/verifiable-storage-connector-iota 0.0.1 → 0.0.2-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.
Files changed (2) hide show
  1. package/docs/changelog.md +64 -0
  2. package/package.json +11 -11
package/docs/changelog.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @twin.org/verifiable-storage-connector-iota - Changelog
2
2
 
3
+ ## [0.0.2-next.2](https://github.com/twinfoundation/verifiable-storage/compare/verifiable-storage-connector-iota-v0.0.2-next.1...verifiable-storage-connector-iota-v0.0.2-next.2) (2025-07-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * add data types ([d9ad58a](https://github.com/twinfoundation/verifiable-storage/commit/d9ad58afb0c86b80bcb1229d87d2d7f522b20fcd))
9
+ * add epoch and digest to receipt ([#12](https://github.com/twinfoundation/verifiable-storage/issues/12)) ([cd4cfa6](https://github.com/twinfoundation/verifiable-storage/commit/cd4cfa6bee19ee9b9896447d0b773bffd57fddf1))
10
+ * add support for allowlist ([#17](https://github.com/twinfoundation/verifiable-storage/issues/17)) ([9341ea6](https://github.com/twinfoundation/verifiable-storage/commit/9341ea6b95dfbf2a5dc70a53e5979d7d0e8b2de6))
11
+ * improve components state for deployments based on contract id ([ce1dadd](https://github.com/twinfoundation/verifiable-storage/commit/ce1daddeda4a37d5becd49803475ece2a5c01a07))
12
+ * iota rebased release ([fb37cfe](https://github.com/twinfoundation/verifiable-storage/commit/fb37cfec62abe862bcb9b2285564b8ee6e59849b))
13
+ * iota rebased release ([e8fa9dd](https://github.com/twinfoundation/verifiable-storage/commit/e8fa9dd2a8a9c375ffc465f9b5c2048f6b0dca47))
14
+ * update allow list name case ([278a787](https://github.com/twinfoundation/verifiable-storage/commit/278a787e96864c95438f87adaac6f2fc8b6bebcd))
15
+ * update connector config and tests for gas station ([#25](https://github.com/twinfoundation/verifiable-storage/issues/25)) ([e0997ff](https://github.com/twinfoundation/verifiable-storage/commit/e0997ffb0f4869dca11f248a9886acdd22c7dcc2))
16
+ * update dependencies ([a16a772](https://github.com/twinfoundation/verifiable-storage/commit/a16a77244cb1d312ea5ee74232bcdadd25f2b330))
17
+ * update ts-to-schema generation ([cd41401](https://github.com/twinfoundation/verifiable-storage/commit/cd41401dd4e91f111ddf8ae68eb7b40a976fb232))
18
+ * use new dlt packages with latency fix ([#6](https://github.com/twinfoundation/verifiable-storage/issues/6)) ([d81c45b](https://github.com/twinfoundation/verifiable-storage/commit/d81c45bce035864a41bbd498815169d7257fbcb8))
19
+ * use shared store mechanism ([#8](https://github.com/twinfoundation/verifiable-storage/issues/8)) ([8c8ecb8](https://github.com/twinfoundation/verifiable-storage/commit/8c8ecb83d32431952c594ea23d37040991f5b4d3))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * add missing iota receipt data ([#10](https://github.com/twinfoundation/verifiable-storage/issues/10)) ([b83c79f](https://github.com/twinfoundation/verifiable-storage/commit/b83c79fb453bb45af7c347dd7688eddbafdb442e))
25
+ * iota get digest to match last update ([53690a0](https://github.com/twinfoundation/verifiable-storage/commit/53690a0ffa9d38a69d184c90f975cc67199a5808))
26
+ * return if package already deployed ([dd859ca](https://github.com/twinfoundation/verifiable-storage/commit/dd859caadb7fa8323e214f6920e61e96202b4039))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/verifiable-storage-models bumped from 0.0.2-next.0 to 0.0.2-next.2
34
+
35
+ ## [0.0.2-next.0](https://github.com/twinfoundation/verifiable-storage/compare/verifiable-storage-connector-iota-v0.0.2-next.0...verifiable-storage-connector-iota-v0.0.2-next.0) (2025-07-16)
36
+
37
+
38
+ ### Features
39
+
40
+ * add data types ([d9ad58a](https://github.com/twinfoundation/verifiable-storage/commit/d9ad58afb0c86b80bcb1229d87d2d7f522b20fcd))
41
+ * add epoch and digest to receipt ([#12](https://github.com/twinfoundation/verifiable-storage/issues/12)) ([cd4cfa6](https://github.com/twinfoundation/verifiable-storage/commit/cd4cfa6bee19ee9b9896447d0b773bffd57fddf1))
42
+ * add support for allowlist ([#17](https://github.com/twinfoundation/verifiable-storage/issues/17)) ([9341ea6](https://github.com/twinfoundation/verifiable-storage/commit/9341ea6b95dfbf2a5dc70a53e5979d7d0e8b2de6))
43
+ * improve components state for deployments based on contract id ([ce1dadd](https://github.com/twinfoundation/verifiable-storage/commit/ce1daddeda4a37d5becd49803475ece2a5c01a07))
44
+ * iota rebased release ([fb37cfe](https://github.com/twinfoundation/verifiable-storage/commit/fb37cfec62abe862bcb9b2285564b8ee6e59849b))
45
+ * iota rebased release ([e8fa9dd](https://github.com/twinfoundation/verifiable-storage/commit/e8fa9dd2a8a9c375ffc465f9b5c2048f6b0dca47))
46
+ * update allow list name case ([278a787](https://github.com/twinfoundation/verifiable-storage/commit/278a787e96864c95438f87adaac6f2fc8b6bebcd))
47
+ * update connector config and tests for gas station ([#25](https://github.com/twinfoundation/verifiable-storage/issues/25)) ([e0997ff](https://github.com/twinfoundation/verifiable-storage/commit/e0997ffb0f4869dca11f248a9886acdd22c7dcc2))
48
+ * update dependencies ([a16a772](https://github.com/twinfoundation/verifiable-storage/commit/a16a77244cb1d312ea5ee74232bcdadd25f2b330))
49
+ * update ts-to-schema generation ([cd41401](https://github.com/twinfoundation/verifiable-storage/commit/cd41401dd4e91f111ddf8ae68eb7b40a976fb232))
50
+ * use new dlt packages with latency fix ([#6](https://github.com/twinfoundation/verifiable-storage/issues/6)) ([d81c45b](https://github.com/twinfoundation/verifiable-storage/commit/d81c45bce035864a41bbd498815169d7257fbcb8))
51
+ * use shared store mechanism ([#8](https://github.com/twinfoundation/verifiable-storage/issues/8)) ([8c8ecb8](https://github.com/twinfoundation/verifiable-storage/commit/8c8ecb83d32431952c594ea23d37040991f5b4d3))
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * add missing iota receipt data ([#10](https://github.com/twinfoundation/verifiable-storage/issues/10)) ([b83c79f](https://github.com/twinfoundation/verifiable-storage/commit/b83c79fb453bb45af7c347dd7688eddbafdb442e))
57
+ * iota get digest to match last update ([53690a0](https://github.com/twinfoundation/verifiable-storage/commit/53690a0ffa9d38a69d184c90f975cc67199a5808))
58
+ * return if package already deployed ([dd859ca](https://github.com/twinfoundation/verifiable-storage/commit/dd859caadb7fa8323e214f6920e61e96202b4039))
59
+
60
+
61
+ ### Dependencies
62
+
63
+ * The following workspace dependencies were updated
64
+ * dependencies
65
+ * @twin.org/verifiable-storage-models bumped from 0.0.2-next.0 to 0.0.2-next.0
66
+
3
67
  ## 0.0.1 (2025-07-09)
4
68
 
5
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/verifiable-storage-connector-iota",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-next.2",
4
4
  "description": "Implementation of the Verifiable Storage connector using IOTA",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,16 +14,16 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@iota/iota-sdk": "1.2.0",
18
- "@twin.org/core": "^0.0.1",
19
- "@twin.org/crypto": "^0.0.1",
20
- "@twin.org/data-core": "^0.0.1",
21
- "@twin.org/data-json-ld": "^0.0.1",
22
- "@twin.org/dlt-iota": "^0.0.1",
23
- "@twin.org/logging-models": "^0.0.1",
24
- "@twin.org/nameof": "^0.0.1",
25
- "@twin.org/vault-models": "^0.0.1",
26
- "@twin.org/verifiable-storage-models": "^0.0.1"
17
+ "@iota/iota-sdk": "1.4.0",
18
+ "@twin.org/core": "next",
19
+ "@twin.org/crypto": "next",
20
+ "@twin.org/data-core": "next",
21
+ "@twin.org/data-json-ld": "next",
22
+ "@twin.org/dlt-iota": "next",
23
+ "@twin.org/logging-models": "next",
24
+ "@twin.org/nameof": "next",
25
+ "@twin.org/vault-models": "next",
26
+ "@twin.org/verifiable-storage-models": "0.0.2-next.2"
27
27
  },
28
28
  "main": "./dist/cjs/index.cjs",
29
29
  "module": "./dist/esm/index.mjs",