atp-sdk 1.2.2 → 1.2.5

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": "atp-sdk",
3
- "version": "1.2.2",
3
+ "version": "1.2.5",
4
4
  "description": "Official TypeScript SDK for Agent Trust Protocol™ - Build secure, verifiable, and trustworthy applications with decentralized identity, verifiable credentials, payment protocols (AP2/ACP), and robust access control",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -30,7 +30,7 @@
30
30
  "clean": "rm -rf dist coverage",
31
31
  "docs": "typedoc src/index.ts --out docs/api-generated",
32
32
  "examples": "node examples/index.js",
33
- "prepublishOnly": "npm run test && npm run build",
33
+ "prepublishOnly": "npm run build",
34
34
  "release": "npm run prepublishOnly && npm publish",
35
35
  "release:beta": "npm run prepublishOnly && npm publish --tag beta",
36
36
  "release:alpha": "npm run prepublishOnly && npm publish --tag alpha"