1.0.5 • Published 3 years ago
iacmf-client v1.0.5
iacmf-client
Angular client library to communicate with the backend. Based on OpenAPI Client generator.
To update the client do the following:
- ensure
Node.jsandnpmare installed. - ensure @openapitools/openapi-generator-cli is installed globally.
- generate a new api documentation (see https://github.com/IAC2-Project/iacmf).
- copy the contents of the generated files and replace the contents of the file
api-docs.jsonwith them. - update the version of the library in the file
openapitools.json. - run the command
npx @openapitools/openapi-generator-cli generate. - (optional) update the license and git repo information in the
package.jsonfile. - run the command
npm install. - run the command
npm run build. - run the command
npm loginto login to your npm repository. - run the command
npm publish ./distto publish the contents of thedistfolder. - commit and push changes
- go to the
iacmf-uiproject update the version of theiacmf-clientdependency and runnpm install.