@krak-stack/registry 0.1.8 → 0.1.10

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": "@krak-stack/registry",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Tree-shakable KrakStack components and Effect services.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -140,6 +140,14 @@
140
140
  "types": "./dist/services/notification/index.d.ts",
141
141
  "import": "./dist/services/notification/index.js"
142
142
  },
143
+ "./service-notification/client": {
144
+ "types": "./dist/services/notification/client/index.d.ts",
145
+ "import": "./dist/services/notification/client/index.js"
146
+ },
147
+ "./notifications": {
148
+ "types": "./dist/services/notification/public.d.ts",
149
+ "import": "./dist/services/notification/public.js"
150
+ },
143
151
  "./service-notification/channels": {
144
152
  "types": "./dist/services/notification/channels/index.d.ts",
145
153
  "import": "./dist/services/notification/channels/index.js"
@@ -164,6 +172,14 @@
164
172
  "types": "./dist/services/s3/schema.d.ts",
165
173
  "import": "./dist/services/s3/schema.js"
166
174
  },
175
+ "./service-file-extraction": {
176
+ "types": "./dist/services/file-extraction/index.d.ts",
177
+ "import": "./dist/services/file-extraction/index.js"
178
+ },
179
+ "./service-file-extraction/schema": {
180
+ "types": "./dist/services/file-extraction/schema.d.ts",
181
+ "import": "./dist/services/file-extraction/schema.js"
182
+ },
167
183
  "./tailwind.css": "./tailwind.css",
168
184
  "./package.json": "./package.json"
169
185
  },
@@ -190,8 +206,9 @@
190
206
  "@streamdown/code": "^1.1.1",
191
207
  "@tanstack/react-form": "^1.33.0",
192
208
  "@tanstack/react-router": "^1.170.15",
193
- "@tanstack/react-table": "^8.21.3",
209
+ "@tanstack/react-table": "^9.1.2",
194
210
  "@tanstack/react-virtual": "^3.14.5",
211
+ "@xberg-io/xberg": "1.0.14",
195
212
  "class-variance-authority": "^0.7.1",
196
213
  "clsx": "^2.1.1",
197
214
  "cmdk": "^1.1.1",
@@ -253,6 +270,9 @@
253
270
  "@tanstack/react-virtual": {
254
271
  "optional": true
255
272
  },
273
+ "@xberg-io/xberg": {
274
+ "optional": true
275
+ },
256
276
  "shiki": {
257
277
  "optional": true
258
278
  },