From 10ee45eb1656429a4b765c8bd7f13202b3229d26 Mon Sep 17 00:00:00 2001 From: biwano Date: Mon, 19 Feb 2024 07:48:28 +0100 Subject: [PATCH] Remove declarations from API builds (#2275) * Remove declarations from API builds * Update API version * Adjust API version --------- Co-authored-by: Atmosfearful <88635679+Atmosfearful@users.noreply.github.com> --- carbonmark-api/package.json | 2 +- carbonmark-api/tsconfig.json | 3 ++- package-lock.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/carbonmark-api/package.json b/carbonmark-api/package.json index 1aa1d30123..b1c90eaff4 100644 --- a/carbonmark-api/package.json +++ b/carbonmark-api/package.json @@ -1,6 +1,6 @@ { "name": "@klimadao/carbonmark-api", - "version": "6.2.2", + "version": "6.2.3", "description": "An API for exploring Carbonmark project data, prices and activity.", "main": "app.ts", "scripts": { diff --git a/carbonmark-api/tsconfig.json b/carbonmark-api/tsconfig.json index 2e0917abb5..174ac65d1a 100644 --- a/carbonmark-api/tsconfig.json +++ b/carbonmark-api/tsconfig.json @@ -7,7 +7,8 @@ "noImplicitAny": true, "esModuleInterop": true, "useUnknownInCatchVariables": false, - "baseUrl": "." + "baseUrl": ".", + "declaration": false }, "include": ["src/**/*.ts", "scripts/**/*.ts"] } diff --git a/package-lock.json b/package-lock.json index fe98601120..8d254609eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -590,7 +590,7 @@ }, "carbonmark-api": { "name": "@klimadao/carbonmark-api", - "version": "6.2.2", + "version": "6.2.3", "license": "ISC", "dependencies": { "@fastify/autoload": "^5.0.0",