@objectstack/plugin-webhooks 17.0.0-rc.2 → 17.0.0-rc.3

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,14 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 17.0.0-rc.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e284b2]
8
+ - @objectstack/spec@17.0.0-rc.3
9
+ - @objectstack/core@17.0.0-rc.3
10
+ - @objectstack/service-messaging@17.0.0-rc.3
11
+
3
12
  ## 17.0.0-rc.2
4
13
 
5
14
  ### Minor Changes
package/dist/schema.d.cts CHANGED
@@ -636,6 +636,7 @@ declare const SysWebhook: Omit<{
636
636
  required?: boolean | undefined;
637
637
  default?: unknown;
638
638
  options?: {
639
+ [x: string]: unknown;
639
640
  label: string;
640
641
  value: string | number | boolean;
641
642
  }[] | undefined;
package/dist/schema.d.ts CHANGED
@@ -636,6 +636,7 @@ declare const SysWebhook: Omit<{
636
636
  required?: boolean | undefined;
637
637
  default?: unknown;
638
638
  options?: {
639
+ [x: string]: unknown;
639
640
  label: string;
640
641
  value: string | number | boolean;
641
642
  }[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "17.0.0-rc.2",
3
+ "version": "17.0.0-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Persistent, cluster-aware webhook dispatcher. Durable outbox + per-partition cluster.lock for exactly-once-ish delivery across nodes. See content/docs/concepts/webhook-delivery.mdx.",
6
6
  "type": "module",
@@ -19,9 +19,9 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@objectstack/core": "17.0.0-rc.2",
23
- "@objectstack/service-messaging": "17.0.0-rc.2",
24
- "@objectstack/spec": "17.0.0-rc.2"
22
+ "@objectstack/service-messaging": "17.0.0-rc.3",
23
+ "@objectstack/core": "17.0.0-rc.3",
24
+ "@objectstack/spec": "17.0.0-rc.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.1.2",