@ar.io/wayfinder-react 1.0.3 → 1.0.4-alpha.0
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/README.md +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ function App() {
|
|
|
37
37
|
return (
|
|
38
38
|
<WayfinderProvider
|
|
39
39
|
// pass in the wayfinder options
|
|
40
|
-
// https://github.com/ar-io/wayfinder/tree/alpha/packages/core#custom-configuration
|
|
40
|
+
// https://github.com/ar-io/wayfinder/tree/alpha/packages/wayfinder-core#custom-configuration
|
|
41
41
|
gatewaysProvider={new LocalStorageGatewaysProvider({
|
|
42
42
|
ttlSeconds: 3600, // cache the gateways locally for 1 hour to avoid unnecessary network requests
|
|
43
43
|
gatewaysProvider: new NetworkGatewaysProvider({
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ar.io/wayfinder-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4-alpha.0",
|
|
4
4
|
"description": "React components for WayFinder",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"format:check": "biome format"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ar.io/wayfinder-core": "1.0.
|
|
34
|
+
"@ar.io/wayfinder-core": "1.0.3-alpha.0",
|
|
35
35
|
"react": "^18.2.0",
|
|
36
36
|
"react-dom": "^18.2.0"
|
|
37
37
|
},
|