@twin.org/api-auth-entity-storage-models 0.0.3-next.31 → 0.0.3-next.32
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 +12 -5
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,32 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.31...api-auth-entity-storage-models-v0.0.3-next.32) (2026-05-07)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Miscellaneous Chores
|
|
7
7
|
|
|
8
8
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.30...api-auth-entity-storage-models-v0.0.3-next.31) (2026-05-06)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Miscellaneous Chores
|
|
14
14
|
|
|
15
15
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
16
16
|
|
|
17
|
-
## [0.0.3-next.
|
|
17
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.29...api-auth-entity-storage-models-v0.0.3-next.30) (2026-05-05)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Miscellaneous Chores
|
|
21
21
|
|
|
22
22
|
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
23
23
|
|
|
24
|
-
## [0.0.3-next.
|
|
24
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.28...api-auth-entity-storage-models-v0.0.3-next.29) (2026-05-01)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* **api-auth-entity-storage-models:** Synchronize repo versions
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.27...api-auth-entity-storage-models-v0.0.3-next.28) (2026-04-30)
|
|
25
32
|
|
|
26
33
|
|
|
27
34
|
### Bug Fixes
|
|
28
35
|
|
|
29
|
-
* change logout and refresh routes from GET to POST ([#111](https://github.com/
|
|
36
|
+
* change logout and refresh routes from GET to POST ([#111](https://github.com/iotaledger/twin-api/issues/111)) ([cb8b64b](https://github.com/iotaledger/twin-api/commit/cb8b64b6507f9991baa78a663de2e84269695c82))
|
|
30
37
|
|
|
31
38
|
## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-auth-entity-storage-models-v0.0.3-next.26...api-auth-entity-storage-models-v0.0.3-next.27) (2026-04-23)
|
|
32
39
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/api-auth-entity-storage-models",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.32",
|
|
4
4
|
"description": "Contracts for authentication flows and admin user management with entity storage.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/api.git",
|
|
8
8
|
"directory": "packages/api-auth-entity-storage-models"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"schemas"
|
|
50
50
|
],
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "git+https://github.com/
|
|
52
|
+
"url": "git+https://github.com/iotaledger/api/issues"
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://twindev.org"
|
|
55
55
|
}
|