@sudobility/wildduck_client 2.3.27 → 2.3.32

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/wildduck_client",
3
- "version": "2.3.27",
3
+ "version": "2.3.32",
4
4
  "description": "React and React Native compatible client library for WildDuck email API with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "build": "tsc -p tsconfig.build.json",
13
13
  "build:watch": "tsc --watch",
14
14
  "clean": "rm -rf dist",
15
- "prepublishOnly": "npm run clean && npm run build",
15
+ "prepublishOnly": "bun run clean && bun run build",
16
16
  "test": "vitest",
17
17
  "test:run": "vitest run",
18
18
  "test:coverage": "vitest run --coverage",
@@ -25,7 +25,7 @@
25
25
  "format:check": "prettier --check src/**/*.ts",
26
26
  "typecheck": "tsc --noEmit",
27
27
  "typecheck:watch": "tsc --noEmit --watch",
28
- "check-all": "npm run lint && npm run typecheck && npm run test:run"
28
+ "check-all": "bun run lint && bun run typecheck && bun run test:run"
29
29
  },
30
30
  "keywords": [
31
31
  "wildduck",
@@ -38,17 +38,17 @@
38
38
  "author": "Sudobility Team",
39
39
  "license": "MIT",
40
40
  "peerDependencies": {
41
- "@sudobility/di": "^1.5.8",
41
+ "@sudobility/di": "^1.5.14",
42
42
  "@sudobility/mail_box_types": "^1.0.2",
43
- "@sudobility/types": "^1.9.36",
43
+ "@sudobility/types": "^1.9.41",
44
44
  "@tanstack/react-query": ">=5.0.0",
45
45
  "react": ">=18.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@sudobility/configs": "^0.0.46",
48
+ "@sudobility/configs": "^0.0.50",
49
49
  "@sudobility/di": "^1.5.8",
50
50
  "@sudobility/mail_box_types": "^1.0.2",
51
- "@sudobility/types": "^1.9.36",
51
+ "@sudobility/types": "^1.9.41",
52
52
  "@tanstack/react-query": "^5.90.5",
53
53
  "@testing-library/react": "^16.3.0",
54
54
  "@types/node": "^24.9.1",