@sitecore-jss/sitecore-jss-react-native 18.0.1-canary.0 → 18.0.2-canary.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  This module is provided as a part of Sitecore JavaScript Services. It contains the integration for React Native (services & components).
4
4
 
5
- Consult the [Sitecore JSS documentation](https://jss.sitecore.net) for further details.
5
+ Consult the [Sitecore JSS documentation](https://jss.sitecore.com) for further details.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-react-native",
3
- "version": "18.0.1-canary.0",
3
+ "version": "18.0.2-canary.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "author": {
20
20
  "name": "Sitecore Corporation",
21
- "url": "https://jss.sitecore.net"
21
+ "url": "https://jss.sitecore.com"
22
22
  },
23
23
  "license": "Apache-2.0",
24
- "homepage": "https://jss.sitecore.net",
24
+ "homepage": "https://jss.sitecore.com",
25
25
  "bugs": {
26
26
  "url": "https://github.com/sitecore/jss/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@sitecore-jss/sitecore-jss": "^18.0.1-canary.0",
29
+ "@sitecore-jss/sitecore-jss": "^18.0.2-canary.0",
30
30
  "prop-types": "^15.7.2",
31
31
  "react-native-htmlview": "^0.15.0",
32
32
  "react-native-svg": "^12.1.0",
@@ -67,5 +67,5 @@
67
67
  "babel-core": "6.26.3"
68
68
  },
69
69
  "types": "./types/index.d.ts",
70
- "gitHead": "7bcb5f0ea2b12248ad57a15ca50164144e878261"
70
+ "gitHead": "5b42cfc872a84ccdcf1d34809286e5f3f33bbe1b"
71
71
  }