@orpc/contract 0.41.2 → 0.43.0

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/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -184,7 +184,7 @@ function fallbackContractConfig(key, value) {
184
184
 
185
185
  // src/event-iterator.ts
186
186
  import { mapEventIterator, ORPCError } from "@orpc/client";
187
- import { isAsyncIteratorObject } from "@orpc/server-standard";
187
+ import { isAsyncIteratorObject } from "@orpc/standard-server";
188
188
  var EVENT_ITERATOR_SCHEMA_SYMBOL = Symbol("ORPC_EVENT_ITERATOR_SCHEMA");
189
189
  function eventIterator(yields, returns) {
190
190
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/contract",
3
3
  "type": "module",
4
- "version": "0.41.2",
4
+ "version": "0.43.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -29,10 +29,10 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@orpc/server-standard": "^0.4.0",
33
32
  "@standard-schema/spec": "^1.0.0",
34
- "@orpc/client": "0.41.2",
35
- "@orpc/shared": "0.41.2"
33
+ "@orpc/client": "0.43.0",
34
+ "@orpc/standard-server": "0.43.0",
35
+ "@orpc/shared": "0.43.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "arktype": "2.0.0-rc.26",