@workday/canvas-kit-mcp 15.0.0-alpha.0008-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/index.js
CHANGED
|
@@ -2070,9 +2070,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
2070
2070
|
}
|
|
2071
2071
|
});
|
|
2072
2072
|
|
|
2073
|
-
// ../../node_modules/json-schema-traverse/index.js
|
|
2073
|
+
// ../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js
|
|
2074
2074
|
var require_json_schema_traverse = __commonJS({
|
|
2075
|
-
"../../node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2075
|
+
"../../node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse/index.js"(exports, module) {
|
|
2076
2076
|
"use strict";
|
|
2077
2077
|
var traverse = module.exports = function(schema, opts, cb) {
|
|
2078
2078
|
if (typeof opts == "function") {
|
|
@@ -6796,7 +6796,7 @@ import { fileURLToPath } from "node:url";
|
|
|
6796
6796
|
// package.json
|
|
6797
6797
|
var package_default = {
|
|
6798
6798
|
name: "@workday/canvas-kit-mcp",
|
|
6799
|
-
version: "14.1.
|
|
6799
|
+
version: "14.1.21",
|
|
6800
6800
|
description: "MCP package for Canvas Kit",
|
|
6801
6801
|
author: "Workday, Inc. (https://www.workday.com)",
|
|
6802
6802
|
license: "Apache-2.0",
|
|
@@ -6857,6 +6857,7 @@ var config_default = {
|
|
|
6857
6857
|
"upgrade-guides/12.0-UPGRADE-GUIDE.md",
|
|
6858
6858
|
"upgrade-guides/13.0-UPGRADE-GUIDE.md",
|
|
6859
6859
|
"upgrade-guides/14.0-UPGRADE-GUIDE.md",
|
|
6860
|
+
"upgrade-guides/15.0-UPGRADE-GUIDE.md",
|
|
6860
6861
|
"llm-txt/llm-token-migration-14.txt",
|
|
6861
6862
|
"llm-txt/llm-style-props-migration.txt"
|
|
6862
6863
|
]
|