Skip to content

Commit

Permalink
feat: update client dcf
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Feb 5, 2024
1 parent fcf3b7b commit 01771f9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 11 deletions.
17 changes: 11 additions & 6 deletions package-lock.json

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

48 changes: 43 additions & 5 deletions packages/sdk-client-dcf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "@affinidi/test-sdk-client-dcf",
"version": "1.0.0",
"description": "OpenAPI client for @affinidi/test-sdk-client-dcf",
"author": "OpenAPI-Generator Contributors",
"author": "Affinidi",
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
},
"keywords": [
"axios",
"typescript",
"affinidi-sdk",
"identity",
"holistic",
"network",
"openapi-client",
"openapi-generator",
"@affinidi/test-sdk-client-dcf"
Expand All @@ -21,13 +23,49 @@
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"lint": "eslint . --ext .ts",
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
"axios": "^1.6.0",
"url": "^0.11.3"
},
"nx": {
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": [
"{options.outputPath}"
],
"options": {
"outputPath": "packages/test-sdk-client-dcf",
"main": "packages/test-sdk-client-dcf/index.ts",
"tsConfig": "packages/test-sdk-client-dcf/tsconfig.lib.json",
"assets": [
"packages/test-sdk-client-dcf/*.md"
]
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
"changelog": true,
"github": true,
"npm": false,
"repositoryUrl": "git@github.com:affinidi/sdk.git",
"branches": [
"main"
]
}
}
},
"tags": []
},
"devDependencies": {
"@types/node": "^12.11.5",
"@types/node": "^18.18.2",
"typescript": "^4.0"
}
}

0 comments on commit 01771f9

Please sign in to comment.