@trigger.dev/schema-to-json 0.0.0-prerelease-20250916133650 → 0.0.0-prerelease-20251113143926

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 +3 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/schema-to-json",
3
- "version": "0.0.0-prerelease-20250916133650",
3
+ "version": "0.0.0-prerelease-20251113143926",
4
4
  "description": "Convert various schema validation libraries to JSON Schema",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  "@sodaru/yup-to-json-schema": "^2",
36
36
  "zod": "3.25.76",
37
37
  "effect": "^3",
38
- "@trigger.dev/core": "0.0.0-prerelease-20250916133650"
38
+ "@trigger.dev/core": "0.0.0-prerelease-20251113143926"
39
39
  },
40
40
  "devDependencies": {
41
41
  "arktype": "^2.0.0",
@@ -50,21 +50,15 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "arktype": ">=2.0.0",
53
- "effect": ">=3.0.0",
54
53
  "runtypes": ">=5.0.0",
55
54
  "superstruct": ">=0.14.2",
56
55
  "@sinclair/typebox": ">=0.34.30",
57
- "valibot": ">=0.41.0",
58
- "yup": ">=1.0.0",
59
- "zod": "^3.25.76 || ^4"
56
+ "valibot": ">=0.41.0"
60
57
  },
61
58
  "peerDependenciesMeta": {
62
59
  "arktype": {
63
60
  "optional": true
64
61
  },
65
- "effect": {
66
- "optional": true
67
- },
68
62
  "runtypes": {
69
63
  "optional": true
70
64
  },
@@ -76,12 +70,6 @@
76
70
  },
77
71
  "valibot": {
78
72
  "optional": true
79
- },
80
- "yup": {
81
- "optional": true
82
- },
83
- "zod": {
84
- "optional": true
85
73
  }
86
74
  },
87
75
  "tshy": {