@trpc/upgrade 11.3.1-canary.0 → 11.3.1

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +6 -6
package/dist/bin.js CHANGED
@@ -9,7 +9,7 @@ import { exec } from 'node:child_process';
9
9
  import { promisify } from 'node:util';
10
10
  import __node_cjsModule from 'node:module';
11
11
 
12
- var version = "11.3.1-canary.0+59644414d";
12
+ var version = "11.3.1";
13
13
 
14
14
  function getProgram() {
15
15
  const configFile = ts.findConfigFile(process.cwd(), (filepath)=>ts.sys.fileExists(filepath));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/upgrade",
3
- "version": "11.3.1-canary.0+59644414d",
3
+ "version": "11.3.1",
4
4
  "description": "Upgrade scripts for tRPC",
5
5
  "author": "juliusmarminge",
6
6
  "license": "MIT",
@@ -39,10 +39,10 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@tanstack/react-query": "^5.80.3",
42
- "@trpc/client": "11.3.1-canary.0+59644414d",
43
- "@trpc/react-query": "11.3.1-canary.0+59644414d",
44
- "@trpc/server": "11.3.1-canary.0+59644414d",
45
- "@trpc/tanstack-react-query": "11.3.1-canary.0+59644414d",
42
+ "@trpc/client": "11.3.1",
43
+ "@trpc/react-query": "11.3.1",
44
+ "@trpc/server": "11.3.1",
45
+ "@trpc/tanstack-react-query": "11.3.1",
46
46
  "@types/jscodeshift": "0.12.0",
47
47
  "@types/node": "^22.13.5",
48
48
  "bunchee": "6.5.1",
@@ -56,5 +56,5 @@
56
56
  "funding": [
57
57
  "https://trpc.io/sponsor"
58
58
  ],
59
- "gitHead": "59644414da1514d28ab6274065de46aa435eb313"
59
+ "gitHead": "c97573dd72086529c3f26dcc5e96d8152337b7f7"
60
60
  }