@objectstack/plugin-webhooks 16.0.0-rc.0 → 16.0.0-rc.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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +13 -0
- package/dist/schema.d.cts +1 -1
- package/dist/schema.d.ts +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-webhooks@16.0.0-rc.
|
|
2
|
+
> @objectstack/plugin-webhooks@16.0.0-rc.1 build /home/runner/work/framework/framework/packages/plugins/plugin-webhooks
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/schema.ts
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
19
19
|
[32mESM[39m [1mdist/chunk-RBCYKJVL.js.map [22m[32m10.21 KB[39m
|
|
20
20
|
[32mESM[39m [1mdist/translations-EPJYANXJ.js.map [22m[32m30.50 KB[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 820ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m17.76 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m220.00 B[39m
|
|
24
24
|
[32mCJS[39m [1mdist/chunk-PTMJ5BLL.cjs [22m[32m5.76 KB[39m
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-PTMJ5BLL.cjs.map [22m[32m12.08 KB[39m
|
|
29
29
|
[32mCJS[39m [1mdist/translations-L2JAQDJB.cjs.map [22m[32m34.61 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 832ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 20057ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.96 KB[39m
|
|
34
|
-
[32mDTS[39m [1mdist/schema.d.ts [22m[32m107.
|
|
34
|
+
[32mDTS[39m [1mdist/schema.d.ts [22m[32m107.20 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.96 KB[39m
|
|
36
|
-
[32mDTS[39m [1mdist/schema.d.cts [22m[32m107.
|
|
36
|
+
[32mDTS[39m [1mdist/schema.d.cts [22m[32m107.20 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 16.0.0-rc.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6289ec3]
|
|
8
|
+
- Updated dependencies [8efa395]
|
|
9
|
+
- Updated dependencies [bfa3c3f]
|
|
10
|
+
- Updated dependencies [62a2117]
|
|
11
|
+
- Updated dependencies [06ff734]
|
|
12
|
+
- @objectstack/spec@16.0.0-rc.1
|
|
13
|
+
- @objectstack/service-messaging@16.0.0-rc.1
|
|
14
|
+
- @objectstack/core@16.0.0-rc.1
|
|
15
|
+
|
|
3
16
|
## 16.0.0-rc.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -224,7 +224,7 @@ declare const SysWebhook: Omit<{
|
|
|
224
224
|
pluralLabel?: string | undefined;
|
|
225
225
|
description?: string | undefined;
|
|
226
226
|
icon?: string | undefined;
|
|
227
|
-
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
227
|
+
managedBy?: "system" | "platform" | "config" | "engine-owned" | "append-only" | "better-auth" | undefined;
|
|
228
228
|
ownership?: "none" | "org" | "user" | undefined;
|
|
229
229
|
userActions?: {
|
|
230
230
|
create?: boolean | undefined;
|
package/dist/schema.d.ts
CHANGED
|
@@ -224,7 +224,7 @@ declare const SysWebhook: Omit<{
|
|
|
224
224
|
pluralLabel?: string | undefined;
|
|
225
225
|
description?: string | undefined;
|
|
226
226
|
icon?: string | undefined;
|
|
227
|
-
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
227
|
+
managedBy?: "system" | "platform" | "config" | "engine-owned" | "append-only" | "better-auth" | undefined;
|
|
228
228
|
ownership?: "none" | "org" | "user" | undefined;
|
|
229
229
|
userActions?: {
|
|
230
230
|
create?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "16.0.0-rc.
|
|
3
|
+
"version": "16.0.0-rc.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@objectstack/core": "16.0.0-rc.
|
|
23
|
-
"@objectstack/service-messaging": "16.0.0-rc.
|
|
24
|
-
"@objectstack/spec": "16.0.0-rc.
|
|
22
|
+
"@objectstack/core": "16.0.0-rc.1",
|
|
23
|
+
"@objectstack/service-messaging": "16.0.0-rc.1",
|
|
24
|
+
"@objectstack/spec": "16.0.0-rc.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.1.1",
|