Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: align/improve AAS/AID <-> TD transformation * fix: issue with using wrong arguments * docs: update readme with the preferred way of using the interface * refactor: initial test (setup) * feat: update transformation to latest AID version Note: examples AID_v03.json and AID_v03_counter.json are no longer compliant -> skipped for now * refactor: initial setup for transforming TD to AAS/AID * refactor: renaming * refactor: add transformation code to * refactor: simple interaction checks for TD to AID * refactor: handle new security/securityDefinititions by @Kaz040 * refactor: restructure test input * fix: add terms needed by AASX Explorer * feat: add ability to choose protocol prefix of interest * refactor: add TD counter transformation * refactor: add support for form terms like "contentType" and htv:methodName" * refactor: install/import fetch for Node prior to 18 * chore: update lock file * refactor: avoid adding node-fetch as dependency * refactor: wrap submodelElements in *one* AID submodel * refactor: fix lint warnings * refactor: skip online counter test * refactor: remove out-dated samples and tests * refactor: add support for thing metadata * refactor: transform AAS description -> TD descriptions * refactor: support title and descriptions * refactor: remove commented code * refactor: move public (important methods) upfront * refactor: allow TD to AID transformation without specifying protocol prefixes -> use *all* possible prefixes * refactor: remove console.log with logInfo * docs: update readme
- Loading branch information