@kumori/aurora-backend-handler 1.0.9 → 1.0.10

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.
@@ -1046,7 +1046,7 @@ export class BackendHandler {
1046
1046
  const deletedCb = (data: Resource) => {
1047
1047
  const resourceNotification: Notification = {
1048
1048
  type: "success",
1049
- subtype: "resource-deleting",
1049
+ subtype: "resource-deleted",
1050
1050
  date: Date.now().toString(),
1051
1051
  status: "unread",
1052
1052
  callToAction: false,
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "ws": "^8.18.2"
24
24
  },
25
25
  "name": "@kumori/aurora-backend-handler",
26
- "version": "1.0.9",
26
+ "version": "1.0.10",
27
27
  "description": "backend handler",
28
28
  "main": "backend-handler.ts",
29
29
  "repository": {