@abyss-project/main 1.0.50 → 1.0.51

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.
@@ -280,7 +280,6 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
280
280
  [UserNotificationContentType.MONITOR_SENTINEL_CHECK_FAILED]: {
281
281
  projectId: string;
282
282
  applicationId: string;
283
- applicationName: string;
284
283
  sentinelHistoryId: string;
285
284
  sentinelName: string;
286
285
  sentinelId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",