From a0a652082f180e97602a250da984a57db229a34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tayfun=20Y=C4=B1lmaz?= Date: Tue, 16 Dec 2025 00:41:39 +0300 Subject: [PATCH] Add context7 config and update vnext versions Added new context7.json with URL and public key. Updated vnext.config.json to increment runtimeVersion and schemaVersion. --- context7.json | 4 ++++ vnext.config.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 context7.json diff --git a/context7.json b/context7.json new file mode 100644 index 0000000..3686e46 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/burgan-tech/vnext-example", + "public_key": "pk_xcxndUScZajJjJ9rVxWsI" + } \ No newline at end of file diff --git a/vnext.config.json b/vnext.config.json index e2cf59a..1ffaf5a 100644 --- a/vnext.config.json +++ b/vnext.config.json @@ -2,8 +2,8 @@ "version": "1.0.0", "description": "core Domain Definition Configuration", "domain": "core", - "runtimeVersion": "0.0.22", - "schemaVersion": "0.0.27", + "runtimeVersion": "0.0.23", + "schemaVersion": "0.0.28", "paths": { "componentsRoot": "core", "tasks": "Tasks",