@workday/canvas-kit-mcp 15.0.0-alpha.0010-next.0 → 15.0.0-alpha.0023-next.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/dist/cli.js +4 -3
- package/dist/cli.js.map +3 -3
- package/dist/index.js +4 -3
- package/dist/index.js.map +3 -3
- package/dist/lib/upgrade-guides/15.0-UPGRADE-GUIDE.md +293 -0
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -2071,9 +2071,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
2071
2071
|
}
|
|
2072
2072
|
});
|
|
2073
2073
|
|
|
2074
|
-
// ../../node_modules/json-schema-traverse/index.js
|
|
2074
|
+
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
|
|
2075
2075
|
var require_json_schema_traverse = __commonJS({
|
|
2076
|
-
"../../node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2076
|
+
"../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2077
2077
|
"use strict";
|
|
2078
2078
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
2079
2079
|
if (typeof opts == "function") {
|
|
@@ -11880,7 +11880,7 @@ import { fileURLToPath } from "node:url";
|
|
|
11880
11880
|
// package.json
|
|
11881
11881
|
var package_default = {
|
|
11882
11882
|
name: "@workday/canvas-kit-mcp",
|
|
11883
|
-
version: "14.1.
|
|
11883
|
+
version: "14.1.21",
|
|
11884
11884
|
description: "MCP package for Canvas Kit",
|
|
11885
11885
|
author: "Workday, Inc. (https://www.workday.com)",
|
|
11886
11886
|
license: "Apache-2.0",
|
|
@@ -11941,6 +11941,7 @@ var config_default = {
|
|
|
11941
11941
|
"upgrade-guides/12.0-UPGRADE-GUIDE.md",
|
|
11942
11942
|
"upgrade-guides/13.0-UPGRADE-GUIDE.md",
|
|
11943
11943
|
"upgrade-guides/14.0-UPGRADE-GUIDE.md",
|
|
11944
|
+
"upgrade-guides/15.0-UPGRADE-GUIDE.md",
|
|
11944
11945
|
"llm-txt/llm-token-migration-14.txt",
|
|
11945
11946
|
"llm-txt/llm-style-props-migration.txt"
|
|
11946
11947
|
]
|