Skip to content

Commit

Permalink
feat: update client all
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Aug 26, 2024
1 parent 796d3c9 commit 4285e04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/python/credential_issuance_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/credential-issuance-client-python",
"name": "affinidi_tdk/credential-issuance-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/credential_verification_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/credential-verification-client-python",
"name": "affinidi_tdk/credential-verification-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/iam_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/iam-client-python",
"name": "affinidi_tdk/iam-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/iota_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/iota-client-python",
"name": "affinidi_tdk/iota-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/login_configuration_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/login-configuration-client-python",
"name": "affinidi_tdk/login-configuration-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/wallets_client/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@affinidi-tdk/wallets-client-python",
"name": "affinidi_tdk/wallets-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
Expand Down

0 comments on commit 4285e04

Please sign in to comment.