Skip to content

Commit

Permalink
feat: update client kms (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh authored Feb 7, 2024
1 parent 4dc7c95 commit fb9b966
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 0 additions & 45 deletions packages/sdk-client-kms/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/sdk-client-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi/test-sdk-client-kms",
"version": "1.1.0",
"version": "1.0.0",
"description": "OpenAPI client for @affinidi/test-sdk-client-kms main",
"author": "Affinidi",
"repository": {
Expand Down
11 changes: 10 additions & 1 deletion packages/sdk-client-kms/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/client-iam",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand All @@ -24,7 +25,15 @@
"github": true,
"npm": true,
"repositoryUrl": "git@github.com:affinidi/sdk.git",
"branches": ["main"]
"branches": ["main"],
"plugins": [
[
"@semantic-release/npm",
{
"npmPublish": true
}
]
]
}
}
},
Expand Down

0 comments on commit fb9b966

Please sign in to comment.