@twin.org/standards-ld-contexts 0.0.3-next.6 → 0.0.3-next.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/ldContexts/dataspace-protocol-2024.json +57 -0
- package/dist/es/ldContexts/gs1-epcis.json +593 -0
- package/dist/es/ldContexts/gs1-vocab.json +59070 -0
- package/dist/es/ldContexts/odrl-dataspace-protocol.json +96 -0
- package/dist/es/ldContexts/schema.org.json +139 -1
- package/dist/es/ldContexts/w3c-data-integrity-v2.json +81 -0
- package/dist/es/ldContexts/w3c-odrl.json +1 -1
- package/dist/es/ldContexts/w3c-vc-data-model-v1.json +231 -0
- package/dist/es/ldContexts/w3id-cid-v1.json +113 -0
- package/dist/es/ldContexts/w3id-did-v1.json +57 -0
- package/dist/es/ldContexts/w3id-ed25519-v1.json +93 -0
- package/dist/es/ldContexts/w3id-multikey-v1.json +35 -0
- package/dist/es/ldContexts.js +66 -27
- package/dist/es/ldContexts.js.map +1 -1
- package/docs/changelog.md +486 -77
- package/docs/examples.md +19 -1
- package/package.json +4 -4
- /package/dist/es/ldContexts/{dataspace-protocol.json → dataspace-protocol-2025.json} +0 -0
- /package/dist/es/ldContexts/{un-cefact-vocab.json → un-cefact-d23b.json} +0 -0
package/docs/changelog.md
CHANGED
|
@@ -1,306 +1,715 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.60...standards-ld-contexts-v0.0.3-next.61) (2026-05-11)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* typescript 6 update ([79bfb52](https://github.com/iotaledger/twin-standards/commit/79bfb52e3dcb24689cec7b201dde822bcee970c5))
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [0.0.3-next.60](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.59...standards-ld-contexts-v0.0.3-next.60) (2026-04-21)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Miscellaneous Chores
|
|
14
14
|
|
|
15
15
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
16
16
|
|
|
17
|
-
## [0.0.3-next.
|
|
17
|
+
## [0.0.3-next.59](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.58...standards-ld-contexts-v0.0.3-next.59) (2026-04-07)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Miscellaneous Chores
|
|
21
21
|
|
|
22
22
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
23
23
|
|
|
24
|
-
## [0.0.3-next.
|
|
24
|
+
## [0.0.3-next.58](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.57...standards-ld-contexts-v0.0.3-next.58) (2026-03-25)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.57](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.56...standards-ld-contexts-v0.0.3-next.57) (2026-03-20)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Miscellaneous Chores
|
|
35
|
+
|
|
36
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.56](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.55...standards-ld-contexts-v0.0.3-next.56) (2026-03-20)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Miscellaneous Chores
|
|
42
|
+
|
|
43
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.55](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.54...standards-ld-contexts-v0.0.3-next.55) (2026-03-19)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* update to new ts-ts-schema and generic constructs ([4dff991](https://github.com/iotaledger/twin-standards/commit/4dff991fb70de4320668641ed94abf8e9b06acad))
|
|
51
|
+
* use local LD contexts in tests instead of remote ones ([#201](https://github.com/iotaledger/twin-standards/issues/201)) ([7d6c6ea](https://github.com/iotaledger/twin-standards/commit/7d6c6ea7b952fb9e2240ff252f8ce85c42d78985))
|
|
52
|
+
|
|
53
|
+
## [0.0.3-next.54](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.53...standards-ld-contexts-v0.0.3-next.54) (2026-03-12)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Miscellaneous Chores
|
|
57
|
+
|
|
58
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.53](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.52...standards-ld-contexts-v0.0.3-next.53) (2026-03-11)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Miscellaneous Chores
|
|
64
|
+
|
|
65
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
66
|
+
|
|
67
|
+
## [0.0.3-next.52](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.51...standards-ld-contexts-v0.0.3-next.52) (2026-03-10)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Miscellaneous Chores
|
|
71
|
+
|
|
72
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
73
|
+
|
|
74
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.50...standards-ld-contexts-v0.0.3-next.51) (2026-03-10)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Miscellaneous Chores
|
|
78
|
+
|
|
79
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
80
|
+
|
|
81
|
+
## [0.0.3-next.50](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.49...standards-ld-contexts-v0.0.3-next.50) (2026-03-09)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Miscellaneous Chores
|
|
85
|
+
|
|
86
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
87
|
+
|
|
88
|
+
## [0.0.3-next.49](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.48...standards-ld-contexts-v0.0.3-next.49) (2026-03-06)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
94
|
+
|
|
95
|
+
## [0.0.3-next.48](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.47...standards-ld-contexts-v0.0.3-next.48) (2026-03-06)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Miscellaneous Chores
|
|
99
|
+
|
|
100
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
101
|
+
|
|
102
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.46...standards-ld-contexts-v0.0.3-next.47) (2026-03-06)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Miscellaneous Chores
|
|
106
|
+
|
|
107
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
108
|
+
|
|
109
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.45...standards-ld-contexts-v0.0.3-next.46) (2026-03-05)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Miscellaneous Chores
|
|
113
|
+
|
|
114
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
115
|
+
|
|
116
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.44...standards-ld-contexts-v0.0.3-next.45) (2026-03-04)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Miscellaneous Chores
|
|
120
|
+
|
|
121
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
122
|
+
|
|
123
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.43...standards-ld-contexts-v0.0.3-next.44) (2026-03-04)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Miscellaneous Chores
|
|
127
|
+
|
|
128
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.42...standards-ld-contexts-v0.0.3-next.43) (2026-02-25)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Miscellaneous Chores
|
|
134
|
+
|
|
135
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
136
|
+
|
|
137
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.41...standards-ld-contexts-v0.0.3-next.42) (2026-02-25)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Miscellaneous Chores
|
|
141
|
+
|
|
142
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
143
|
+
|
|
144
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.40...standards-ld-contexts-v0.0.3-next.41) (2026-02-23)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Features
|
|
148
|
+
|
|
149
|
+
* update ld context cache ([#169](https://github.com/iotaledger/twin-standards/issues/169)) ([5fb59af](https://github.com/iotaledger/twin-standards/commit/5fb59af25526f040bbd4bb5dbe1a7574158c500a))
|
|
150
|
+
|
|
151
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.39...standards-ld-contexts-v0.0.3-next.40) (2026-02-18)
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Miscellaneous Chores
|
|
155
|
+
|
|
156
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
157
|
+
|
|
158
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.38...standards-ld-contexts-v0.0.3-next.39) (2026-02-13)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Miscellaneous Chores
|
|
162
|
+
|
|
163
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
164
|
+
|
|
165
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.37...standards-ld-contexts-v0.0.3-next.38) (2026-02-13)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Miscellaneous Chores
|
|
169
|
+
|
|
170
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
171
|
+
|
|
172
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.36...standards-ld-contexts-v0.0.3-next.37) (2026-02-12)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Miscellaneous Chores
|
|
176
|
+
|
|
177
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
178
|
+
|
|
179
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.35...standards-ld-contexts-v0.0.3-next.36) (2026-02-11)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Miscellaneous Chores
|
|
183
|
+
|
|
184
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
185
|
+
|
|
186
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.34...standards-ld-contexts-v0.0.3-next.35) (2026-02-10)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
192
|
+
|
|
193
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.33...standards-ld-contexts-v0.0.3-next.34) (2026-02-10)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Miscellaneous Chores
|
|
197
|
+
|
|
198
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
199
|
+
|
|
200
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.32...standards-ld-contexts-v0.0.3-next.33) (2026-02-06)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Features
|
|
204
|
+
|
|
205
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
206
|
+
* add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
|
|
207
|
+
* add extra ld contexts needed ([#17](https://github.com/iotaledger/twin-standards/issues/17)) ([d9f1be2](https://github.com/iotaledger/twin-standards/commit/d9f1be2a852f776cb3a8f00bb4dd631da0fe848e))
|
|
208
|
+
* add ids contract negotiation types ([6225dde](https://github.com/iotaledger/twin-standards/commit/6225ddec9e845e3782e2944f30c771911855f165))
|
|
209
|
+
* add ld-contexts package ([c361354](https://github.com/iotaledger/twin-standards/commit/c3613542c3dab5c37cc3d9869ea72eef86bc1ba1))
|
|
210
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
211
|
+
* add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
212
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
213
|
+
* generate unece types from JSON schema ([#71](https://github.com/iotaledger/twin-standards/issues/71)) ([5a596e7](https://github.com/iotaledger/twin-standards/commit/5a596e7a79c1a0b213560f5fb8b9ec5019d598d7))
|
|
214
|
+
* normalise type outputs ([0b3aed7](https://github.com/iotaledger/twin-standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
|
|
215
|
+
* update epcis models to match spec ([#92](https://github.com/iotaledger/twin-standards/issues/92)) ([1e56f70](https://github.com/iotaledger/twin-standards/commit/1e56f70415a8612113a36ad65a6cc5abdd85e091))
|
|
216
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
217
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
218
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Bug Fixes
|
|
222
|
+
|
|
223
|
+
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/iotaledger/twin-standards/issues/21)) ([05f7bba](https://github.com/iotaledger/twin-standards/commit/05f7bbafd0efbff445b878ccc2709975e50a7773))
|
|
224
|
+
* federated catalogue terms ld context last version copied ([#26](https://github.com/iotaledger/twin-standards/issues/26)) ([37f4ff0](https://github.com/iotaledger/twin-standards/commit/37f4ff00664e8b5efc7d24f1e2417061fd2bda56))
|
|
225
|
+
* gaia-x loire LD Context ([#62](https://github.com/iotaledger/twin-standards/issues/62)) ([072c4e7](https://github.com/iotaledger/twin-standards/commit/072c4e789158b3f989fa0fdd23df2532f7626dad))
|
|
226
|
+
* gaia-x pinned LD Context ([#59](https://github.com/iotaledger/twin-standards/issues/59)) ([7572616](https://github.com/iotaledger/twin-standards/commit/7572616a2e853e8f6f6234763e675edb96e54005))
|
|
227
|
+
* pin to 24.11 Gaia-X LD Context ([#58](https://github.com/iotaledger/twin-standards/issues/58)) ([4d3b9cc](https://github.com/iotaledger/twin-standards/commit/4d3b9cc365af276f5d4fc111a1744768746daa28))
|
|
228
|
+
* refine local LD Contexts ([#84](https://github.com/iotaledger/twin-standards/issues/84)) ([785e359](https://github.com/iotaledger/twin-standards/commit/785e359ad6895fcb97197ca707915651fe3ae79c))
|
|
229
|
+
|
|
230
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.31...standards-ld-contexts-v0.0.3-next.32) (2026-02-06)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Miscellaneous Chores
|
|
234
|
+
|
|
235
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
236
|
+
|
|
237
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.30...standards-ld-contexts-v0.0.3-next.31) (2026-02-05)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
243
|
+
|
|
244
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.29...standards-ld-contexts-v0.0.3-next.30) (2026-02-04)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Miscellaneous Chores
|
|
248
|
+
|
|
249
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
250
|
+
|
|
251
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.28...standards-ld-contexts-v0.0.3-next.29) (2026-02-03)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Miscellaneous Chores
|
|
255
|
+
|
|
256
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
257
|
+
|
|
258
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.27...standards-ld-contexts-v0.0.3-next.28) (2026-02-03)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Miscellaneous Chores
|
|
262
|
+
|
|
263
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
264
|
+
|
|
265
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.26...standards-ld-contexts-v0.0.3-next.27) (2026-02-03)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Miscellaneous Chores
|
|
269
|
+
|
|
270
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
271
|
+
|
|
272
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.25...standards-ld-contexts-v0.0.3-next.26) (2026-02-02)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Miscellaneous Chores
|
|
276
|
+
|
|
277
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
278
|
+
|
|
279
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.24...standards-ld-contexts-v0.0.3-next.25) (2026-02-02)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.23...standards-ld-contexts-v0.0.3-next.24) (2026-01-30)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Miscellaneous Chores
|
|
290
|
+
|
|
291
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
292
|
+
|
|
293
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.22...standards-ld-contexts-v0.0.3-next.23) (2026-01-30)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Miscellaneous Chores
|
|
297
|
+
|
|
298
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
299
|
+
|
|
300
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.21...standards-ld-contexts-v0.0.3-next.22) (2026-01-29)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Miscellaneous Chores
|
|
304
|
+
|
|
305
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
306
|
+
|
|
307
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.20...standards-ld-contexts-v0.0.3-next.21) (2026-01-23)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
313
|
+
|
|
314
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.19...standards-ld-contexts-v0.0.3-next.20) (2026-01-21)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Miscellaneous Chores
|
|
318
|
+
|
|
319
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
320
|
+
|
|
321
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.18...standards-ld-contexts-v0.0.3-next.19) (2026-01-21)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Miscellaneous Chores
|
|
325
|
+
|
|
326
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
327
|
+
|
|
328
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.17...standards-ld-contexts-v0.0.3-next.18) (2026-01-21)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Miscellaneous Chores
|
|
332
|
+
|
|
333
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
334
|
+
|
|
335
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.16...standards-ld-contexts-v0.0.3-next.17) (2026-01-21)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Miscellaneous Chores
|
|
339
|
+
|
|
340
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
341
|
+
|
|
342
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.15...standards-ld-contexts-v0.0.3-next.16) (2026-01-19)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Miscellaneous Chores
|
|
346
|
+
|
|
347
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
348
|
+
|
|
349
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.14...standards-ld-contexts-v0.0.3-next.15) (2026-01-16)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Miscellaneous Chores
|
|
353
|
+
|
|
354
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
355
|
+
|
|
356
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.13...standards-ld-contexts-v0.0.3-next.14) (2026-01-15)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Miscellaneous Chores
|
|
360
|
+
|
|
361
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
362
|
+
|
|
363
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.12...standards-ld-contexts-v0.0.3-next.13) (2026-01-14)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Miscellaneous Chores
|
|
367
|
+
|
|
368
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
369
|
+
|
|
370
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.11...standards-ld-contexts-v0.0.3-next.12) (2026-01-14)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Miscellaneous Chores
|
|
374
|
+
|
|
375
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
376
|
+
|
|
377
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.10...standards-ld-contexts-v0.0.3-next.11) (2026-01-14)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* update epcis models to match spec ([#92](https://github.com/iotaledger/twin-standards/issues/92)) ([1e56f70](https://github.com/iotaledger/twin-standards/commit/1e56f70415a8612113a36ad65a6cc5abdd85e091))
|
|
383
|
+
|
|
384
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.9...standards-ld-contexts-v0.0.3-next.10) (2026-01-13)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Miscellaneous Chores
|
|
388
|
+
|
|
389
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
390
|
+
|
|
391
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.8...standards-ld-contexts-v0.0.3-next.9) (2026-01-09)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Miscellaneous Chores
|
|
395
|
+
|
|
396
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
397
|
+
|
|
398
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.7...standards-ld-contexts-v0.0.3-next.8) (2026-01-08)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Features
|
|
402
|
+
|
|
403
|
+
* add ds protocol catalog dataset ([#86](https://github.com/iotaledger/twin-standards/issues/86)) ([45600e6](https://github.com/iotaledger/twin-standards/commit/45600e6cba212d85e250cb12cbdcb712d8db0e52))
|
|
404
|
+
|
|
405
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.6...standards-ld-contexts-v0.0.3-next.7) (2026-01-06)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Bug Fixes
|
|
409
|
+
|
|
410
|
+
* refine local LD Contexts ([#84](https://github.com/iotaledger/twin-standards/issues/84)) ([785e359](https://github.com/iotaledger/twin-standards/commit/785e359ad6895fcb97197ca707915651fe3ae79c))
|
|
411
|
+
|
|
412
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.5...standards-ld-contexts-v0.0.3-next.6) (2025-12-03)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Features
|
|
416
|
+
|
|
417
|
+
* generate unece types from JSON schema ([#71](https://github.com/iotaledger/twin-standards/issues/71)) ([5a596e7](https://github.com/iotaledger/twin-standards/commit/5a596e7a79c1a0b213560f5fb8b9ec5019d598d7))
|
|
418
|
+
|
|
419
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.4...standards-ld-contexts-v0.0.3-next.5) (2025-11-28)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Miscellaneous Chores
|
|
423
|
+
|
|
424
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
425
|
+
|
|
426
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.3...standards-ld-contexts-v0.0.3-next.4) (2025-11-18)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Miscellaneous Chores
|
|
430
|
+
|
|
431
|
+
* **standards-ld-contexts:** Synchronize repo versions
|
|
432
|
+
|
|
433
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.2...standards-ld-contexts-v0.0.3-next.3) (2025-11-18)
|
|
25
434
|
|
|
26
435
|
|
|
27
436
|
### Features
|
|
28
437
|
|
|
29
|
-
* add w3c dcat standards package ([#68](https://github.com/
|
|
438
|
+
* add w3c dcat standards package ([#68](https://github.com/iotaledger/twin-standards/issues/68)) ([85746c6](https://github.com/iotaledger/twin-standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
|
|
30
439
|
|
|
31
|
-
## [0.0.3-next.2](https://github.com/
|
|
440
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.1...standards-ld-contexts-v0.0.3-next.2) (2025-11-11)
|
|
32
441
|
|
|
33
442
|
|
|
34
443
|
### Miscellaneous Chores
|
|
35
444
|
|
|
36
445
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
37
446
|
|
|
38
|
-
## [0.0.3-next.1](https://github.com/
|
|
447
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.3-next.0...standards-ld-contexts-v0.0.3-next.1) (2025-11-10)
|
|
39
448
|
|
|
40
449
|
|
|
41
450
|
### Features
|
|
42
451
|
|
|
43
|
-
* add context id features ([#64](https://github.com/
|
|
44
|
-
* add extra ld contexts needed ([#17](https://github.com/
|
|
45
|
-
* add ids contract negotiation types ([6225dde](https://github.com/
|
|
46
|
-
* add ld-contexts package ([c361354](https://github.com/
|
|
47
|
-
* add validate-locales ([838389c](https://github.com/
|
|
48
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
49
|
-
* normalise type outputs ([0b3aed7](https://github.com/
|
|
50
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
51
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
52
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
452
|
+
* add context id features ([#64](https://github.com/iotaledger/twin-standards/issues/64)) ([e68bb87](https://github.com/iotaledger/twin-standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
|
|
453
|
+
* add extra ld contexts needed ([#17](https://github.com/iotaledger/twin-standards/issues/17)) ([d9f1be2](https://github.com/iotaledger/twin-standards/commit/d9f1be2a852f776cb3a8f00bb4dd631da0fe848e))
|
|
454
|
+
* add ids contract negotiation types ([6225dde](https://github.com/iotaledger/twin-standards/commit/6225ddec9e845e3782e2944f30c771911855f165))
|
|
455
|
+
* add ld-contexts package ([c361354](https://github.com/iotaledger/twin-standards/commit/c3613542c3dab5c37cc3d9869ea72eef86bc1ba1))
|
|
456
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
457
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
458
|
+
* normalise type outputs ([0b3aed7](https://github.com/iotaledger/twin-standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
|
|
459
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
460
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
461
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
53
462
|
|
|
54
463
|
|
|
55
464
|
### Bug Fixes
|
|
56
465
|
|
|
57
|
-
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/
|
|
58
|
-
* federated catalogue terms ld context last version copied ([#26](https://github.com/
|
|
59
|
-
* gaia-x loire LD Context ([#62](https://github.com/
|
|
60
|
-
* gaia-x pinned LD Context ([#59](https://github.com/
|
|
61
|
-
* pin to 24.11 Gaia-X LD Context ([#58](https://github.com/
|
|
466
|
+
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/iotaledger/twin-standards/issues/21)) ([05f7bba](https://github.com/iotaledger/twin-standards/commit/05f7bbafd0efbff445b878ccc2709975e50a7773))
|
|
467
|
+
* federated catalogue terms ld context last version copied ([#26](https://github.com/iotaledger/twin-standards/issues/26)) ([37f4ff0](https://github.com/iotaledger/twin-standards/commit/37f4ff00664e8b5efc7d24f1e2417061fd2bda56))
|
|
468
|
+
* gaia-x loire LD Context ([#62](https://github.com/iotaledger/twin-standards/issues/62)) ([072c4e7](https://github.com/iotaledger/twin-standards/commit/072c4e789158b3f989fa0fdd23df2532f7626dad))
|
|
469
|
+
* gaia-x pinned LD Context ([#59](https://github.com/iotaledger/twin-standards/issues/59)) ([7572616](https://github.com/iotaledger/twin-standards/commit/7572616a2e853e8f6f6234763e675edb96e54005))
|
|
470
|
+
* pin to 24.11 Gaia-X LD Context ([#58](https://github.com/iotaledger/twin-standards/issues/58)) ([4d3b9cc](https://github.com/iotaledger/twin-standards/commit/4d3b9cc365af276f5d4fc111a1744768746daa28))
|
|
62
471
|
|
|
63
|
-
## [0.0.2-next.16](https://github.com/
|
|
472
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.15...standards-ld-contexts-v0.0.2-next.16) (2025-10-09)
|
|
64
473
|
|
|
65
474
|
|
|
66
475
|
### Bug Fixes
|
|
67
476
|
|
|
68
|
-
* gaia-x loire LD Context ([#62](https://github.com/
|
|
477
|
+
* gaia-x loire LD Context ([#62](https://github.com/iotaledger/twin-standards/issues/62)) ([072c4e7](https://github.com/iotaledger/twin-standards/commit/072c4e789158b3f989fa0fdd23df2532f7626dad))
|
|
69
478
|
|
|
70
|
-
## [0.0.2-next.15](https://github.com/
|
|
479
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.14...standards-ld-contexts-v0.0.2-next.15) (2025-10-09)
|
|
71
480
|
|
|
72
481
|
|
|
73
482
|
### Features
|
|
74
483
|
|
|
75
|
-
* add validate-locales ([838389c](https://github.com/
|
|
484
|
+
* add validate-locales ([838389c](https://github.com/iotaledger/twin-standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
76
485
|
|
|
77
|
-
## [0.0.2-next.14](https://github.com/
|
|
486
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.13...standards-ld-contexts-v0.0.2-next.14) (2025-10-02)
|
|
78
487
|
|
|
79
488
|
|
|
80
489
|
### Bug Fixes
|
|
81
490
|
|
|
82
|
-
* gaia-x pinned LD Context ([#59](https://github.com/
|
|
83
|
-
* pin to 24.11 Gaia-X LD Context ([#58](https://github.com/
|
|
491
|
+
* gaia-x pinned LD Context ([#59](https://github.com/iotaledger/twin-standards/issues/59)) ([7572616](https://github.com/iotaledger/twin-standards/commit/7572616a2e853e8f6f6234763e675edb96e54005))
|
|
492
|
+
* pin to 24.11 Gaia-X LD Context ([#58](https://github.com/iotaledger/twin-standards/issues/58)) ([4d3b9cc](https://github.com/iotaledger/twin-standards/commit/4d3b9cc365af276f5d4fc111a1744768746daa28))
|
|
84
493
|
|
|
85
|
-
## [0.0.2-next.13](https://github.com/
|
|
494
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.12...standards-ld-contexts-v0.0.2-next.13) (2025-09-22)
|
|
86
495
|
|
|
87
496
|
|
|
88
497
|
### Miscellaneous Chores
|
|
89
498
|
|
|
90
499
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
91
500
|
|
|
92
|
-
## [0.0.2-next.12](https://github.com/
|
|
501
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.11...standards-ld-contexts-v0.0.2-next.12) (2025-09-16)
|
|
93
502
|
|
|
94
503
|
|
|
95
504
|
### Miscellaneous Chores
|
|
96
505
|
|
|
97
506
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
98
507
|
|
|
99
|
-
## [0.0.2-next.11](https://github.com/
|
|
508
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.10...standards-ld-contexts-v0.0.2-next.11) (2025-09-16)
|
|
100
509
|
|
|
101
510
|
|
|
102
511
|
### Miscellaneous Chores
|
|
103
512
|
|
|
104
513
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
105
514
|
|
|
106
|
-
## [0.0.2-next.10](https://github.com/
|
|
515
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.9...standards-ld-contexts-v0.0.2-next.10) (2025-09-16)
|
|
107
516
|
|
|
108
517
|
|
|
109
518
|
### Miscellaneous Chores
|
|
110
519
|
|
|
111
520
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
112
521
|
|
|
113
|
-
## [0.0.2-next.9](https://github.com/
|
|
522
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.8...standards-ld-contexts-v0.0.2-next.9) (2025-09-15)
|
|
114
523
|
|
|
115
524
|
|
|
116
525
|
### Miscellaneous Chores
|
|
117
526
|
|
|
118
527
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
119
528
|
|
|
120
|
-
## [0.0.2-next.8](https://github.com/
|
|
529
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.7...standards-ld-contexts-v0.0.2-next.8) (2025-09-15)
|
|
121
530
|
|
|
122
531
|
|
|
123
532
|
### Miscellaneous Chores
|
|
124
533
|
|
|
125
534
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
126
535
|
|
|
127
|
-
## [0.0.2-next.7](https://github.com/
|
|
536
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.6...standards-ld-contexts-v0.0.2-next.7) (2025-09-15)
|
|
128
537
|
|
|
129
538
|
|
|
130
539
|
### Features
|
|
131
540
|
|
|
132
|
-
* add ids contract negotiation types ([6225dde](https://github.com/
|
|
541
|
+
* add ids contract negotiation types ([6225dde](https://github.com/iotaledger/twin-standards/commit/6225ddec9e845e3782e2944f30c771911855f165))
|
|
133
542
|
|
|
134
|
-
## [0.0.2-next.6](https://github.com/
|
|
543
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.5...standards-ld-contexts-v0.0.2-next.6) (2025-09-12)
|
|
135
544
|
|
|
136
545
|
|
|
137
546
|
### Miscellaneous Chores
|
|
138
547
|
|
|
139
548
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
140
549
|
|
|
141
|
-
## [0.0.2-next.5](https://github.com/
|
|
550
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.4...standards-ld-contexts-v0.0.2-next.5) (2025-09-12)
|
|
142
551
|
|
|
143
552
|
|
|
144
553
|
### Miscellaneous Chores
|
|
145
554
|
|
|
146
555
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
147
556
|
|
|
148
|
-
## [0.0.2-next.4](https://github.com/
|
|
557
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.3...standards-ld-contexts-v0.0.2-next.4) (2025-09-12)
|
|
149
558
|
|
|
150
559
|
|
|
151
560
|
### Miscellaneous Chores
|
|
152
561
|
|
|
153
562
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
154
563
|
|
|
155
|
-
## [0.0.2-next.3](https://github.com/
|
|
564
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.2...standards-ld-contexts-v0.0.2-next.3) (2025-08-29)
|
|
156
565
|
|
|
157
566
|
|
|
158
567
|
### Features
|
|
159
568
|
|
|
160
|
-
* eslint migration to flat config ([648c1a1](https://github.com/
|
|
569
|
+
* eslint migration to flat config ([648c1a1](https://github.com/iotaledger/twin-standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
|
|
161
570
|
|
|
162
|
-
## [0.0.2-next.2](https://github.com/
|
|
571
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.1...standards-ld-contexts-v0.0.2-next.2) (2025-08-19)
|
|
163
572
|
|
|
164
573
|
|
|
165
574
|
### Features
|
|
166
575
|
|
|
167
|
-
* update framework core ([58c0c3d](https://github.com/
|
|
576
|
+
* update framework core ([58c0c3d](https://github.com/iotaledger/twin-standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
|
|
168
577
|
|
|
169
|
-
## [0.0.2-next.1](https://github.com/
|
|
578
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.2-next.0...standards-ld-contexts-v0.0.2-next.1) (2025-07-14)
|
|
170
579
|
|
|
171
580
|
|
|
172
581
|
### Features
|
|
173
582
|
|
|
174
|
-
* add extra ld contexts needed ([#17](https://github.com/
|
|
175
|
-
* add ld-contexts package ([c361354](https://github.com/
|
|
176
|
-
* normalise type outputs ([0b3aed7](https://github.com/
|
|
177
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
178
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
583
|
+
* add extra ld contexts needed ([#17](https://github.com/iotaledger/twin-standards/issues/17)) ([d9f1be2](https://github.com/iotaledger/twin-standards/commit/d9f1be2a852f776cb3a8f00bb4dd631da0fe848e))
|
|
584
|
+
* add ld-contexts package ([c361354](https://github.com/iotaledger/twin-standards/commit/c3613542c3dab5c37cc3d9869ea72eef86bc1ba1))
|
|
585
|
+
* normalise type outputs ([0b3aed7](https://github.com/iotaledger/twin-standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
|
|
586
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
587
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
179
588
|
|
|
180
589
|
|
|
181
590
|
### Bug Fixes
|
|
182
591
|
|
|
183
|
-
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/
|
|
184
|
-
* federated catalogue terms ld context last version copied ([#26](https://github.com/
|
|
592
|
+
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/iotaledger/twin-standards/issues/21)) ([05f7bba](https://github.com/iotaledger/twin-standards/commit/05f7bbafd0efbff445b878ccc2709975e50a7773))
|
|
593
|
+
* federated catalogue terms ld context last version copied ([#26](https://github.com/iotaledger/twin-standards/issues/26)) ([37f4ff0](https://github.com/iotaledger/twin-standards/commit/37f4ff00664e8b5efc7d24f1e2417061fd2bda56))
|
|
185
594
|
|
|
186
595
|
## 0.0.1 (2025-07-03)
|
|
187
596
|
|
|
188
597
|
|
|
189
598
|
### Features
|
|
190
599
|
|
|
191
|
-
* release to production ([2ae4125](https://github.com/
|
|
600
|
+
* release to production ([2ae4125](https://github.com/iotaledger/twin-standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
|
|
192
601
|
|
|
193
|
-
## [0.0.1-next.49](https://github.com/
|
|
602
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.48...standards-ld-contexts-v0.0.1-next.49) (2025-06-18)
|
|
194
603
|
|
|
195
604
|
|
|
196
605
|
### Miscellaneous Chores
|
|
197
606
|
|
|
198
607
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
199
608
|
|
|
200
|
-
## [0.0.1-next.48](https://github.com/
|
|
609
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.47...standards-ld-contexts-v0.0.1-next.48) (2025-06-11)
|
|
201
610
|
|
|
202
611
|
|
|
203
612
|
### Features
|
|
204
613
|
|
|
205
|
-
* update to latest JSON schema spec ([7a23930](https://github.com/
|
|
614
|
+
* update to latest JSON schema spec ([7a23930](https://github.com/iotaledger/twin-standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
|
|
206
615
|
|
|
207
|
-
## [0.0.1-next.47](https://github.com/
|
|
616
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.46...standards-ld-contexts-v0.0.1-next.47) (2025-06-05)
|
|
208
617
|
|
|
209
618
|
|
|
210
619
|
### Miscellaneous Chores
|
|
211
620
|
|
|
212
621
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
213
622
|
|
|
214
|
-
## [0.0.1-next.46](https://github.com/
|
|
623
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.45...standards-ld-contexts-v0.0.1-next.46) (2025-06-03)
|
|
215
624
|
|
|
216
625
|
|
|
217
626
|
### Miscellaneous Chores
|
|
218
627
|
|
|
219
628
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
220
629
|
|
|
221
|
-
## [0.0.1-next.45](https://github.com/
|
|
630
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.44...standards-ld-contexts-v0.0.1-next.45) (2025-06-02)
|
|
222
631
|
|
|
223
632
|
|
|
224
633
|
### Miscellaneous Chores
|
|
225
634
|
|
|
226
635
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
227
636
|
|
|
228
|
-
## [0.0.1-next.44](https://github.com/
|
|
637
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.43...standards-ld-contexts-v0.0.1-next.44) (2025-05-28)
|
|
229
638
|
|
|
230
639
|
|
|
231
640
|
### Miscellaneous Chores
|
|
232
641
|
|
|
233
642
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
234
643
|
|
|
235
|
-
## [0.0.1-next.43](https://github.com/
|
|
644
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.42...standards-ld-contexts-v0.0.1-next.43) (2025-05-20)
|
|
236
645
|
|
|
237
646
|
|
|
238
647
|
### Bug Fixes
|
|
239
648
|
|
|
240
|
-
* federated catalogue terms ld context last version copied ([#26](https://github.com/
|
|
649
|
+
* federated catalogue terms ld context last version copied ([#26](https://github.com/iotaledger/twin-standards/issues/26)) ([37f4ff0](https://github.com/iotaledger/twin-standards/commit/37f4ff00664e8b5efc7d24f1e2417061fd2bda56))
|
|
241
650
|
|
|
242
|
-
## [0.0.1-next.42](https://github.com/
|
|
651
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.41...standards-ld-contexts-v0.0.1-next.42) (2025-05-09)
|
|
243
652
|
|
|
244
653
|
|
|
245
654
|
### Miscellaneous Chores
|
|
246
655
|
|
|
247
656
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
248
657
|
|
|
249
|
-
## [0.0.1-next.41](https://github.com/
|
|
658
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.40...standards-ld-contexts-v0.0.1-next.41) (2025-05-08)
|
|
250
659
|
|
|
251
660
|
|
|
252
661
|
### Miscellaneous Chores
|
|
253
662
|
|
|
254
663
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
255
664
|
|
|
256
|
-
## [0.0.1-next.40](https://github.com/
|
|
665
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.39...standards-ld-contexts-v0.0.1-next.40) (2025-05-08)
|
|
257
666
|
|
|
258
667
|
|
|
259
668
|
### Bug Fixes
|
|
260
669
|
|
|
261
|
-
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/
|
|
670
|
+
* add extra ld contexts associated to URLs. cache ([#21](https://github.com/iotaledger/twin-standards/issues/21)) ([05f7bba](https://github.com/iotaledger/twin-standards/commit/05f7bbafd0efbff445b878ccc2709975e50a7773))
|
|
262
671
|
|
|
263
|
-
## [0.0.1-next.39](https://github.com/
|
|
672
|
+
## [0.0.1-next.39](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.38...standards-ld-contexts-v0.0.1-next.39) (2025-05-07)
|
|
264
673
|
|
|
265
674
|
|
|
266
675
|
### Miscellaneous Chores
|
|
267
676
|
|
|
268
677
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
269
678
|
|
|
270
|
-
## [0.0.1-next.38](https://github.com/
|
|
679
|
+
## [0.0.1-next.38](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.37...standards-ld-contexts-v0.0.1-next.38) (2025-05-07)
|
|
271
680
|
|
|
272
681
|
|
|
273
682
|
### Features
|
|
274
683
|
|
|
275
|
-
* add extra ld contexts needed ([#17](https://github.com/
|
|
684
|
+
* add extra ld contexts needed ([#17](https://github.com/iotaledger/twin-standards/issues/17)) ([d9f1be2](https://github.com/iotaledger/twin-standards/commit/d9f1be2a852f776cb3a8f00bb4dd631da0fe848e))
|
|
276
685
|
|
|
277
|
-
## [0.0.1-next.37](https://github.com/
|
|
686
|
+
## [0.0.1-next.37](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.36...standards-ld-contexts-v0.0.1-next.37) (2025-05-06)
|
|
278
687
|
|
|
279
688
|
|
|
280
689
|
### Miscellaneous Chores
|
|
281
690
|
|
|
282
691
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
283
692
|
|
|
284
|
-
## [0.0.1-next.36](https://github.com/
|
|
693
|
+
## [0.0.1-next.36](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.35...standards-ld-contexts-v0.0.1-next.36) (2025-04-30)
|
|
285
694
|
|
|
286
695
|
|
|
287
696
|
### Miscellaneous Chores
|
|
288
697
|
|
|
289
698
|
* **standards-ld-contexts:** Synchronize repo versions
|
|
290
699
|
|
|
291
|
-
## [0.0.1-next.35](https://github.com/
|
|
700
|
+
## [0.0.1-next.35](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.34...standards-ld-contexts-v0.0.1-next.35) (2025-04-17)
|
|
292
701
|
|
|
293
702
|
|
|
294
703
|
### Features
|
|
295
704
|
|
|
296
|
-
* use shared store mechanism ([#11](https://github.com/
|
|
705
|
+
* use shared store mechanism ([#11](https://github.com/iotaledger/twin-standards/issues/11)) ([96fa237](https://github.com/iotaledger/twin-standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
297
706
|
|
|
298
|
-
## [0.0.1-next.34](https://github.com/
|
|
707
|
+
## [0.0.1-next.34](https://github.com/iotaledger/twin-standards/compare/standards-ld-contexts-v0.0.1-next.33...standards-ld-contexts-v0.0.1-next.34) (2025-03-28)
|
|
299
708
|
|
|
300
709
|
|
|
301
710
|
### Features
|
|
302
711
|
|
|
303
|
-
* add ld-contexts package ([c361354](https://github.com/
|
|
712
|
+
* add ld-contexts package ([c361354](https://github.com/iotaledger/twin-standards/commit/c3613542c3dab5c37cc3d9869ea72eef86bc1ba1))
|
|
304
713
|
|
|
305
714
|
## v0.0.1-next.33
|
|
306
715
|
|