@easbot/types 0.3.20 → 0.3.22

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/types",
3
- "version": "0.3.20",
3
+ "version": "0.3.22",
4
4
  "description": "Shared types library for EASBOT ecosystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -45,7 +45,7 @@
45
45
  "@ai-sdk/provider-utils": "^4.0.45",
46
46
  "ai": "^6.0.253",
47
47
  "zod": "^4.4.3",
48
- "@easbot/sdk": "0.3.20"
48
+ "@easbot/sdk": "0.3.22"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^25.9.5",
@@ -71,7 +71,7 @@
71
71
  "format": "biome format .",
72
72
  "format:fix": "biome format --write .",
73
73
  "type-check": "tsc --noEmit",
74
- "clean": "npx rimraf dist node_modules",
74
+ "clean": "rimraf dist node_modules",
75
75
  "publish:npm": "bash scripts/publish.sh",
76
76
  "publish:npm:win": "powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"
77
77
  }