@adcp/sdk 7.11.4 → 7.11.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.
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
"source_sha": "4e553ad955f83b49c7d221ab5c3ff78237ad02e3",
|
|
5
5
|
"source_tarball_sha256": "580656d6466ef9f0d1119985e6726c2efea718dc671e2ad30957fcb2fd54af0f",
|
|
6
6
|
"upstream_adcp_version": "2.5.3",
|
|
7
|
-
"synced_at": "2026-06-18T06:
|
|
7
|
+
"synced_at": "2026-06-18T06:30:56.138Z"
|
|
8
8
|
}
|
package/dist/lib/version.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AdCP SDK library version
|
|
3
3
|
*/
|
|
4
|
-
export declare const LIBRARY_VERSION = "7.11.
|
|
4
|
+
export declare const LIBRARY_VERSION = "7.11.5";
|
|
5
5
|
/**
|
|
6
6
|
* AdCP specification version this library is built for
|
|
7
7
|
*/
|
|
@@ -33,10 +33,10 @@ export type AdcpVersion = (typeof COMPATIBLE_ADCP_VERSIONS)[number];
|
|
|
33
33
|
* Full version information
|
|
34
34
|
*/
|
|
35
35
|
export declare const VERSION_INFO: {
|
|
36
|
-
readonly library: "7.11.
|
|
36
|
+
readonly library: "7.11.5";
|
|
37
37
|
readonly adcp: "3.0.18";
|
|
38
38
|
readonly compatibleVersions: readonly ["v2.5", "v2.6", "v3", "3.0.0-beta.1", "3.0.0-beta.3", "3.1.0-beta.1", "3.1.0-beta.2", "3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.5", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12", "3.0.13", "3.0.14", "3.0.15", "3.0.16", "3.0.17", "3.0.18"];
|
|
39
|
-
readonly generatedAt: "2026-06-18T06:
|
|
39
|
+
readonly generatedAt: "2026-06-18T06:30:30.318Z";
|
|
40
40
|
};
|
|
41
41
|
/**
|
|
42
42
|
* Get the AdCP specification version this library is built for
|
package/dist/lib/version.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.parseAdcpMajorVersion = parseAdcpMajorVersion;
|
|
|
11
11
|
/**
|
|
12
12
|
* AdCP SDK library version
|
|
13
13
|
*/
|
|
14
|
-
exports.LIBRARY_VERSION = '7.11.
|
|
14
|
+
exports.LIBRARY_VERSION = '7.11.5';
|
|
15
15
|
/**
|
|
16
16
|
* AdCP specification version this library is built for
|
|
17
17
|
*/
|
|
@@ -61,10 +61,10 @@ exports.COMPATIBLE_ADCP_VERSIONS = [
|
|
|
61
61
|
* Full version information
|
|
62
62
|
*/
|
|
63
63
|
exports.VERSION_INFO = {
|
|
64
|
-
library: '7.11.
|
|
64
|
+
library: '7.11.5',
|
|
65
65
|
adcp: '3.0.18',
|
|
66
66
|
compatibleVersions: exports.COMPATIBLE_ADCP_VERSIONS,
|
|
67
|
-
generatedAt: '2026-06-18T06:
|
|
67
|
+
generatedAt: '2026-06-18T06:30:30.318Z',
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
70
|
* 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": "7.11.
|
|
3
|
+
"version": "7.11.5",
|
|
4
4
|
"description": "AdCP SDK — client, server, and compliance harnesses for the AdContext Protocol (MCP + A2A)",
|
|
5
5
|
"workspaces": [
|
|
6
6
|
".",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"test:protocols": "node test/run-protocol-tests.js",
|
|
258
258
|
"changeset": "changeset",
|
|
259
259
|
"version": "changeset version && npm run sync-version",
|
|
260
|
-
"release": "changeset publish",
|
|
260
|
+
"release": "changeset publish --tag adcp-3.0",
|
|
261
261
|
"test:protocol-compliance": "node test/run-protocol-tests.js --only compliance",
|
|
262
262
|
"test:protocol-schema": "node test/run-protocol-tests.js --only schema",
|
|
263
263
|
"test:protocol-integration": "node test/run-protocol-tests.js --only integration",
|