tree-processor 0.9.0 → 0.9.3

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.en.md CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  <div align="center">
10
10
 
11
- ![npm version](https://img.shields.io/npm/v/tree-processor?style=flat-square)
12
- ![npm downloads (2 months)](https://img.shields.io/badge/downloads-1.3K-brightgreen?style=flat-square&label=2mo)
11
+ ![version](https://img.shields.io/npm/v/tree-processor?style=flat-square&label=version)
12
+ ![npm downloads (2 months)](https://img.shields.io/badge/downloads-1.3K%2F2mo-brightgreen?style=flat-square)
13
13
  ![bundle size](https://img.shields.io/badge/bundle-8.4KB-blue?style=flat-square)
14
14
  ![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
15
15
  ![coverage](https://img.shields.io/badge/coverage-99%25-brightgreen?style=flat-square)
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  <div align="center">
10
10
 
11
- ![npm version](https://img.shields.io/npm/v/tree-processor?style=flat-square)
12
- ![npm downloads (2 months)](https://img.shields.io/badge/downloads-1.3K-brightgreen?style=flat-square&label=2mo)
11
+ ![version](https://img.shields.io/npm/v/tree-processor?style=flat-square&label=version)
12
+ ![npm downloads (2 months)](https://img.shields.io/badge/downloads-1.3K%2F2mo-brightgreen?style=flat-square)
13
13
  ![bundle size](https://img.shields.io/badge/bundle-8.4KB-blue?style=flat-square)
14
14
  ![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)
15
15
  ![coverage](https://img.shields.io/badge/coverage-99%25-brightgreen?style=flat-square)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tree-processor",
3
- "version": "0.9.0",
3
+ "version": "0.9.3",
4
4
  "description": "A lightweight TypeScript library for processing tree-structured data with comprehensive methods (map, filter, find, push, pop, remove, getParent, includes, etc.), supporting tree-shaking and custom field names",
5
5
  "main": "dist/tree-processor.cjs.js",
6
6
  "module": "dist/tree-processor.esm.js",