@rslsp1/fa-app-tools 1.1.0 → 1.1.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.
package/dist/index.d.mts CHANGED
@@ -297,6 +297,6 @@ interface ProjectSyncTabProps {
297
297
  }
298
298
  declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
299
299
 
300
- declare const LIB_VERSION = "1.1.0";
300
+ declare const LIB_VERSION = "1.1.1";
301
301
 
302
302
  export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type ExtractedCharacter, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, HistoryPanel, InspectPanel, LIB_VERSION, ListView, type MediaItem, MediaLibrary, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedTag, SetupPanel, type SyncDiff, type TagOption, type WorkspaceTags, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildPromptTabPayload, cleanAiResponse, createFlowServices, exportProjectToZip, formatTreeToMarkdown, getFormattedTimestamp, importProjectFromZip, injectXMPMetadata, interpretSdkError, parsePromptFile, parsePromptResponse, useKeyboardNavigation, useOnClickOutside };
package/dist/index.d.ts CHANGED
@@ -297,6 +297,6 @@ interface ProjectSyncTabProps {
297
297
  }
298
298
  declare const ProjectSyncTab: React.FC<ProjectSyncTabProps>;
299
299
 
300
- declare const LIB_VERSION = "1.1.0";
300
+ declare const LIB_VERSION = "1.1.1";
301
301
 
302
302
  export { AvatarArchitectApp, type AvatarArchitectAppProps, CollapsibleCard, CompactDropdown, type ExtractedCharacter, FaToolsBadge, type FlowSdk, GLOBAL_STYLES, type Generation, HistoryPanel, InspectPanel, LIB_VERSION, ListView, type MediaItem, MediaLibrary, PillButton, type ProjectMeta, type ProjectSettings, ProjectSyncTab, PromptTab, SectionLabel, type SelectedTag, SetupPanel, type SyncDiff, type TagOption, type WorkspaceTags, buildFallbackPrompt, buildGenerationPrompt, buildImageGenerationOptions, buildPromptTabPayload, cleanAiResponse, createFlowServices, exportProjectToZip, formatTreeToMarkdown, getFormattedTimestamp, importProjectFromZip, injectXMPMetadata, interpretSdkError, parsePromptFile, parsePromptResponse, useKeyboardNavigation, useOnClickOutside };
package/dist/index.js CHANGED
@@ -2659,7 +2659,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2659
2659
  }
2660
2660
 
2661
2661
  // src/index.ts
2662
- var LIB_VERSION = "1.1.0";
2662
+ var LIB_VERSION = "1.1.1";
2663
2663
  // Annotate the CommonJS export names for ESM import in node:
2664
2664
  0 && (module.exports = {
2665
2665
  AvatarArchitectApp,
package/dist/index.mjs CHANGED
@@ -2593,7 +2593,7 @@ function AvatarArchitectApp({ onGenerateImage, onGeneratePrompt, onDownload, onS
2593
2593
  }
2594
2594
 
2595
2595
  // src/index.ts
2596
- var LIB_VERSION = "1.1.0";
2596
+ var LIB_VERSION = "1.1.1";
2597
2597
  export {
2598
2598
  AvatarArchitectApp,
2599
2599
  CollapsibleCard,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rslsp1/fa-app-tools",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Shared tools and hooks for Fine Art flow apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",