crumbtrail-react-native 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -210,3 +210,15 @@ setup (skip with `--skip-verify`).
210
210
 
211
211
  - React Native >=0.72 (bare or Expo, managed or bare workflow)
212
212
  - React >=18
213
+
214
+ ## Links
215
+
216
+ - **Website** — https://crumbtrail.dev
217
+ - **Docs** — https://crumbtrail.dev/docs
218
+ - **How it works** — https://crumbtrail.dev/how-it-works
219
+ - **Source** — https://github.com/crumbtrail-dev/crumbtrail-js
220
+ - **Issues** — https://github.com/crumbtrail-dev/crumbtrail-js/issues
221
+
222
+ ## License
223
+
224
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crumbtrail-react-native",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "dist"
18
18
  ],
19
19
  "dependencies": {
20
- "crumbtrail-core": "^0.2.0"
20
+ "crumbtrail-core": "^0.2.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@react-native-async-storage/async-storage": ">=1.17",