diff --git a/package-lock.json b/package-lock.json index 42e8ef4..a6c29f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,12 @@ { "name": "abapify", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "abapify", + "version": "0.0.1", "license": "ISC", "workspaces": [ "packages/*", @@ -62,8 +64,7 @@ "verdaccio": "^5.0.4", "vite": "^5.4.8", "vitest": "^2.1.2" - }, - "version": "0.0.1" + } }, "node_modules/@abapify/adk": { "resolved": "packages/adk", @@ -24225,6 +24226,5 @@ "tslib": "^2.3.0" } } - }, - "version": "0.0.1" + } } diff --git a/packages/cf/package.json b/packages/cf/package.json index cfe73e6..be4dc9f 100644 --- a/packages/cf/package.json +++ b/packages/cf/package.json @@ -1,7 +1,10 @@ { "name": "cf-api-client", "version": "0.0.1", - "dependencies": {}, + "dependencies": { + "axios": "^1.7.7", + "qs": "^6.13.1" + }, "main": "./index.cjs", "module": "./index.js" } diff --git a/packages/cf/rollup.config.js b/packages/cf/rollup.config.js index fab8625..2558cdb 100644 --- a/packages/cf/rollup.config.js +++ b/packages/cf/rollup.config.js @@ -5,7 +5,7 @@ module.exports = withNx( main: './src/index.ts', outputPath: '../../dist/packages/cf', tsConfig: './tsconfig.lib.json', - compiler: 'swc', + compiler: 'tsc', format: ['cjs', 'esm'], assets: [{ input: '.', output: '.', glob: '*.md' }], }, diff --git a/samples/cds/project.json b/samples/cds/project.json index 875fa2a..e79dd2f 100644 --- a/samples/cds/project.json +++ b/samples/cds/project.json @@ -12,7 +12,7 @@ "reportsDirectory": "../../coverage/samples/cds" } }, - "build": { + "build-abap": { "executor": "@abapify/nx:cds2abap", "options": { "model": "@samples/projects",