pokenode-ts 2.1.0 → 2.2.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.
@@ -3,12 +3,12 @@
3
3
  * |_) _ | _ _ _ _| _ __ _|_ _
4
4
  * | (_) |< (/_ | | (_) (_| (/_ |_ _>
5
5
  *
6
- * pokenode-ts v2.1.0 — A typed PokéAPI client with zero runtime dependencies.
6
+ * pokenode-ts v2.2.0 — A typed PokéAPI client with zero runtime dependencies.
7
7
  *
8
8
  * Docs: https://pokenode-ts.vercel.app/
9
9
  * Author: Gabb-c <https://github.com/Gabb-c>
10
10
  * License: MIT
11
- * Built: 2026-08-17
11
+ * Built: 2026-08-21
12
12
  *
13
13
  * @license MIT
14
14
  * @preserve
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokenode-ts",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "private": false,
5
5
  "description": "A typed PokéAPI client with zero runtime dependencies.",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "lib"
45
45
  ],
46
46
  "types": "lib/index.d.ts",
47
- "packageManager": "pnpm@11.21.0",
47
+ "packageManager": "pnpm@11.22.0",
48
48
  "scripts": {
49
49
  "build": "tsdown",
50
50
  "docs:build": "vitepress build docs",
@@ -90,13 +90,13 @@
90
90
  {
91
91
  "name": "ESM",
92
92
  "path": "lib/index.js",
93
- "limit": "9.5 kB",
93
+ "limit": "11.5 kB",
94
94
  "gzip": true
95
95
  },
96
96
  {
97
97
  "name": "CJS",
98
98
  "path": "lib/index.cjs",
99
- "limit": "10 kB",
99
+ "limit": "12 kB",
100
100
  "gzip": true
101
101
  }
102
102
  ]