@cybermp/rpc-router-tanstack-query 0.1.0-rc.5 → 0.1.0-rc.7

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/dist/index.cjs CHANGED
@@ -66,7 +66,7 @@ const createProcedureUtils = (client, options) => {
66
66
  signal
67
67
  });
68
68
  } else {
69
- client.call(data, meta, {
69
+ return client.call(data, meta, {
70
70
  ...options2 ?? {},
71
71
  signal
72
72
  });
@@ -104,7 +104,7 @@ const createProcedureUtils = (client, options) => {
104
104
  signal
105
105
  });
106
106
  } else {
107
- client.call(data, meta, {
107
+ return client.call(data, meta, {
108
108
  ...options2 ?? {},
109
109
  signal
110
110
  });
@@ -131,7 +131,7 @@ const createProcedureUtils = (client, options) => {
131
131
  ...options2 ?? {}
132
132
  });
133
133
  } else {
134
- client.call(data, meta, {
134
+ return client.call(data, meta, {
135
135
  ...options2 ?? {}
136
136
  });
137
137
  }
package/dist/index.mjs CHANGED
@@ -64,7 +64,7 @@ const createProcedureUtils = (client, options) => {
64
64
  signal
65
65
  });
66
66
  } else {
67
- client.call(data, meta, {
67
+ return client.call(data, meta, {
68
68
  ...options2 ?? {},
69
69
  signal
70
70
  });
@@ -102,7 +102,7 @@ const createProcedureUtils = (client, options) => {
102
102
  signal
103
103
  });
104
104
  } else {
105
- client.call(data, meta, {
105
+ return client.call(data, meta, {
106
106
  ...options2 ?? {},
107
107
  signal
108
108
  });
@@ -129,7 +129,7 @@ const createProcedureUtils = (client, options) => {
129
129
  ...options2 ?? {}
130
130
  });
131
131
  } else {
132
- client.call(data, meta, {
132
+ return client.call(data, meta, {
133
133
  ...options2 ?? {}
134
134
  });
135
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cybermp/rpc-router-tanstack-query",
3
- "version": "0.1.0-rc.5",
3
+ "version": "0.1.0-rc.7",
4
4
  "keywords": [],
5
5
  "license": "MIT",
6
6
  "exports": {
@@ -15,8 +15,8 @@
15
15
  ],
16
16
  "peerDependencies": {
17
17
  "@tanstack/query-core": ">=5.80.2",
18
- "@cybermp/rpc-core": "0.1.0-rc.5",
19
- "@cybermp/rpc-router": "0.1.0-rc.5"
18
+ "@cybermp/rpc-core": "0.1.0-rc.7",
19
+ "@cybermp/rpc-router": "0.1.0-rc.7"
20
20
  },
21
21
  "unbuild": {
22
22
  "failOnWarn": false