@orpc/experimental-msw 2.0.0-beta.30 → 2.0.0-beta.31

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/experimental-msw",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.30",
4
+ "version": "2.0.0-beta.31",
5
5
  "description": "MSW integration for oRPC: mock procedures at the network level with typed MSW request handlers",
6
6
  "license": "MIT",
7
7
  "funding": [
@@ -35,15 +35,15 @@
35
35
  "msw": ">=2.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@orpc/client": "2.0.0-beta.30",
39
- "@orpc/server": "2.0.0-beta.30",
40
- "@orpc/shared": "2.0.0-beta.30",
41
- "@orpc/contract": "2.0.0-beta.30"
38
+ "@orpc/client": "2.0.0-beta.31",
39
+ "@orpc/server": "2.0.0-beta.31",
40
+ "@orpc/shared": "2.0.0-beta.31",
41
+ "@orpc/contract": "2.0.0-beta.31"
42
42
  },
43
43
  "devDependencies": {
44
44
  "msw": "^2.15.0",
45
45
  "zod": "^4.4.3",
46
- "@orpc/openapi": "2.0.0-beta.30"
46
+ "@orpc/openapi": "2.0.0-beta.31"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "unbuild",