@adcp/client 2.0.0 → 2.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adcp/client",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "AdCP client library with protocol support for MCP and A2A, includes testing framework",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",
@@ -30,6 +30,9 @@
30
30
  "test:lib": "node --test test/lib/*.test.js",
31
31
  "test:e2e": "node test/e2e/adcp-e2e.test.js",
32
32
  "test:protocols": "node test/run-protocol-tests.js",
33
+ "changeset": "changeset",
34
+ "version": "changeset version",
35
+ "release": "changeset publish",
33
36
  "test:protocol-compliance": "node test/run-protocol-tests.js --only compliance",
34
37
  "test:protocol-schema": "node test/run-protocol-tests.js --only schema",
35
38
  "test:protocol-integration": "node test/run-protocol-tests.js --only integration",
@@ -94,6 +97,7 @@
94
97
  "devDependencies": {
95
98
  "@a2a-js/sdk": "^0.3.4",
96
99
  "@apidevtools/json-schema-ref-parser": "^14.2.1",
100
+ "@changesets/cli": "^2.29.7",
97
101
  "@commitlint/cli": "^18.4.3",
98
102
  "@commitlint/config-conventional": "^18.4.3",
99
103
  "@fastify/cors": "^9.0.1",
@@ -121,5 +125,5 @@
121
125
  "overrides": {
122
126
  "@types/glob": "^8.1.0"
123
127
  },
124
- "adcp_version": "2.0.0"
128
+ "adcp_version": "2.1.0"
125
129
  }