@orpc/interop 0.0.0-next.f677f1d → 0.0.0-next.f8cfaa5

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.
package/README.md CHANGED
@@ -73,8 +73,6 @@ A compatibility layer that builds & re-exports upstream packages that don't yet
73
73
 
74
74
  **Included packages:**
75
75
 
76
- - [json-schema-typed](https://www.npmjs.com/package/json-schema-typed) to address issue [RemyRylan/json-schema-typed#116](https://github.com/RemyRylan/json-schema-typed/issues/116)
77
-
78
76
  - [compression](https://www.npmjs.com/package/compression) for esm compatibility
79
77
 
80
78
  ## Sponsors
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/interop",
3
3
  "type": "module",
4
- "version": "0.0.0-next.f677f1d",
4
+ "version": "0.0.0-next.f8cfaa5",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -14,26 +14,6 @@
14
14
  "orpc"
15
15
  ],
16
16
  "exports": {
17
- "./json-schema-typed": {
18
- "types": "./dist/json-schema-typed/index.d.mts",
19
- "import": "./dist/json-schema-typed/index.mjs",
20
- "default": "./dist/json-schema-typed/index.mjs"
21
- },
22
- "./json-schema-typed/draft-07": {
23
- "types": "./dist/json-schema-typed/draft-07.d.mts",
24
- "import": "./dist/json-schema-typed/draft-07.mjs",
25
- "default": "./dist/json-schema-typed/draft-07.mjs"
26
- },
27
- "./json-schema-typed/draft-2019-09": {
28
- "types": "./dist/json-schema-typed/draft-2019-09.d.mts",
29
- "import": "./dist/json-schema-typed/draft-2019-09.mjs",
30
- "default": "./dist/json-schema-typed/draft-2019-09.mjs"
31
- },
32
- "./json-schema-typed/draft-2020-12": {
33
- "types": "./dist/json-schema-typed/draft-2020-12.d.mts",
34
- "import": "./dist/json-schema-typed/draft-2020-12.mjs",
35
- "default": "./dist/json-schema-typed/draft-2020-12.mjs"
36
- },
37
17
  "./compression": {
38
18
  "types": "./dist/compression/index.d.mts",
39
19
  "import": "./dist/compression/index.mjs",
@@ -45,8 +25,7 @@
45
25
  ],
46
26
  "devDependencies": {
47
27
  "@types/compression": "^1.8.1",
48
- "compression": "^1.8.1",
49
- "json-schema-typed": "^8.0.1"
28
+ "compression": "^1.8.1"
50
29
  },
51
30
  "scripts": {
52
31
  "build": "unbuild",