@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.cjs CHANGED
@@ -7150,9 +7150,9 @@ function AnimatedComponent() {
7150
7150
  category: "media",
7151
7151
  platforms: ["web", "native"],
7152
7152
  documentationStatus: "full",
7153
- installation: "yarn add @idealyst/files react-native-document-picker react-native-image-picker react-native-blob-util",
7153
+ installation: "yarn add @idealyst/files @react-native-documents/picker react-native-image-picker react-native-blob-util",
7154
7154
  peerDependencies: [
7155
- "react-native-document-picker (native)",
7155
+ "@react-native-documents/picker (native)",
7156
7156
  "react-native-image-picker (native)",
7157
7157
  "react-native-blob-util (native)"
7158
7158
  ],
@@ -20577,7 +20577,7 @@ export default {
20577
20577
  },
20578
20578
  peerDependencies: [
20579
20579
  {
20580
- name: "react-native-document-picker",
20580
+ name: "@react-native-documents/picker",
20581
20581
  required: true,
20582
20582
  platforms: ["native"],
20583
20583
  note: "Required for document selection on native"