@pi-unipi/core 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/constants.ts +2 -0
  2. package/package.json +1 -1
package/constants.ts CHANGED
@@ -268,7 +268,9 @@ export const NOTIFY_COMMANDS = {
268
268
  SETTINGS: "notify-settings",
269
269
  SET_GOTIFY: "notify-set-gotify",
270
270
  SET_TG: "notify-set-tg",
271
+ SET_NTFY: "notify-set-ntfy",
271
272
  TEST: "notify-test",
273
+ RECAP_MODEL: "notify-recap-model",
272
274
  } as const;
273
275
 
274
276
  /** Notify tool names */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Shared utilities, event types, and constants for Unipi extension suite",
5
5
  "type": "module",
6
6
  "license": "MIT",