@noxickon/onyx 6.5.0 → 6.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noxickon/onyx",
3
- "version": "6.5.0",
3
+ "version": "6.7.0",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -26,6 +26,10 @@
26
26
  "types": "./dist/rest/index.d.ts",
27
27
  "import": "./dist/rest.js"
28
28
  },
29
+ "./connect": {
30
+ "types": "./dist/connect/index.d.ts",
31
+ "import": "./dist/connect.js"
32
+ },
29
33
  "./graphql": {
30
34
  "types": "./dist/graphql/index.d.ts",
31
35
  "import": "./dist/graphql.js"
@@ -68,6 +72,8 @@
68
72
  },
69
73
  "peerDependencies": {
70
74
  "@apollo/client": "^4.2.3",
75
+ "@bufbuild/protobuf": "^2.7.0",
76
+ "@connectrpc/connect": "^2.0.0",
71
77
  "@tiptap/extension-placeholder": "^3.0.0",
72
78
  "@tiptap/pm": "^3.0.0",
73
79
  "@tiptap/react": "^3.0.0",
@@ -83,6 +89,12 @@
83
89
  "@apollo/client": {
84
90
  "optional": true
85
91
  },
92
+ "@bufbuild/protobuf": {
93
+ "optional": true
94
+ },
95
+ "@connectrpc/connect": {
96
+ "optional": true
97
+ },
86
98
  "graphql": {
87
99
  "optional": true
88
100
  },
@@ -119,7 +131,9 @@
119
131
  },
120
132
  "devDependencies": {
121
133
  "@apollo/client": "^4.2.3",
134
+ "@bufbuild/protobuf": "^2.12.1",
122
135
  "@chromatic-com/storybook": "^5.0.0",
136
+ "@connectrpc/connect": "^2.1.2",
123
137
  "@eslint-react/eslint-plugin": "^5.9.0",
124
138
  "@eslint/js": "^10.0.0",
125
139
  "@noxickon/codex": "^4.0.4",