diff --git a/packages/host-inventory/package.json b/packages/host-inventory/package.json index d97356bd..258b84d9 100644 --- a/packages/host-inventory/package.json +++ b/packages/host-inventory/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-cloud-services/host-inventory-client", - "version": "3.0.2", + "version": "4.0.0", "description": "", "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/host-inventory/project.json b/packages/host-inventory/project.json index 7c54b82e..79f68ff6 100644 --- a/packages/host-inventory/project.json +++ b/packages/host-inventory/project.json @@ -13,11 +13,12 @@ } }, "build": { - "executor": "@redhat-cloud-services/build-utils:old-builder", + "executor": "@redhat-cloud-services/build-utils:builder", "options": { "outputPath": "packages/host-inventory/dist", "main": "packages/host-inventory/index.ts", - "tsConfig": "packages/host-inventory/tsconfig.cjs.json" + "esmTsConfig": "packages/host-inventory/tsconfig.esm.json", + "cjsTsConfig": "packages/host-inventory/tsconfig.cjs.json" } }, "publish": { @@ -56,8 +57,7 @@ "npm": { "executor": "ngx-deploy-npm:deploy", "options": { - "access": "public", - "distFolderPath": "dist/host-inventory" + "access": "public" } } },