@objectstack/plugin-webhooks 12.1.0 → 12.2.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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +14 -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@12.
|
|
2
|
+
> @objectstack/plugin-webhooks@12.2.0 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
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[32mESM[39m [1mdist/index.js [22m[32m12.73 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
14
15
|
[32mESM[39m [1mdist/chunk-HSSV22TO.js [22m[32m4.82 KB[39m
|
|
15
16
|
[32mESM[39m [1mdist/translations-AV47AVPV.js [22m[32m19.41 KB[39m
|
|
16
|
-
[32mESM[39m [1mdist/schema.js [22m[32m111.00 B[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.js.map [22m[32m32.44 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/schema.js.map [22m[32m71.00 B[39m
|
|
18
19
|
[32mESM[39m [1mdist/chunk-HSSV22TO.js.map [22m[32m9.27 KB[39m
|
|
19
20
|
[32mESM[39m [1mdist/translations-AV47AVPV.js.map [22m[32m30.54 KB[39m
|
|
20
|
-
[32mESM[39m
|
|
21
|
-
[32mESM[39m ⚡️ Build success in 510ms
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 969ms
|
|
22
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m16.40 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m220.00 B[39m
|
|
24
24
|
[32mCJS[39m [1mdist/chunk-RA3REIOA.cjs [22m[32m4.96 KB[39m
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m278.00 B[39m
|
|
28
28
|
[32mCJS[39m [1mdist/chunk-RA3REIOA.cjs.map [22m[32m11.10 KB[39m
|
|
29
29
|
[32mCJS[39m [1mdist/translations-OAKKANSP.cjs.map [22m[32m34.65 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 982ms
|
|
31
31
|
[34mDTS[39m Build start
|
|
32
|
-
[32mDTS[39m ⚡️ Build success in
|
|
32
|
+
[32mDTS[39m ⚡️ Build success in 22816ms
|
|
33
33
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.97 KB[39m
|
|
34
34
|
[32mDTS[39m [1mdist/schema.d.ts [22m[32m127.06 KB[39m
|
|
35
35
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m6.97 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @objectstack/plugin-webhooks
|
|
2
2
|
|
|
3
|
+
## 12.2.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fce8ff4]
|
|
8
|
+
- Updated dependencies [3962023]
|
|
9
|
+
- Updated dependencies [2bb193d]
|
|
10
|
+
- Updated dependencies [0426d27]
|
|
11
|
+
- Updated dependencies [da807f7]
|
|
12
|
+
- Updated dependencies [4f5b791]
|
|
13
|
+
- @objectstack/spec@12.2.0
|
|
14
|
+
- @objectstack/core@12.2.0
|
|
15
|
+
- @objectstack/service-messaging@12.2.0
|
|
16
|
+
|
|
3
17
|
## 12.1.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/schema.d.cts
CHANGED
|
@@ -678,7 +678,7 @@ declare const SysWebhook: Omit<{
|
|
|
678
678
|
field?: string | undefined;
|
|
679
679
|
objectOverride?: string | undefined;
|
|
680
680
|
label?: string | undefined;
|
|
681
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
681
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
682
682
|
options?: {
|
|
683
683
|
label: string;
|
|
684
684
|
value: string;
|
package/dist/schema.d.ts
CHANGED
|
@@ -678,7 +678,7 @@ declare const SysWebhook: Omit<{
|
|
|
678
678
|
field?: string | undefined;
|
|
679
679
|
objectOverride?: string | undefined;
|
|
680
680
|
label?: string | undefined;
|
|
681
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
681
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
682
682
|
options?: {
|
|
683
683
|
label: string;
|
|
684
684
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-webhooks",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.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": "12.
|
|
23
|
-
"@objectstack/service-messaging": "12.
|
|
24
|
-
"@objectstack/spec": "12.
|
|
22
|
+
"@objectstack/core": "12.2.0",
|
|
23
|
+
"@objectstack/service-messaging": "12.2.0",
|
|
24
|
+
"@objectstack/spec": "12.2.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^26.0.1",
|