@beignet/core 0.0.40 → 0.0.42

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @beignet/core
2
2
 
3
+ ## 0.0.42
4
+
5
+ ## 0.0.41
6
+
3
7
  ## 0.0.40
4
8
 
5
9
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beignet/core",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "type": "module",
5
5
  "description": "Core framework primitives for Beignet",
6
6
  "exports": {
@@ -207,6 +207,9 @@ Register workflow artifacts explicitly:
207
207
  - schedules in `server/schedules.ts`
208
208
  - tasks in `server/tasks.ts`
209
209
  - outbox events and jobs in `server/outbox.ts`
210
+ - Inngest-backed job functions in `server/inngest.ts`; share one app-owned
211
+ client with the jobs provider and mount the registry through the host's
212
+ Inngest adapter
210
213
  - queued notification definitions and their delivery job in
211
214
  `server/notifications.ts`, then add that job to every worker/outbox registry
212
215
  - seeds through the app's seed entrypoint, usually `server/seed.ts`