swarpc 0.16.0 → 0.16.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/types.d.ts +1 -1
  2. package/package.json +7 -7
package/dist/types.d.ts CHANGED
@@ -56,7 +56,7 @@ export type ProcedureImplementation<I extends Schema, P extends Schema, S extend
56
56
  /**
57
57
  * Input data for the procedure
58
58
  */
59
- input: Schema.InferInput<I>,
59
+ input: Schema.InferOutput<I>,
60
60
  /**
61
61
  * Callback to call with progress updates.
62
62
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swarpc",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Full type-safe RPC library for service worker -- move things off of the UI thread with ease!",
5
5
  "keywords": [
6
6
  "service-workers",
@@ -50,29 +50,29 @@
50
50
  "@playwright/test": "^1.56.1",
51
51
  "@size-limit/esbuild-why": "^11.2.0",
52
52
  "@size-limit/preset-small-lib": "^11.2.0",
53
- "@vitest/web-worker": "^4.0.6",
53
+ "@vitest/web-worker": "^4.0.8",
54
54
  "arktype": "^2.1.25",
55
55
  "date-fns": "^4.1.0",
56
56
  "husky": "^9.1.7",
57
57
  "kacl": "^1.1.1",
58
- "knip": "^5.67.0",
58
+ "knip": "^5.68.0",
59
59
  "lint-staged": "^16.2.6",
60
60
  "nodemon": "^3.1.10",
61
- "oxlint": "^1.25.0",
61
+ "oxlint": "^1.27.0",
62
62
  "pkg-pr-new": "^0.0.60",
63
63
  "prettier": "^3.6.2",
64
64
  "sirv-cli": "^3.0.1",
65
65
  "size-limit": "^11.2.0",
66
66
  "typedoc": "^0.28.14",
67
67
  "typedoc-material-theme": "^1.4.1",
68
- "typedoc-plugin-dt-links": "^2.0.27",
68
+ "typedoc-plugin-dt-links": "^2.0.28",
69
69
  "typedoc-plugin-extras": "^4.0.1",
70
70
  "typedoc-plugin-inline-sources": "^1.3.0",
71
71
  "typedoc-plugin-mdn-links": "^5.0.10",
72
72
  "typedoc-plugin-redirect": "^1.2.1",
73
73
  "typescript": "^5.9.3",
74
- "vite": "^7.1.12",
75
- "vitest": "^4.0.6"
74
+ "vite": "^7.2.2",
75
+ "vitest": "^4.0.8"
76
76
  },
77
77
  "volta": {
78
78
  "node": "24.11.0",