@orpc/vue-query 0.0.0-next.2f8ca7f → 0.0.0-next.9306271

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/vue-query",
3
3
  "type": "module",
4
- "version": "0.0.0-next.2f8ca7f",
4
+ "version": "0.0.0-next.9306271",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -34,9 +34,9 @@
34
34
  "peerDependencies": {
35
35
  "@tanstack/vue-query": ">=5.50.0",
36
36
  "vue": ">=3.3.0",
37
- "@orpc/client": "0.0.0-next.2f8ca7f",
38
- "@orpc/contract": "0.0.0-next.2f8ca7f",
39
- "@orpc/server": "0.0.0-next.2f8ca7f"
37
+ "@orpc/contract": "0.0.0-next.9306271",
38
+ "@orpc/client": "0.0.0-next.9306271",
39
+ "@orpc/server": "0.0.0-next.9306271"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",