@beignet/devtools 0.0.31 → 0.0.32

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,36 @@
1
1
  # @beignet/devtools
2
2
 
3
+ ## 0.0.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 671b986: API coherence: definition kinds, app-bound uploads, honest inline retry, and
8
+ deterministic memory adapters.
9
+
10
+ - `FlagDef` now carries `kind: "flag"` as its definition discriminator, and
11
+ the value type moves to `valueKind` (`FlagEvaluationDetails.kind` is also
12
+ renamed `valueKind`; types `FlagKind` and `FlagKindForValue` are now
13
+ `FlagValueKind` and `FlagValueKindForValue`). `defineWebhook` results carry
14
+ `kind: "webhook"` and `defineSearchIndex` results carry
15
+ `kind: "search-index"`, so every definition subsystem shares the same
16
+ discriminator grammar. The OpenFeature provider and devtools flag panel
17
+ follow the rename.
18
+ - New `createUploads<AppContext>()` in `@beignet/core/uploads` returns an
19
+ app-bound `defineUpload`, matching the jobs/schedules/tasks/notifications/
20
+ listeners factories. The bound builder infers the upload name, metadata
21
+ schema, context, and `onComplete` result without explicit type arguments;
22
+ apps create it once in `lib/uploads.ts`.
23
+ - `createInlineJobDispatcher(...)` now honors a job's declared retry policy:
24
+ failed dispatches retry in-process with the policy's delays (injectable
25
+ `sleep` option for tests), payload validation failures never retry, and
26
+ jobs without a policy run exactly once.
27
+ - `createMemoryOutbox({ id, now })` and
28
+ `createMemoryIdempotencyStore({ now })` accept injectable ID and clock
29
+ factories instead of hardcoding `crypto.randomUUID()` and `new Date()`.
30
+ - The BullMQ provider validates unsupported retry options (`maxDelay`, custom
31
+ `factor`, `jitter`) eagerly at `createBullMQJobWorker(...)` creation instead
32
+ of only at first dispatch or processing.
33
+
3
34
  ## 0.0.31
4
35
 
5
36
  ## 0.0.30
@@ -1 +1 @@
1
- {"version":3,"file":"ui-html.generated.d.ts","sourceRoot":"","sources":["../src/ui-html.generated.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,EAAE,MACw8jd,CAAC"}
1
+ {"version":3,"file":"ui-html.generated.d.ts","sourceRoot":"","sources":["../src/ui-html.generated.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,uBAAuB,EAAE,MAC68jd,CAAC"}