@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/{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.js
CHANGED
package/dist/tools/index.cjs
CHANGED
|
@@ -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-
|
|
11747
|
+
installation: "yarn add @idealyst/files @react-native-documents/picker react-native-image-picker react-native-blob-util",
|
|
11748
11748
|
peerDependencies: [
|
|
11749
|
-
"react-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-
|
|
15980
|
+
name: "@react-native-documents/picker",
|
|
15981
15981
|
required: true,
|
|
15982
15982
|
platforms: ["native"],
|
|
15983
15983
|
note: "Required for document selection on native"
|