@uniformdev/webhooks 20.8.1 → 20.8.2-alpha.15
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -794,7 +794,7 @@ import { z as z9 } from "zod";
|
|
|
794
794
|
var ProjectMapUpdateDefinition = definition(
|
|
795
795
|
{
|
|
796
796
|
event: "projectmap.update",
|
|
797
|
-
name: "Project
|
|
797
|
+
name: "Project map Updated",
|
|
798
798
|
description: "Triggers when a project map is updated or created.",
|
|
799
799
|
schema: z9.object({
|
|
800
800
|
id: z9.string(),
|
package/dist/index.js
CHANGED
|
@@ -893,7 +893,7 @@ var import_zod9 = require("zod");
|
|
|
893
893
|
var ProjectMapUpdateDefinition = definition(
|
|
894
894
|
{
|
|
895
895
|
event: "projectmap.update",
|
|
896
|
-
name: "Project
|
|
896
|
+
name: "Project map Updated",
|
|
897
897
|
description: "Triggers when a project map is updated or created.",
|
|
898
898
|
schema: import_zod9.z.object({
|
|
899
899
|
id: import_zod9.z.string(),
|
package/dist/index.mjs
CHANGED
|
@@ -794,7 +794,7 @@ import { z as z9 } from "zod";
|
|
|
794
794
|
var ProjectMapUpdateDefinition = definition(
|
|
795
795
|
{
|
|
796
796
|
event: "projectmap.update",
|
|
797
|
-
name: "Project
|
|
797
|
+
name: "Project map Updated",
|
|
798
798
|
description: "Triggers when a project map is updated or created.",
|
|
799
799
|
schema: z9.object({
|
|
800
800
|
id: z9.string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/webhooks",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.2-alpha.15+b4a01d41ab",
|
|
4
4
|
"description": "Uniform Webhooks",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b4a01d41abbf17cd016abbc04e9d849c56856c13"
|
|
45
45
|
}
|