@ar.io/wayfinder-react 1.0.21 → 1.0.22

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/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.21";
17
+ export declare const WAYFINDER_REACT_VERSION = "v1.0.22";
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.21';
17
+ export const WAYFINDER_REACT_VERSION = 'v1.0.22';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/wayfinder-react",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "React components for WayFinder",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -10,7 +10,12 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "files": ["dist", "package.json", "README.md", "LICENSE"],
13
+ "files": [
14
+ "dist",
15
+ "package.json",
16
+ "README.md",
17
+ "LICENSE"
18
+ ],
14
19
  "author": {
15
20
  "name": "Permanent Data Solutions Inc",
16
21
  "email": "info@ar.io",
@@ -31,7 +36,7 @@
31
36
  "format:check": "biome format --config-path=../../biome.json"
32
37
  },
33
38
  "dependencies": {
34
- "@ar.io/wayfinder-core": "1.6.0",
39
+ "@ar.io/wayfinder-core": "1.6.1",
35
40
  "react": "^18.2.0",
36
41
  "react-dom": "^18.2.0"
37
42
  },