@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 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
@@ -14,4 +14,4 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- export declare const WAYFINDER_REACT_VERSION = "v1.0.3";
17
+ export declare const WAYFINDER_REACT_VERSION = "v1.0.4-alpha.0";
package/dist/version.js CHANGED
@@ -14,4 +14,4 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- export const WAYFINDER_REACT_VERSION = 'v1.0.3';
17
+ export const WAYFINDER_REACT_VERSION = 'v1.0.4-alpha.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/wayfinder-react",
3
- "version": "1.0.3",
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.2",
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
  },