@idealyst/mcp-server 1.2.138 → 1.2.140

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.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  storageGuides,
8
8
  toolDefinitions,
9
9
  translateGuides
10
- } from "./chunk-WWUXNKB4.js";
10
+ } from "./chunk-OZEXGM75.js";
11
11
 
12
12
  // src/index.ts
13
13
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -11744,9 +11744,9 @@ function AnimatedComponent() {
11744
11744
  category: "media",
11745
11745
  platforms: ["web", "native"],
11746
11746
  documentationStatus: "full",
11747
- installation: "yarn add @idealyst/files react-native-document-picker react-native-image-picker react-native-blob-util",
11747
+ installation: "yarn add @idealyst/files @react-native-documents/picker react-native-image-picker react-native-blob-util",
11748
11748
  peerDependencies: [
11749
- "react-native-document-picker (native)",
11749
+ "@react-native-documents/picker (native)",
11750
11750
  "react-native-image-picker (native)",
11751
11751
  "react-native-blob-util (native)"
11752
11752
  ],
@@ -15977,7 +15977,7 @@ export default {
15977
15977
  },
15978
15978
  peerDependencies: [
15979
15979
  {
15980
- name: "react-native-document-picker",
15980
+ name: "@react-native-documents/picker",
15981
15981
  required: true,
15982
15982
  platforms: ["native"],
15983
15983
  note: "Required for document selection on native"