@parhelia/core 0.1.12780 → 0.1.12782

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.
@@ -15,7 +15,7 @@ import { getAiTextEditPrompts, getEditorSettings } from "../services/systemServi
15
15
  import { loadAiProfiles } from "../services/aiService";
16
16
  import { localStorageService } from "../services/localStorageService";
17
17
  // Default Profile ID for the Inline Text Editor profile
18
- const DEFAULT_INLINE_TEXT_EDITOR_PROFILE_ID = "d7e8f9a0-b1c2-4d3e-a5f6-789012345678";
18
+ const DEFAULT_INLINE_TEXT_EDITOR_PROFILE_ID = "8e53c90c-2eac-476b-b03d-d0c2cfbbcd8a";
19
19
  const AI_TEXT_EDIT_MODELS_STORAGE_KEY = "aiTextEdit.selectedModelIds";
20
20
  /** Normalize profile ID to a stable key (lowercase, no braces) so storage works regardless of API casing. */
21
21
  function normalizeProfileIdForStorage(profileId) {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.12780";
2
- export declare const buildDate = "2026-05-08 12:25:43";
1
+ export declare const version = "0.1.12782";
2
+ export declare const buildDate = "2026-05-11 16:55:50";
package/dist/revision.js CHANGED
@@ -1,3 +1,3 @@
1
- export const version = "0.1.12780";
2
- export const buildDate = "2026-05-08 12:25:43";
1
+ export const version = "0.1.12782";
2
+ export const buildDate = "2026-05-11 16:55:50";
3
3
  //# sourceMappingURL=revision.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/core",
3
- "version": "0.1.12780",
3
+ "version": "0.1.12782",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },