@twin.org/immutable-proof-service 0.0.1-next.16 → 0.0.1-next.18

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,6 +1,6 @@
1
1
  # Function: generateRestRoutesImmutableProof()
2
2
 
3
- > **generateRestRoutesImmutableProof**(`baseRouteName`, `componentName`): `IRestRoute`[]
3
+ > **generateRestRoutesImmutableProof**(`baseRouteName`, `componentName`): `IRestRoute`\<`any`, `any`\>[]
4
4
 
5
5
  The REST routes for immutable proof.
6
6
 
@@ -20,6 +20,6 @@ The name of the component to use in the routes stored in the ComponentFactory.
20
20
 
21
21
  ## Returns
22
22
 
23
- `IRestRoute`[]
23
+ `IRestRoute`\<`any`, `any`\>[]
24
24
 
25
25
  The generated routes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/immutable-proof-service",
3
- "version": "0.0.1-next.16",
3
+ "version": "0.0.1-next.18",
4
4
  "description": "Immutable proof contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,13 +19,12 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/crypto": "next",
21
21
  "@twin.org/data-json-ld": "next",
22
- "@twin.org/data-schema-org": "next",
23
22
  "@twin.org/entity": "next",
24
23
  "@twin.org/entity-storage-models": "next",
25
24
  "@twin.org/event-bus-models": "next",
26
25
  "@twin.org/identity-models": "next",
27
- "@twin.org/immutable-proof-models": "0.0.1-next.16",
28
- "@twin.org/immutable-proof-task": "0.0.1-next.16",
26
+ "@twin.org/immutable-proof-models": "0.0.1-next.18",
27
+ "@twin.org/immutable-proof-task": "0.0.1-next.18",
29
28
  "@twin.org/immutable-storage-models": "next",
30
29
  "@twin.org/nameof": "next",
31
30
  "@twin.org/standards-w3c-did": "next",