@twin.org/immutable-proof-rest-client 0.0.1-next.30 → 0.0.1-next.32

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.
package/docs/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @twin.org/immutable-proof-rest-client - Changelog
2
2
 
3
+ ## [0.0.1-next.32](https://github.com/twinfoundation/immutable-proof/compare/immutable-proof-rest-client-v0.0.1-next.31...immutable-proof-rest-client-v0.0.1-next.32) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#3](https://github.com/twinfoundation/immutable-proof/issues/3)) ([7042a40](https://github.com/twinfoundation/immutable-proof/commit/7042a40f0ef8b01463f07aeb1efae4f417162fa1))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/immutable-proof-models bumped from 0.0.1-next.31 to 0.0.1-next.32
16
+
17
+ ## [0.0.1-next.31](https://github.com/twinfoundation/immutable-proof/compare/immutable-proof-rest-client-v0.0.1-next.30...immutable-proof-rest-client-v0.0.1-next.31) (2025-03-28)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **immutable-proof-rest-client:** Synchronize repo versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/immutable-proof-models bumped from 0.0.1-next.30 to 0.0.1-next.31
30
+
3
31
  ## v0.0.1-next.30
4
32
 
5
33
  - Initial Release
@@ -12,9 +12,9 @@ Client for performing immutable proof through to REST endpoints.
12
12
 
13
13
  ## Constructors
14
14
 
15
- ### new ImmutableProofClient()
15
+ ### Constructor
16
16
 
17
- > **new ImmutableProofClient**(`config`): [`ImmutableProofClient`](ImmutableProofClient.md)
17
+ > **new ImmutableProofClient**(`config`): `ImmutableProofClient`
18
18
 
19
19
  Create a new instance of ImmutableProofClient.
20
20
 
@@ -28,7 +28,7 @@ The configuration for the client.
28
28
 
29
29
  #### Returns
30
30
 
31
- [`ImmutableProofClient`](ImmutableProofClient.md)
31
+ `ImmutableProofClient`
32
32
 
33
33
  #### Overrides
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-rest-client",
3
- "version": "0.0.1-next.30",
3
+ "version": "0.0.1-next.32",
4
4
  "description": "Immutable Proof contract implementation which can connect to REST endpoints",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/data-json-ld": "next",
21
21
  "@twin.org/entity": "next",
22
- "@twin.org/immutable-proof-models": "0.0.1-next.30",
22
+ "@twin.org/immutable-proof-models": "0.0.1-next.32",
23
23
  "@twin.org/nameof": "next",
24
24
  "@twin.org/web": "next"
25
25
  },