packlyze 1.0.3 → 1.0.4

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,12 +82,12 @@ Packlyze can be used in two main ways: as a CLI tool and as a Node.js/TypeScript
82
82
  console.log(result.bundleStats.modules);
83
83
  ```
84
84
 
85
- ## 📁 Project Structure
85
+ ## 📁 File Structure
86
86
 
87
- Typical structure for a Packlyze-based project:
87
+ Typical structure for a Packlyze:
88
88
 
89
89
  ```
90
- Packlyze-plus/
90
+ Packlyze/
91
91
  ├── src/
92
92
  │ ├── types.ts # TypeScript interfaces
93
93
  │ ├── index.ts # Main entry point
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "packlyze",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Advanced bundle analyzer with insights, recommendations, and historical tracking",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",