@adcp/sdk 6.4.0 → 6.5.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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * AdCP SDK library version
3
3
  */
4
- export declare const LIBRARY_VERSION = "6.4.0";
4
+ export declare const LIBRARY_VERSION = "6.5.0";
5
5
  /**
6
6
  * AdCP specification version this library is built for
7
7
  */
@@ -29,10 +29,10 @@ export type AdcpVersion = (typeof COMPATIBLE_ADCP_VERSIONS)[number];
29
29
  * Full version information
30
30
  */
31
31
  export declare const VERSION_INFO: {
32
- readonly library: "6.4.0";
32
+ readonly library: "6.5.0";
33
33
  readonly adcp: "3.0.1";
34
34
  readonly compatibleVersions: readonly ["v2.5", "v2.6", "v3", "3.0.0-beta.1", "3.0.0-beta.3", "3.0.0", "3.0.1"];
35
- readonly generatedAt: "2026-05-01T13:29:15.115Z";
35
+ readonly generatedAt: "2026-05-01T14:38:45.695Z";
36
36
  };
37
37
  /**
38
38
  * Get the AdCP specification version this library is built for
@@ -11,7 +11,7 @@ exports.parseAdcpMajorVersion = parseAdcpMajorVersion;
11
11
  /**
12
12
  * AdCP SDK library version
13
13
  */
14
- exports.LIBRARY_VERSION = '6.4.0';
14
+ exports.LIBRARY_VERSION = '6.5.0';
15
15
  /**
16
16
  * AdCP specification version this library is built for
17
17
  */
@@ -38,10 +38,10 @@ exports.COMPATIBLE_ADCP_VERSIONS = [
38
38
  * Full version information
39
39
  */
40
40
  exports.VERSION_INFO = {
41
- library: '6.4.0',
41
+ library: '6.5.0',
42
42
  adcp: '3.0.1',
43
43
  compatibleVersions: exports.COMPATIBLE_ADCP_VERSIONS,
44
- generatedAt: '2026-05-01T13:29:15.115Z',
44
+ generatedAt: '2026-05-01T14:38:45.695Z',
45
45
  };
46
46
  /**
47
47
  * Get the AdCP specification version this library is built for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adcp/sdk",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "AdCP SDK — client, server, and compliance harnesses for the AdContext Protocol (MCP + A2A)",
5
5
  "workspaces": [
6
6
  ".",