@twin.org/nft-service 0.0.3-next.4 → 0.0.3-next.5
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/docs/changelog.md +62 -46
- package/docs/open-api/spec.json +1 -1
- package/package.json +4 -4
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.3-next.4...nft-service-v0.0.3-next.5) (2026-05-12)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* typescript 6 update ([91b94b8](https://github.com/iotaledger/twin-nft/commit/91b94b846ea081b09b2228681776ce30f104a36e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/nft-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
16
|
+
* devDependencies
|
|
17
|
+
* @twin.org/nft-connector-entity-storage bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
18
|
+
|
|
19
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.3-next.3...nft-service-v0.0.3-next.4) (2026-04-20)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add on-chain identity binding to NFT minting ([#58](https://github.com/iotaledger/twin-nft/issues/58)) ([730a16d](https://github.com/iotaledger/twin-nft/commit/730a16d70fc026c920dbede0e4dafc96f37b729a))
|
|
9
25
|
|
|
10
26
|
|
|
11
27
|
### Dependencies
|
|
@@ -16,7 +32,7 @@
|
|
|
16
32
|
* devDependencies
|
|
17
33
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
18
34
|
|
|
19
|
-
## [0.0.3-next.3](https://github.com/
|
|
35
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.3-next.2...nft-service-v0.0.3-next.3) (2026-03-03)
|
|
20
36
|
|
|
21
37
|
|
|
22
38
|
### Miscellaneous Chores
|
|
@@ -32,7 +48,7 @@
|
|
|
32
48
|
* devDependencies
|
|
33
49
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
34
50
|
|
|
35
|
-
## [0.0.3-next.2](https://github.com/
|
|
51
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.3-next.1...nft-service-v0.0.3-next.2) (2026-02-25)
|
|
36
52
|
|
|
37
53
|
|
|
38
54
|
### Miscellaneous Chores
|
|
@@ -48,25 +64,25 @@
|
|
|
48
64
|
* devDependencies
|
|
49
65
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
50
66
|
|
|
51
|
-
## [0.0.3-next.1](https://github.com/
|
|
67
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.3-next.0...nft-service-v0.0.3-next.1) (2025-11-12)
|
|
52
68
|
|
|
53
69
|
|
|
54
70
|
### Features
|
|
55
71
|
|
|
56
|
-
* add context id features ([#50](https://github.com/
|
|
57
|
-
* add validate-locales ([0055a56](https://github.com/
|
|
58
|
-
* eslint migration to flat config ([0e6fc12](https://github.com/
|
|
59
|
-
* iota rebased release ([bfdd233](https://github.com/
|
|
60
|
-
* move to json integration ([#31](https://github.com/
|
|
61
|
-
* remove unused namespace ([48d2a92](https://github.com/
|
|
62
|
-
* update dependencies ([8660f76](https://github.com/
|
|
63
|
-
* update framework core ([f3496b6](https://github.com/
|
|
64
|
-
* use shared store mechanism ([#16](https://github.com/
|
|
72
|
+
* add context id features ([#50](https://github.com/iotaledger/twin-nft/issues/50)) ([56c31c7](https://github.com/iotaledger/twin-nft/commit/56c31c7ba10e3ef8ad44f6463153f90888e64711))
|
|
73
|
+
* add validate-locales ([0055a56](https://github.com/iotaledger/twin-nft/commit/0055a56ed166946f1db860aa0725ad53248b3427))
|
|
74
|
+
* eslint migration to flat config ([0e6fc12](https://github.com/iotaledger/twin-nft/commit/0e6fc128c3c8f6cd34db793787437dd4af2c9994))
|
|
75
|
+
* iota rebased release ([bfdd233](https://github.com/iotaledger/twin-nft/commit/bfdd23330e168962f7ad0a6fcd2c9c9a38a11697))
|
|
76
|
+
* move to json integration ([#31](https://github.com/iotaledger/twin-nft/issues/31)) ([89944ba](https://github.com/iotaledger/twin-nft/commit/89944ba05b955944f84419224c3ae63fef28cc23))
|
|
77
|
+
* remove unused namespace ([48d2a92](https://github.com/iotaledger/twin-nft/commit/48d2a926d610fad0b0407311e71a215d15a99aa5))
|
|
78
|
+
* update dependencies ([8660f76](https://github.com/iotaledger/twin-nft/commit/8660f76ca324b0f476e45544cac6bee4b3146c3b))
|
|
79
|
+
* update framework core ([f3496b6](https://github.com/iotaledger/twin-nft/commit/f3496b61bfebbb3479bb92df39ecfa9ac8d90b9b))
|
|
80
|
+
* use shared store mechanism ([#16](https://github.com/iotaledger/twin-nft/issues/16)) ([897bc78](https://github.com/iotaledger/twin-nft/commit/897bc7805248ba1388b2dd03df24c33f1633f344))
|
|
65
81
|
|
|
66
82
|
|
|
67
83
|
### Bug Fixes
|
|
68
84
|
|
|
69
|
-
* params order modified ([#19](https://github.com/
|
|
85
|
+
* params order modified ([#19](https://github.com/iotaledger/twin-nft/issues/19)) ([c2ceb30](https://github.com/iotaledger/twin-nft/commit/c2ceb3040c12286d4fac09d51db77465366ba89d))
|
|
70
86
|
|
|
71
87
|
|
|
72
88
|
### Dependencies
|
|
@@ -77,12 +93,12 @@
|
|
|
77
93
|
* devDependencies
|
|
78
94
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
79
95
|
|
|
80
|
-
## [0.0.2-next.8](https://github.com/
|
|
96
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.7...nft-service-v0.0.2-next.8) (2025-10-09)
|
|
81
97
|
|
|
82
98
|
|
|
83
99
|
### Features
|
|
84
100
|
|
|
85
|
-
* add validate-locales ([0055a56](https://github.com/
|
|
101
|
+
* add validate-locales ([0055a56](https://github.com/iotaledger/twin-nft/commit/0055a56ed166946f1db860aa0725ad53248b3427))
|
|
86
102
|
|
|
87
103
|
|
|
88
104
|
### Dependencies
|
|
@@ -93,7 +109,7 @@
|
|
|
93
109
|
* devDependencies
|
|
94
110
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
95
111
|
|
|
96
|
-
## [0.0.2-next.7](https://github.com/
|
|
112
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.6...nft-service-v0.0.2-next.7) (2025-09-26)
|
|
97
113
|
|
|
98
114
|
|
|
99
115
|
### Miscellaneous Chores
|
|
@@ -109,7 +125,7 @@
|
|
|
109
125
|
* devDependencies
|
|
110
126
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
111
127
|
|
|
112
|
-
## [0.0.2-next.6](https://github.com/
|
|
128
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.5...nft-service-v0.0.2-next.6) (2025-09-25)
|
|
113
129
|
|
|
114
130
|
|
|
115
131
|
### Miscellaneous Chores
|
|
@@ -125,7 +141,7 @@
|
|
|
125
141
|
* devDependencies
|
|
126
142
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
127
143
|
|
|
128
|
-
## [0.0.2-next.5](https://github.com/
|
|
144
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.4...nft-service-v0.0.2-next.5) (2025-09-22)
|
|
129
145
|
|
|
130
146
|
|
|
131
147
|
### Miscellaneous Chores
|
|
@@ -141,12 +157,12 @@
|
|
|
141
157
|
* devDependencies
|
|
142
158
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
143
159
|
|
|
144
|
-
## [0.0.2-next.4](https://github.com/
|
|
160
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.3...nft-service-v0.0.2-next.4) (2025-09-10)
|
|
145
161
|
|
|
146
162
|
|
|
147
163
|
### Features
|
|
148
164
|
|
|
149
|
-
* eslint migration to flat config ([0e6fc12](https://github.com/
|
|
165
|
+
* eslint migration to flat config ([0e6fc12](https://github.com/iotaledger/twin-nft/commit/0e6fc128c3c8f6cd34db793787437dd4af2c9994))
|
|
150
166
|
|
|
151
167
|
|
|
152
168
|
### Dependencies
|
|
@@ -157,12 +173,12 @@
|
|
|
157
173
|
* devDependencies
|
|
158
174
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
159
175
|
|
|
160
|
-
## [0.0.2-next.3](https://github.com/
|
|
176
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.2...nft-service-v0.0.2-next.3) (2025-08-20)
|
|
161
177
|
|
|
162
178
|
|
|
163
179
|
### Features
|
|
164
180
|
|
|
165
|
-
* update framework core ([f3496b6](https://github.com/
|
|
181
|
+
* update framework core ([f3496b6](https://github.com/iotaledger/twin-nft/commit/f3496b61bfebbb3479bb92df39ecfa9ac8d90b9b))
|
|
166
182
|
|
|
167
183
|
|
|
168
184
|
### Dependencies
|
|
@@ -173,13 +189,13 @@
|
|
|
173
189
|
* devDependencies
|
|
174
190
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
175
191
|
|
|
176
|
-
## [0.0.2-next.2](https://github.com/
|
|
192
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.1...nft-service-v0.0.2-next.2) (2025-07-25)
|
|
177
193
|
|
|
178
194
|
|
|
179
195
|
### Features
|
|
180
196
|
|
|
181
|
-
* move to json integration ([#31](https://github.com/
|
|
182
|
-
* remove unused namespace ([48d2a92](https://github.com/
|
|
197
|
+
* move to json integration ([#31](https://github.com/iotaledger/twin-nft/issues/31)) ([89944ba](https://github.com/iotaledger/twin-nft/commit/89944ba05b955944f84419224c3ae63fef28cc23))
|
|
198
|
+
* remove unused namespace ([48d2a92](https://github.com/iotaledger/twin-nft/commit/48d2a926d610fad0b0407311e71a215d15a99aa5))
|
|
183
199
|
|
|
184
200
|
|
|
185
201
|
### Dependencies
|
|
@@ -190,19 +206,19 @@
|
|
|
190
206
|
* devDependencies
|
|
191
207
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
192
208
|
|
|
193
|
-
## [0.0.2-next.1](https://github.com/
|
|
209
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.2-next.0...nft-service-v0.0.2-next.1) (2025-07-16)
|
|
194
210
|
|
|
195
211
|
|
|
196
212
|
### Features
|
|
197
213
|
|
|
198
|
-
* iota rebased release ([bfdd233](https://github.com/
|
|
199
|
-
* update dependencies ([8660f76](https://github.com/
|
|
200
|
-
* use shared store mechanism ([#16](https://github.com/
|
|
214
|
+
* iota rebased release ([bfdd233](https://github.com/iotaledger/twin-nft/commit/bfdd23330e168962f7ad0a6fcd2c9c9a38a11697))
|
|
215
|
+
* update dependencies ([8660f76](https://github.com/iotaledger/twin-nft/commit/8660f76ca324b0f476e45544cac6bee4b3146c3b))
|
|
216
|
+
* use shared store mechanism ([#16](https://github.com/iotaledger/twin-nft/issues/16)) ([897bc78](https://github.com/iotaledger/twin-nft/commit/897bc7805248ba1388b2dd03df24c33f1633f344))
|
|
201
217
|
|
|
202
218
|
|
|
203
219
|
### Bug Fixes
|
|
204
220
|
|
|
205
|
-
* params order modified ([#19](https://github.com/
|
|
221
|
+
* params order modified ([#19](https://github.com/iotaledger/twin-nft/issues/19)) ([c2ceb30](https://github.com/iotaledger/twin-nft/commit/c2ceb3040c12286d4fac09d51db77465366ba89d))
|
|
206
222
|
|
|
207
223
|
|
|
208
224
|
### Dependencies
|
|
@@ -218,7 +234,7 @@
|
|
|
218
234
|
|
|
219
235
|
### Features
|
|
220
236
|
|
|
221
|
-
* release to production ([4d338b3](https://github.com/
|
|
237
|
+
* release to production ([4d338b3](https://github.com/iotaledger/twin-nft/commit/4d338b3e8a4dbccc61a1d1da3c470ba86cefe535))
|
|
222
238
|
|
|
223
239
|
|
|
224
240
|
### Dependencies
|
|
@@ -229,7 +245,7 @@
|
|
|
229
245
|
* devDependencies
|
|
230
246
|
* @twin.org/nft-connector-entity-storage bumped from ^0.0.0 to ^0.0.1
|
|
231
247
|
|
|
232
|
-
## [0.0.1-next.32](https://github.com/
|
|
248
|
+
## [0.0.1-next.32](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.31...nft-service-v0.0.1-next.32) (2025-06-24)
|
|
233
249
|
|
|
234
250
|
|
|
235
251
|
### Miscellaneous Chores
|
|
@@ -245,12 +261,12 @@
|
|
|
245
261
|
* devDependencies
|
|
246
262
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.31 to 0.0.1-next.32
|
|
247
263
|
|
|
248
|
-
## [0.0.1-next.31](https://github.com/
|
|
264
|
+
## [0.0.1-next.31](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.30...nft-service-v0.0.1-next.31) (2025-06-12)
|
|
249
265
|
|
|
250
266
|
|
|
251
267
|
### Features
|
|
252
268
|
|
|
253
|
-
* update dependencies ([8660f76](https://github.com/
|
|
269
|
+
* update dependencies ([8660f76](https://github.com/iotaledger/twin-nft/commit/8660f76ca324b0f476e45544cac6bee4b3146c3b))
|
|
254
270
|
|
|
255
271
|
|
|
256
272
|
### Dependencies
|
|
@@ -261,7 +277,7 @@
|
|
|
261
277
|
* devDependencies
|
|
262
278
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
263
279
|
|
|
264
|
-
## [0.0.1-next.30](https://github.com/
|
|
280
|
+
## [0.0.1-next.30](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.29...nft-service-v0.0.1-next.30) (2025-05-22)
|
|
265
281
|
|
|
266
282
|
|
|
267
283
|
### Miscellaneous Chores
|
|
@@ -277,7 +293,7 @@
|
|
|
277
293
|
* devDependencies
|
|
278
294
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
279
295
|
|
|
280
|
-
## [0.0.1-next.29](https://github.com/
|
|
296
|
+
## [0.0.1-next.29](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.28...nft-service-v0.0.1-next.29) (2025-05-21)
|
|
281
297
|
|
|
282
298
|
|
|
283
299
|
### Miscellaneous Chores
|
|
@@ -293,17 +309,17 @@
|
|
|
293
309
|
* devDependencies
|
|
294
310
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
295
311
|
|
|
296
|
-
## [0.0.1-next.28](https://github.com/
|
|
312
|
+
## [0.0.1-next.28](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.27...nft-service-v0.0.1-next.28) (2025-05-06)
|
|
297
313
|
|
|
298
314
|
|
|
299
315
|
### Features
|
|
300
316
|
|
|
301
|
-
* iota rebased release ([bfdd233](https://github.com/
|
|
317
|
+
* iota rebased release ([bfdd233](https://github.com/iotaledger/twin-nft/commit/bfdd23330e168962f7ad0a6fcd2c9c9a38a11697))
|
|
302
318
|
|
|
303
319
|
|
|
304
320
|
### Bug Fixes
|
|
305
321
|
|
|
306
|
-
* params order modified ([#19](https://github.com/
|
|
322
|
+
* params order modified ([#19](https://github.com/iotaledger/twin-nft/issues/19)) ([c2ceb30](https://github.com/iotaledger/twin-nft/commit/c2ceb3040c12286d4fac09d51db77465366ba89d))
|
|
307
323
|
|
|
308
324
|
|
|
309
325
|
### Dependencies
|
|
@@ -314,7 +330,7 @@
|
|
|
314
330
|
* devDependencies
|
|
315
331
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
316
332
|
|
|
317
|
-
## [0.0.1-next.27](https://github.com/
|
|
333
|
+
## [0.0.1-next.27](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.26...nft-service-v0.0.1-next.27) (2025-04-24)
|
|
318
334
|
|
|
319
335
|
|
|
320
336
|
### Miscellaneous Chores
|
|
@@ -330,12 +346,12 @@
|
|
|
330
346
|
* devDependencies
|
|
331
347
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.26 to 0.0.1-next.27
|
|
332
348
|
|
|
333
|
-
## [0.0.1-next.26](https://github.com/
|
|
349
|
+
## [0.0.1-next.26](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.25...nft-service-v0.0.1-next.26) (2025-04-17)
|
|
334
350
|
|
|
335
351
|
|
|
336
352
|
### Features
|
|
337
353
|
|
|
338
|
-
* use shared store mechanism ([#16](https://github.com/
|
|
354
|
+
* use shared store mechanism ([#16](https://github.com/iotaledger/twin-nft/issues/16)) ([897bc78](https://github.com/iotaledger/twin-nft/commit/897bc7805248ba1388b2dd03df24c33f1633f344))
|
|
339
355
|
|
|
340
356
|
|
|
341
357
|
### Dependencies
|
|
@@ -346,7 +362,7 @@
|
|
|
346
362
|
* devDependencies
|
|
347
363
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.25 to 0.0.1-next.26
|
|
348
364
|
|
|
349
|
-
## [0.0.1-next.25](https://github.com/
|
|
365
|
+
## [0.0.1-next.25](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.24...nft-service-v0.0.1-next.25) (2025-04-17)
|
|
350
366
|
|
|
351
367
|
|
|
352
368
|
### Miscellaneous Chores
|
|
@@ -362,7 +378,7 @@
|
|
|
362
378
|
* devDependencies
|
|
363
379
|
* @twin.org/nft-connector-entity-storage bumped from 0.0.1-next.24 to 0.0.1-next.25
|
|
364
380
|
|
|
365
|
-
## [0.0.1-next.24](https://github.com/
|
|
381
|
+
## [0.0.1-next.24](https://github.com/iotaledger/twin-nft/compare/nft-service-v0.0.1-next.23...nft-service-v0.0.1-next.24) (2025-03-28)
|
|
366
382
|
|
|
367
383
|
|
|
368
384
|
### Miscellaneous Chores
|
package/docs/open-api/spec.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/nft-service",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.5",
|
|
4
4
|
"description": "NFT service orchestration with REST route generation.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/nft.git",
|
|
8
8
|
"directory": "packages/nft-service"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/entity": "next",
|
|
21
21
|
"@twin.org/nameof": "next",
|
|
22
|
-
"@twin.org/nft-models": "0.0.3-next.
|
|
22
|
+
"@twin.org/nft-models": "0.0.3-next.5",
|
|
23
23
|
"@twin.org/web": "next"
|
|
24
24
|
},
|
|
25
25
|
"main": "./dist/es/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"business-logic"
|
|
54
54
|
],
|
|
55
55
|
"bugs": {
|
|
56
|
-
"url": "git+https://github.com/
|
|
56
|
+
"url": "git+https://github.com/iotaledger/nft/issues"
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://twindev.org"
|
|
59
59
|
}
|