@objectstack/plugin-webhooks 9.5.1 → 9.7.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@9.5.1 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@9.7.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
@@ -18,7 +18,7 @@
18
18
  ESM dist/schema.js.map 71.00 B
19
19
  ESM dist/chunk-HWFTXTTI.js.map 9.15 KB
20
20
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
21
- ESM ⚡️ Build success in 117ms
21
+ ESM ⚡️ Build success in 787ms
22
22
  CJS dist/index.cjs 16.40 KB
23
23
  CJS dist/schema.cjs 220.00 B
24
24
  CJS dist/chunk-KPKLAXNA.cjs 4.86 KB
@@ -27,9 +27,9 @@
27
27
  CJS dist/schema.cjs.map 278.00 B
28
28
  CJS dist/chunk-KPKLAXNA.cjs.map 10.96 KB
29
29
  CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
30
- CJS ⚡️ Build success in 869ms
30
+ CJS ⚡️ Build success in 799ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 23694ms
32
+ DTS ⚡️ Build success in 24804ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
34
  DTS dist/schema.d.ts 150.13 KB
35
35
  DTS dist/index.d.cts 6.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 9.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@9.7.0
8
+ - @objectstack/core@9.7.0
9
+ - @objectstack/service-messaging@9.7.0
10
+
11
+ ## 9.6.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [d1e930a]
16
+ - Updated dependencies [71578f2]
17
+ - Updated dependencies [5e3a301]
18
+ - Updated dependencies [5db2742]
19
+ - @objectstack/spec@9.6.0
20
+ - @objectstack/core@9.6.0
21
+ - @objectstack/service-messaging@9.6.0
22
+
3
23
  ## 9.5.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "9.5.1",
3
+ "version": "9.7.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,14 +19,14 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@objectstack/core": "9.5.1",
23
- "@objectstack/service-messaging": "9.5.1",
24
- "@objectstack/spec": "9.5.1"
22
+ "@objectstack/core": "9.7.0",
23
+ "@objectstack/service-messaging": "9.7.0",
24
+ "@objectstack/spec": "9.7.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "^25.9.2",
27
+ "@types/node": "^25.9.3",
28
28
  "typescript": "^6.0.3",
29
- "vitest": "^4.1.8"
29
+ "vitest": "^4.1.9"
30
30
  },
31
31
  "keywords": [
32
32
  "objectstack",