@uniformdev/webhooks 20.72.3-alpha.25 → 20.72.3-alpha.40
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
|
@@ -771,7 +771,7 @@ var NotificationCreatedDefinition = definition(
|
|
|
771
771
|
entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
|
|
772
772
|
editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
|
|
773
773
|
},
|
|
774
|
-
recipients: ["
|
|
774
|
+
recipients: ["sso|recipient-one", "sso|recipient-two"],
|
|
775
775
|
timestamp: "2026-07-20T12:42:06Z",
|
|
776
776
|
project: {
|
|
777
777
|
id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
|
package/dist/index.js
CHANGED
|
@@ -893,7 +893,7 @@ var NotificationCreatedDefinition = definition(
|
|
|
893
893
|
entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
|
|
894
894
|
editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
|
|
895
895
|
},
|
|
896
|
-
recipients: ["
|
|
896
|
+
recipients: ["sso|recipient-one", "sso|recipient-two"],
|
|
897
897
|
timestamp: "2026-07-20T12:42:06Z",
|
|
898
898
|
project: {
|
|
899
899
|
id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
|
package/dist/index.mjs
CHANGED
|
@@ -771,7 +771,7 @@ var NotificationCreatedDefinition = definition(
|
|
|
771
771
|
entityId: "0b9d2118-f2d0-4fe6-9d46-7c661abaf474",
|
|
772
772
|
editionId: "8b937004-6c50-449a-a7cd-a6a70b25f2da"
|
|
773
773
|
},
|
|
774
|
-
recipients: ["
|
|
774
|
+
recipients: ["sso|recipient-one", "sso|recipient-two"],
|
|
775
775
|
timestamp: "2026-07-20T12:42:06Z",
|
|
776
776
|
project: {
|
|
777
777
|
id: "644ede73-d6aa-4159-bf98-14ad7fb4cb66",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/webhooks",
|
|
3
|
-
"version": "20.72.3-alpha.
|
|
3
|
+
"version": "20.72.3-alpha.40+ffbec41570",
|
|
4
4
|
"description": "Uniform Webhooks",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ffbec41570c4266c69674871c97146bf7bf86383"
|
|
43
43
|
}
|