nimbi-cms 1.0.1 → 1.0.2

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
@@ -40,8 +40,8 @@ The code lives at [https://github.com/AbelVM/nimbiCMS](https://github.com/AbelVM
40
40
  - Simple theming (light/dark), Bulma and hightlight.js customization options.
41
41
  - Simplified deliverables: regardless all the dynamic imports, the bundle is kept in one JS file and one CSS file
42
42
  - Bundle is compact size
43
- - JS file: 240.15 kB, gzipped 70.09 kB (for UMD bundle)
44
- - CSS file: 1,086.52 kB, gzipped 106.60 kB (includes Bulma)
43
+ - JS file: 243.74 kB, gzipped 70.62 kB (for UMD bundle)
44
+ - CSS file: 504.87 kB, gzipped 47.85 kB (includes Bulma)
45
45
  - All the heavy work is managed by web workers to avoid hogging the main thread
46
46
  - Pluggable architecture through the available hooks
47
47
  - Fully typed and [documented](docs/README.md)