rollup-plugin-stats 1.0.0-beta.3 → 1.0.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 +2 -4
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # rollup-plugin-stats
2
2
 
3
- > **Warning**
4
- > Under active development
5
-
6
3
  [![](https://img.shields.io/npm/v/rollup-plugin-stats.svg)](https://www.npmjs.com/package/rollup-plugin-stats)
7
4
  ![](https://img.shields.io/node/v/rollup-plugin-stats.svg)
5
+ [![Socket Badge](https://socket.dev/api/badge/npm/package/rollup-plugin-stats)](https://socket.dev/npm/package/rollup-plugin-stats)
8
6
  [![CI](https://github.com/vio/rollup-plugin-stats/actions/workflows/main.yml/badge.svg)](https://github.com/vio/rollup-plugin-stats/actions/workflows/main.yml)
9
7
 
10
8
  Output Rollup stats JSON file
@@ -51,4 +49,4 @@ module.exports = {
51
49
 
52
50
  - `fileName` - the JSON filename relative to the build folder, default: `stats.json`
53
51
  - `stats`
54
- - `source` - output asset/chunk/module source
52
+ - `source` - output asset/chunk/module source (default `false`)
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "rollup-plugin-stats",
3
- "version": "1.0.0-beta.3",
3
+ "description": "Output Rollup stats",
4
+ "version": "1.0.0",
4
5
  "license": "MIT",
5
6
  "private": false,
6
7
  "author": {