venerate 0.0.4 → 0.0.5
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 +21 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,14 +1,30 @@
|
|
|
1
1
|
# venerate
|
|
2
2
|
|
|
3
3
|
<a aria-label="NPM version" href="https://www.npmjs.com/package/venerate">
|
|
4
|
-
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
<img
|
|
11
|
+
alt="Dependencies 0"
|
|
12
|
+
src="https://img.shields.io/badge/dependencies-0-0?style=for-the-badge"
|
|
13
|
+
>
|
|
11
14
|
</a>
|
|
15
|
+
<!-- tonnage:default:start -->
|
|
16
|
+
|
|
17
|
+
## Bundle size
|
|
18
|
+
|
|
19
|
+
Public-module rows retain complete runtime export surfaces. Recipe rows bundle their reviewable entry files and tree-shake unused exports. Both report 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.
|
|
20
|
+
|
|
21
|
+
### Public modules (whole export surface)
|
|
22
|
+
|
|
23
|
+
| Import | Minified JS | Gzip JS |
|
|
24
|
+
| --------------------- | ----------: | ------: |
|
|
25
|
+
| <code>venerate</code> | 1,318 B | 572 B |
|
|
26
|
+
|
|
27
|
+
<!-- tonnage:default:end -->
|
|
12
28
|
|
|
13
29
|
```sh
|
|
14
30
|
npm i venerate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "venerate",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
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.
|
|
28
|
+
"eslint": "10.9.1",
|
|
29
29
|
"recoverage": "0.1.16",
|
|
30
30
|
"tsdown": "0.22.14",
|
|
31
31
|
"vite": "8.2.2",
|