@frontify/fondue 13.6.4 → 13.7.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.
|
@@ -17,7 +17,7 @@ const TOOL_DIR = dirname(fileURLToPath(import.meta.url));
|
|
|
17
17
|
const SKILL_SOURCE_DIR = resolve(TOOL_DIR, "adapters", "claude-skill", "skill");
|
|
18
18
|
const SKILL_NAME = "fondue";
|
|
19
19
|
const CONSUMER_PACKAGE = "@frontify/fondue";
|
|
20
|
-
const FONDUE_VERSION = "13.
|
|
20
|
+
const FONDUE_VERSION = "13.7.0";
|
|
21
21
|
const scopeOf = (options) => options.user ? "user" : "project";
|
|
22
22
|
const projectRoot = () => {
|
|
23
23
|
let dir = process.cwd();
|
|
@@ -195,7 +195,7 @@ Example: fondue adapter ${verb} ${ADAPTERS[0]?.name ?? "<name>"}`
|
|
|
195
195
|
}
|
|
196
196
|
return fail(`Unknown adapter "${name}". Available: ${adapterNames()}.`);
|
|
197
197
|
};
|
|
198
|
-
const program = new Command().name("fondue").description("CLI for Frontify Fondue.").version("13.
|
|
198
|
+
const program = new Command().name("fondue").description("CLI for Frontify Fondue.").version("13.7.0");
|
|
199
199
|
const adapter = program.command("adapter").description("Install and manage Fondue SDK adapters (Claude Code skill, MCP, REST, …).");
|
|
200
200
|
adapter.command("install [name]").aliases(["add", "update"]).description(
|
|
201
201
|
"Install an adapter, or refresh an existing install in place. Run `adapter list` to see what `<name>` accepts."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/fondue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.7.0",
|
|
5
5
|
"description": "Design system of Frontify",
|
|
6
6
|
"author": "Frontify Developers <developers@frontify.com>",
|
|
7
7
|
"homepage": "https://github.com/Frontify/fondue",
|
|
@@ -157,9 +157,9 @@
|
|
|
157
157
|
"react-popper": "^2.3.0",
|
|
158
158
|
"react-textarea-autosize": "^8.5.9",
|
|
159
159
|
"@frontify/fondue-charts": "^7.1.1",
|
|
160
|
+
"@frontify/fondue-components": "^30.9.0",
|
|
161
|
+
"@frontify/fondue-rte": "^0.1.6",
|
|
160
162
|
"@frontify/fondue-icons": "^0.26.3",
|
|
161
|
-
"@frontify/fondue-rte": "^0.1.5",
|
|
162
|
-
"@frontify/fondue-components": "^30.7.1",
|
|
163
163
|
"@frontify/fondue-sdk": "^0.1.2",
|
|
164
164
|
"@frontify/fondue-tokens": "^5.0.4"
|
|
165
165
|
},
|