venerate 0.0.4 → 0.0.6

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 +21 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # venerate
2
2
 
3
3
  <a aria-label="NPM version" href="https://www.npmjs.com/package/venerate">
4
- <img alt="NPM Version" src="https://img.shields.io/npm/v/treetrunks?style=for-the-badge">
4
+ <img
5
+ alt="NPM Version"
6
+ src="https://img.shields.io/npm/v/treetrunks?style=for-the-badge"
7
+ >
5
8
  </a>
6
9
  <a aria-label="Dependencies 0" href="https://www.npmjs.com/package/treetrunks">
7
- <img alt="Dependencies 0" src="https://img.shields.io/badge/dependencies-0-0?style=for-the-badge">
10
+ <img
11
+ alt="Dependencies 0"
12
+ src="https://img.shields.io/badge/dependencies-0-0?style=for-the-badge"
13
+ >
8
14
  </a>
9
- <a href="https://bundlephobia.com/result?p=venerate">
10
- <img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/venerate?style=for-the-badge">
11
- </a>
12
-
13
15
  ```sh
14
16
  npm i venerate
15
17
  ```
@@ -31,3 +33,16 @@ const c = (function* () {
31
33
 
32
34
  const union = [...V.union(a, b, c)] // [1, 2, 3, 4, 5]
33
35
  ```
36
+
37
+ <!-- tonnage:default:start -->
38
+
39
+ ## Bundle size
40
+
41
+ Package export sizes include complete runtime export surfaces.
42
+ Sizes are exact minified and level-9 gzip JavaScript byte counts. Declarations, source maps, CSS, and other assets are excluded. Peer dependencies stay external, and shared modules are counted once per bundle.
43
+
44
+ | Import | Minified JS | Gzip JS |
45
+ | --------------------- | ----------: | ------: |
46
+ | <code>venerate</code> | 1,318 B | 572 B |
47
+
48
+ <!-- tonnage:default:end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venerate",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "license": "MPL-2.0",
5
5
  "author": {
6
6
  "name": "Jeremy Banka",
@@ -25,7 +25,7 @@
25
25
  "typescript": "7.0.2",
26
26
  "@vitest/coverage-v8": "4.1.11",
27
27
  "concurrently": "10.0.5",
28
- "eslint": "10.9.0",
28
+ "eslint": "10.9.1",
29
29
  "recoverage": "0.1.16",
30
30
  "tsdown": "0.22.14",
31
31
  "vite": "8.2.2",