@objectstack/plugin-webhooks 14.7.0 → 14.8.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-webhooks@14.7.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@14.8.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/schema.ts
@@ -10,15 +10,15 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
+ ESM dist/index.js 13.47 KB
13
14
  ESM dist/schema.js 111.00 B
14
15
  ESM dist/chunk-YQG6SUP3.js 5.67 KB
15
16
  ESM dist/translations-AV47AVPV.js 19.41 KB
16
- ESM dist/index.js 13.47 KB
17
+ ESM dist/index.js.map 34.03 KB
17
18
  ESM dist/schema.js.map 71.00 B
18
19
  ESM dist/chunk-YQG6SUP3.js.map 10.28 KB
19
20
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
20
- ESM dist/index.js.map 34.03 KB
21
- ESM ⚡️ Build success in 449ms
21
+ ESM ⚡️ Build success in 617ms
22
22
  CJS dist/index.cjs 17.15 KB
23
23
  CJS dist/schema.cjs 220.00 B
24
24
  CJS dist/chunk-I63ISOGO.cjs 5.81 KB
@@ -27,9 +27,9 @@
27
27
  CJS dist/schema.cjs.map 278.00 B
28
28
  CJS dist/chunk-I63ISOGO.cjs.map 12.15 KB
29
29
  CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
30
- CJS ⚡️ Build success in 608ms
30
+ CJS ⚡️ Build success in 624ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 20197ms
32
+ DTS ⚡️ Build success in 23849ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
34
  DTS dist/schema.d.ts 134.83 KB
35
35
  DTS dist/index.d.cts 6.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 14.8.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [16b4bf6]
8
+ - Updated dependencies [16b4bf6]
9
+ - Updated dependencies [10e8983]
10
+ - Updated dependencies [607aaf4]
11
+ - Updated dependencies [bb71321]
12
+ - @objectstack/spec@14.8.0
13
+ - @objectstack/service-messaging@14.8.0
14
+ - @objectstack/core@14.8.0
15
+
3
16
  ## 14.7.0
4
17
 
5
18
  ### Minor Changes
package/dist/schema.d.cts CHANGED
@@ -492,6 +492,11 @@ declare const SysWebhook: Omit<{
492
492
  schemaId: string;
493
493
  schema?: Record<string, unknown> | undefined;
494
494
  } | undefined;
495
+ emptyState?: {
496
+ title?: string | undefined;
497
+ message?: string | undefined;
498
+ icon?: string | undefined;
499
+ } | undefined;
495
500
  tree?: {
496
501
  [x: string]: unknown;
497
502
  parentField?: string | undefined;
@@ -651,11 +656,6 @@ declare const SysWebhook: Omit<{
651
656
  } | undefined;
652
657
  showRecordCount?: boolean | undefined;
653
658
  allowPrinting?: boolean | undefined;
654
- emptyState?: {
655
- title?: string | undefined;
656
- message?: string | undefined;
657
- icon?: string | undefined;
658
- } | undefined;
659
659
  performance?: {
660
660
  lazyLoad?: boolean | undefined;
661
661
  virtualScroll?: {
package/dist/schema.d.ts CHANGED
@@ -492,6 +492,11 @@ declare const SysWebhook: Omit<{
492
492
  schemaId: string;
493
493
  schema?: Record<string, unknown> | undefined;
494
494
  } | undefined;
495
+ emptyState?: {
496
+ title?: string | undefined;
497
+ message?: string | undefined;
498
+ icon?: string | undefined;
499
+ } | undefined;
495
500
  tree?: {
496
501
  [x: string]: unknown;
497
502
  parentField?: string | undefined;
@@ -651,11 +656,6 @@ declare const SysWebhook: Omit<{
651
656
  } | undefined;
652
657
  showRecordCount?: boolean | undefined;
653
658
  allowPrinting?: boolean | undefined;
654
- emptyState?: {
655
- title?: string | undefined;
656
- message?: string | undefined;
657
- icon?: string | undefined;
658
- } | undefined;
659
659
  performance?: {
660
660
  lazyLoad?: boolean | undefined;
661
661
  virtualScroll?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "14.7.0",
3
+ "version": "14.8.0",
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": "14.7.0",
23
- "@objectstack/service-messaging": "14.7.0",
24
- "@objectstack/spec": "14.7.0"
22
+ "@objectstack/core": "14.8.0",
23
+ "@objectstack/service-messaging": "14.8.0",
24
+ "@objectstack/spec": "14.8.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^26.1.1",