From 892f7c1281271e1377837693a8ec41ab4f568834 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Mon, 23 Mar 2026 23:54:04 +0200 Subject: [PATCH 1/3] Delete codbex-partners/tsconfig.json --- codbex-partners/tsconfig.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 codbex-partners/tsconfig.json diff --git a/codbex-partners/tsconfig.json b/codbex-partners/tsconfig.json deleted file mode 100644 index 9b957e3..0000000 --- a/codbex-partners/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "target": "ES6", - "moduleResolution": "Node", - "baseUrl": "../", - "lib": [ - "ESNext", - "DOM" - ], - "paths": { - "sdk/*": [ - "./modules/src/*" - ], - "/*": [ - "./*" - ] - }, - "types": [ - "../modules/types" - ] - } -} \ No newline at end of file From 7f0cdadd7b295ba71c801dcb0809014d53b58285 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Mon, 23 Mar 2026 23:54:17 +0200 Subject: [PATCH 2/3] Update project.json --- codbex-partners/project.json | 40 ++---------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/codbex-partners/project.json b/codbex-partners/project.json index a30caed..7ec93a2 100644 --- a/codbex-partners/project.json +++ b/codbex-partners/project.json @@ -1,39 +1,3 @@ { - "guid": "codbex-partners", - "dependencies": [ - { - "guid": "codbex-countries", - "type": "git", - "url": "https://github.com/codbex/codbex-countries.git", - "branch": "main" - }, - { - "guid": "codbex-cities", - "type": "git", - "url": "https://github.com/codbex/codbex-cities.git", - "branch": "main" - }, - { - "guid": "codbex-navigation-groups", - "type": "git", - "url": "https://github.com/codbex/codbex-navigation-groups", - "branch": "main" - } - ], - "actions": [ - { - "name": "Build TypeScript", - "commands": [ - { - "os": "unix", - "command": "tsc" - }, - { - "os": "windows", - "command": "cmd /c tsc" - } - ], - "registry": "true" - } - ] -} \ No newline at end of file + "guid": "codbex-partners" +} From 84458e34ee5ddbac66badf15320058b241a48950 Mon Sep 17 00:00:00 2001 From: Nikol Georgieva Date: Mon, 23 Mar 2026 23:55:47 +0200 Subject: [PATCH 3/3] Update package.json --- codbex-partners/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/codbex-partners/package.json b/codbex-partners/package.json index a78389b..cd79ea4 100644 --- a/codbex-partners/package.json +++ b/codbex-partners/package.json @@ -8,11 +8,8 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "scripts": { - "build": "tsc" - }, "dependencies": { - "@codbex/codbex-countries": "1.0.0", - "@codbex/codbex-cities": "0.6.0" + "@codbex/codbex-countries": "^1.2.0", + "@codbex/codbex-cities": "^1.1.0" } }