@abtnode/webapp 1.6.4 → 1.6.5
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 +0 -2
- package/blocklet.js +208 -222
- package/blocklet.yml +1 -1
- package/build/asset-manifest.json +6 -6
- package/build/index.html +1 -1
- package/build/{precache-manifest.7f9da2e80f34c1d21b78fcca672ab061.js → precache-manifest.c3df7f54c33b6ad9b6603bb00af752c8.js} +5 -5
- package/build/service-worker.js +1 -1
- package/build/static/js/{11.1422ebc5.chunk.js → 11.e6d12492.chunk.js} +2 -2
- package/build/static/js/11.e6d12492.chunk.js.map +1 -0
- package/build/static/js/{runtime-main.cee5ffb2.js → runtime-main.1cfddfea.js} +2 -2
- package/build/static/js/{runtime-main.cee5ffb2.js.map → runtime-main.1cfddfea.js.map} +1 -1
- package/package.json +1 -1
- package/build/static/js/11.1422ebc5.chunk.js.map +0 -1
package/README.md
CHANGED
|
@@ -93,5 +93,3 @@ Coverage for this package contains 3 parts:
|
|
|
93
93
|
- api: collected using jest, configured in `jest.config.js`, result in `coverage-api`
|
|
94
94
|
- src: collected using react-script, configured in `jest` in `package.json`, result in `coverage`
|
|
95
95
|
- e2e: collected using cypress, configured in `nyc` in `package.json`, result in `coverage-e2e`
|
|
96
|
-
|
|
97
|
-
All of these coverages are collected and merged by codecov.
|