Skip to content

Commit

Permalink
Merge pull request #356 from RedHatInsights/switch-rbac-new-builder
Browse files Browse the repository at this point in the history
feat!: Update rbac-client to use new builder
  • Loading branch information
florkbr authored Jan 11, 2025
2 parents 39a9248 + 16c9317 commit a8a56a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/rbac-client",
"version": "3.0.5",
"version": "4.0.0",
"description": "",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/rbac/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
}
},
"build": {
"executor": "@redhat-cloud-services/build-utils:old-builder",
"executor": "@redhat-cloud-services/build-utils:builder",
"options": {
"outputPath": "packages/rbac/dist",
"main": "packages/rbac/index.ts",
"tsConfig": "packages/rbac/tsconfig.cjs.json"
"esmTsConfig": "packages/rbac/tsconfig.esm.json",
"cjsTsConfig": "packages/rbac/tsconfig.cjs.json"
}
},
"publish": {
Expand Down Expand Up @@ -79,8 +80,7 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/rbac"
"access": "public"
}
}
},
Expand Down

0 comments on commit a8a56a2

Please sign in to comment.