@beignet/devtools 0.0.31 → 0.0.33

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