@objectstack/plugin-webhooks 9.0.0 → 9.1.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.0.0 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
2
+ > @objectstack/plugin-webhooks@9.1.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
@@ -11,25 +11,25 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.js 12.73 KB
14
- ESM dist/schema.js 111.00 B
15
14
  ESM dist/chunk-HWFTXTTI.js 4.71 KB
16
15
  ESM dist/translations-AV47AVPV.js 19.41 KB
16
+ ESM dist/schema.js 111.00 B
17
17
  ESM dist/index.js.map 32.44 KB
18
- ESM dist/schema.js.map 71.00 B
19
18
  ESM dist/chunk-HWFTXTTI.js.map 9.15 KB
20
19
  ESM dist/translations-AV47AVPV.js.map 30.54 KB
21
- ESM ⚡️ Build success in 1034ms
20
+ ESM dist/schema.js.map 71.00 B
21
+ ESM ⚡️ Build success in 1239ms
22
22
  CJS dist/index.cjs 16.40 KB
23
23
  CJS dist/schema.cjs 220.00 B
24
- CJS dist/translations-OAKKANSP.cjs 19.50 KB
25
24
  CJS dist/chunk-KPKLAXNA.cjs 4.86 KB
25
+ CJS dist/translations-OAKKANSP.cjs 19.50 KB
26
26
  CJS dist/index.cjs.map 30.14 KB
27
27
  CJS dist/schema.cjs.map 278.00 B
28
- CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
29
28
  CJS dist/chunk-KPKLAXNA.cjs.map 10.96 KB
30
- CJS ⚡️ Build success in 1044ms
29
+ CJS dist/translations-OAKKANSP.cjs.map 34.65 KB
30
+ CJS ⚡️ Build success in 1270ms
31
31
  DTS Build start
32
- DTS ⚡️ Build success in 20008ms
32
+ DTS ⚡️ Build success in 20700ms
33
33
  DTS dist/index.d.ts 6.97 KB
34
34
  DTS dist/schema.d.ts 148.78 KB
35
35
  DTS dist/index.d.cts 6.97 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @objectstack/plugin-webhooks
2
2
 
3
+ ## 9.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b9062c9]
8
+ - @objectstack/spec@9.1.0
9
+ - @objectstack/core@9.1.0
10
+ - @objectstack/service-messaging@9.1.0
11
+
12
+ ## 9.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [1817845]
17
+ - @objectstack/spec@9.0.1
18
+ - @objectstack/core@9.0.1
19
+ - @objectstack/service-messaging@9.0.1
20
+
3
21
  ## 9.0.0
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-webhooks",
3
- "version": "9.0.0",
3
+ "version": "9.1.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": "9.0.0",
23
- "@objectstack/service-messaging": "9.0.0",
24
- "@objectstack/spec": "9.0.0"
22
+ "@objectstack/core": "9.1.0",
23
+ "@objectstack/service-messaging": "9.1.0",
24
+ "@objectstack/spec": "9.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^25.9.2",