@idealyst/mcp-server 1.2.138 → 1.2.139
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/{chunk-WWUXNKB4.js → chunk-OZEXGM75.js} +4 -4
- package/dist/chunk-OZEXGM75.js.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tools/index.cjs +3 -3
- package/dist/tools/index.cjs.map +1 -1
- package/dist/tools/index.js +1 -1
- package/package.json +5 -5
- package/dist/chunk-WWUXNKB4.js.map +0 -1
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-
|
|
7153
|
+
installation: "yarn add @idealyst/files @react-native-documents/picker react-native-image-picker react-native-blob-util",
|
|
7154
7154
|
peerDependencies: [
|
|
7155
|
-
"react-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-
|
|
20580
|
+
name: "@react-native-documents/picker",
|
|
20581
20581
|
required: true,
|
|
20582
20582
|
platforms: ["native"],
|
|
20583
20583
|
note: "Required for document selection on native"
|