@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 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 Map Updated",
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 Map Updated",
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 Map Updated",
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.1",
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": "7f4a0fc0650b043561f32bedc6c4cc18683df111"
44
+ "gitHead": "b4a01d41abbf17cd016abbc04e9d849c56856c13"
45
45
  }