eusmileview-react17 0.1.8 → 0.1.9

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
@@ -66,3 +66,8 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/de
66
66
  ### `npm run build` fails to minify
67
67
 
68
68
  This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
69
+
70
+ ### Main branches
71
+
72
+ the `lib17` branch targets `React 17` and the the npm package build with it can be used in the `invisalign typescript app`
73
+ <br> the `dev/lib` branch targets `React 16` and the the npm package build with it can be used in the legacy `invisalign javascript app`
@@ -4,7 +4,7 @@
4
4
  "main.js": "/index.js",
5
5
  "main.js.map": "/index.js.map",
6
6
  "index.html": "/index.html",
7
- "precache-manifest.6d44e268d2917a5fcc123edea6417642.js": "/precache-manifest.6d44e268d2917a5fcc123edea6417642.js",
7
+ "precache-manifest.871835c7a2f93b86086645c60cffe2b9.js": "/precache-manifest.871835c7a2f93b86086645c60cffe2b9.js",
8
8
  "service-worker.js": "/service-worker.js",
9
9
  "styles.css.map": "/styles.css.map"
10
10
  }