klaim 1.11.113 → 1.11.115

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/deno.json +1 -1
  2. package/package.json +6 -6
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antharuu/klaim",
3
- "version": "1.11.113",
3
+ "version": "1.11.115",
4
4
  "description": "Klaim is a lightweight TypeScript library designed to manage APIs and record requests, optimized for an optimal user experience.",
5
5
  "repository": {
6
6
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "klaim",
3
- "version": "1.11.113",
3
+ "version": "1.11.115",
4
4
  "author": "antharuu",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,11 +11,11 @@
11
11
  "devDependencies": {
12
12
  "@eslint/js": "9.39.1",
13
13
  "@stylistic/eslint-plugin": "5.5.0",
14
- "@types/bun": "^1.3.1",
14
+ "@types/bun": "^1.3.2",
15
15
  "@types/eslint__js": "9.14.0",
16
16
  "@types/node": "^24.10.0",
17
- "@vitest/coverage-v8": "^4.0.7",
18
- "@vitest/ui": "^4.0.7",
17
+ "@vitest/coverage-v8": "^4.0.8",
18
+ "@vitest/ui": "^4.0.8",
19
19
  "dotenv-cli": "^11.0.0",
20
20
  "eslint": "9.39.1",
21
21
  "eslint-plugin-jsdoc": "61.1.12",
@@ -24,8 +24,8 @@
24
24
  "release-it": "^19.0.6",
25
25
  "typescript": "5.9.3",
26
26
  "typescript-eslint": "8.46.3",
27
- "vite": "^7.2.1",
28
- "vitest": "^4.0.7",
27
+ "vite": "^7.2.2",
28
+ "vitest": "^4.0.8",
29
29
  "yup": "^1.7.1"
30
30
  },
31
31
  "bugs": {