@caatinga/client 2.2.1 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caatinga/client",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Browser and Node client for Soroban smart contracts — connects generated bindings, Caatinga artifacts, and wallet adapters",
5
5
  "keywords": [
6
6
  "stellar",
@@ -56,7 +56,7 @@
56
56
  "LICENSE"
57
57
  ],
58
58
  "dependencies": {
59
- "@caatinga/core": "^2.2.1"
59
+ "@caatinga/core": "^2.3.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.3.5",
@@ -89,7 +89,6 @@
89
89
  "scripts": {
90
90
  "build": "tsup src/index.ts src/freighter.ts src/stellar-wallets-kit.ts src/react.ts --format esm,cjs --dts",
91
91
  "test": "vitest run --pool=threads",
92
- "pretypecheck": "pnpm --filter @caatinga/core run build",
93
92
  "typecheck": "tsc --noEmit"
94
93
  }
95
94
  }