darkprint 0.1.2 → 0.1.3
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -15446,7 +15446,7 @@ var SUPPORTED_PROTOCOL_VERSIONS = [
|
|
|
15446
15446
|
"2025-03-26",
|
|
15447
15447
|
"2024-11-05"
|
|
15448
15448
|
];
|
|
15449
|
-
var SERVER_INFO = { name: "darkprint", title: "DarkPrint registry", version: "0.1.
|
|
15449
|
+
var SERVER_INFO = { name: "darkprint", title: "DarkPrint registry", version: "0.1.3" };
|
|
15450
15450
|
function negotiatedVersion(params) {
|
|
15451
15451
|
const asked = typeof params === "object" && params !== null ? params.protocolVersion : void 0;
|
|
15452
15452
|
return typeof asked === "string" && SUPPORTED_PROTOCOL_VERSIONS.includes(asked) ? asked : PROTOCOL_VERSION;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "darkprint",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The DarkPrint registry from your terminal and from an agent session: clone, validate, export and import blueprints, report runs, serve the registry over MCP on stdio, and carry the blueprint-writing skill.",
|
|
6
6
|
"license": "MIT",
|