Commit 03751a9
authored
AAS next (#1052)
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 readme1 parent c8177c2 commit 03751a9
File tree
9 files changed
+1557
-2242
lines changed- packages/td-tools
- src/util
- test
- util
9 files changed
+1557
-2242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
67 | 93 | | |
68 | | - | |
| 94 | + | |
69 | 95 | | |
70 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
71 | 99 | | |
72 | | - | |
| 100 | + | |
| 101 | + | |
0 commit comments