@ovra/ts-sdk 0.4.1 → 0.5.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovra/ts-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.5.1",
4
4
  "description": "Official TypeScript SDK for the Ovra API — payment infrastructure for AI agents.",
5
5
  "author": "Ovra",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -49,7 +49,9 @@
49
49
  "typecheck": "tsc -p tsconfig.json --noEmit",
50
50
  "test": "vitest run",
51
51
  "test:watch": "vitest",
52
- "prepublishOnly": "pnpm run build"
52
+ "prepublishOnly": "pnpm run build",
53
+ "publish-manual": "bash ../../scripts/publish-sdk.sh",
54
+ "publish-manual:dry": "bash ../../scripts/publish-sdk.sh --dry-run"
53
55
  },
54
56
  "engines": {
55
57
  "node": ">=20"