@credo-ts/react-native 0.6.4-alpha-20260316124252 → 0.6.4-alpha-20260325135013
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/build/rnfs.mjs +2 -3
- package/package.json +2 -2
package/build/rnfs.mjs
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { __require } from "./_virtual/_rolldown/runtime.mjs";
|
|
2
1
|
|
|
3
2
|
//#region src/rnfs.ts
|
|
4
3
|
const rnfs = () => {
|
|
5
4
|
try {
|
|
6
|
-
return
|
|
5
|
+
return require("@dr.pogodin/react-native-fs");
|
|
7
6
|
} catch {
|
|
8
7
|
try {
|
|
9
|
-
return
|
|
8
|
+
return require("react-native-fs");
|
|
10
9
|
} catch {
|
|
11
10
|
throw new Error(`Could not find '@dr.pogodin/react-native-fs' or 'react-native-fs' as a peerDependency. Make sure to add either one of them`);
|
|
12
11
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
".": "./build/index.mjs",
|
|
5
5
|
"./package.json": "./package.json"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.6.4-alpha-
|
|
7
|
+
"version": "0.6.4-alpha-20260325135013",
|
|
8
8
|
"files": [
|
|
9
9
|
"build"
|
|
10
10
|
],
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"events": "^3.3.0",
|
|
23
|
-
"@credo-ts/core": "0.6.4-alpha-
|
|
23
|
+
"@credo-ts/core": "0.6.4-alpha-20260325135013"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"react-native": "^0.83.1",
|