@0xsequence/api 2.0.16 → 2.0.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.
@@ -25,13 +25,13 @@ function _extends() {
25
25
  // webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
26
26
 
27
27
  // WebRPC description and code-gen version
28
- const WebRPCVersion = "v1";
28
+ const WebRPCVersion = 'v1';
29
29
 
30
30
  // Schema version of your RIDL schema
31
- const WebRPCSchemaVersion = "v0.4.0";
31
+ const WebRPCSchemaVersion = 'v0.4.0';
32
32
 
33
33
  // Schema hash generated from your RIDL schema
34
- const WebRPCSchemaHash = "470a0f88ea399c2a57ff8c22da54358c033ed5f0";
34
+ const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
35
35
 
36
36
  //
37
37
  // Types
@@ -25,13 +25,13 @@ function _extends() {
25
25
  // webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
26
26
 
27
27
  // WebRPC description and code-gen version
28
- const WebRPCVersion = "v1";
28
+ const WebRPCVersion = 'v1';
29
29
 
30
30
  // Schema version of your RIDL schema
31
- const WebRPCSchemaVersion = "v0.4.0";
31
+ const WebRPCSchemaVersion = 'v0.4.0';
32
32
 
33
33
  // Schema hash generated from your RIDL schema
34
- const WebRPCSchemaHash = "470a0f88ea399c2a57ff8c22da54358c033ed5f0";
34
+ const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
35
35
 
36
36
  //
37
37
  // Types
@@ -21,13 +21,13 @@ function _extends() {
21
21
  // webrpc-gen -schema=api.ridl -target=typescript -client -out=./clients/api.gen.ts
22
22
 
23
23
  // WebRPC description and code-gen version
24
- const WebRPCVersion = "v1";
24
+ const WebRPCVersion = 'v1';
25
25
 
26
26
  // Schema version of your RIDL schema
27
- const WebRPCSchemaVersion = "v0.4.0";
27
+ const WebRPCSchemaVersion = 'v0.4.0';
28
28
 
29
29
  // Schema hash generated from your RIDL schema
30
- const WebRPCSchemaHash = "470a0f88ea399c2a57ff8c22da54358c033ed5f0";
30
+ const WebRPCSchemaHash = '470a0f88ea399c2a57ff8c22da54358c033ed5f0';
31
31
 
32
32
  //
33
33
  // Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/api",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "api sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",
6
6
  "source": "src/index.ts",