@pi-unipi/core 2.14.0 → 2.14.1

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 +1 -0
  2. package/package.json +1 -1
package/constants.ts CHANGED
@@ -161,6 +161,7 @@ export const UTILITY_COMMANDS = {
161
161
  BADGE_SETTINGS: "badge-settings",
162
162
  UTIL_SETTINGS: "util-settings",
163
163
  PREFIX_CACHE: "prefix-cache",
164
+ SKILLS_SETTINGS: "skills-settings",
164
165
  } as const;
165
166
 
166
167
  /** Utility tool names */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-unipi/core",
3
- "version": "2.14.0",
3
+ "version": "2.14.1",
4
4
  "description": "Shared utilities, event types, and constants for Unipi extension suite",
5
5
  "type": "module",
6
6
  "license": "MIT",