@objectstack/plugin-webhooks 6.5.0 → 6.5.1

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@6.5.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@6.5.1 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, src/sql-outbox.ts
@@ -20,7 +20,7 @@
20
20
  ESM dist/sql-outbox.js.map 71.00 B
21
21
  ESM dist/chunk-BS2QTZH3.js.map 24.11 KB
22
22
  ESM dist/chunk-33LYZT7O.js.map 14.02 KB
23
- ESM ⚡️ Build success in 966ms
23
+ ESM ⚡️ Build success in 1084ms
24
24
  CJS dist/index.cjs 33.81 KB
25
25
  CJS dist/schema.cjs 309.00 B
26
26
  CJS dist/sql-outbox.cjs 269.00 B
@@ -31,9 +31,9 @@
31
31
  CJS dist/sql-outbox.cjs.map 299.00 B
32
32
  CJS dist/chunk-FA66GQEO.cjs.map 27.71 KB
33
33
  CJS dist/chunk-MJZGD37S.cjs.map 16.72 KB
34
- CJS ⚡️ Build success in 982ms
34
+ CJS ⚡️ Build success in 1091ms
35
35
  DTS Build start
36
- DTS ⚡️ Build success in 16243ms
36
+ DTS ⚡️ Build success in 7978ms
37
37
  DTS dist/index.d.ts 17.42 KB
38
38
  DTS dist/schema.d.ts 212.01 KB
39
39
  DTS dist/sql-outbox.d.ts 2.44 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 6.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @objectstack/spec@6.5.1
8
+ - @objectstack/core@6.5.1
9
+ - @objectstack/platform-objects@6.5.1
10
+ - @objectstack/service-cluster@6.5.1
11
+
3
12
  ## 6.5.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
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",
@@ -24,10 +24,10 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@objectstack/core": "6.5.0",
28
- "@objectstack/platform-objects": "6.5.0",
29
- "@objectstack/spec": "6.5.0",
30
- "@objectstack/service-cluster": "5.1.8"
27
+ "@objectstack/core": "6.5.1",
28
+ "@objectstack/platform-objects": "6.5.1",
29
+ "@objectstack/spec": "6.5.1",
30
+ "@objectstack/service-cluster": "6.5.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^25.9.1",