@twin.org/api-auth-entity-storage-rest-client 0.0.2-next.3 → 0.0.2-next.6

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.
Files changed (2) hide show
  1. package/docs/changelog.md +50 -0
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @twin.org/api-auth-entity-storage-rest-client - Changelog
2
2
 
3
+ ## [0.0.2-next.6](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.5...api-auth-entity-storage-rest-client-v0.0.2-next.6) (2025-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.2-next.5 to 0.0.2-next.6
16
+ * @twin.org/api-core bumped from 0.0.2-next.5 to 0.0.2-next.6
17
+ * @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
18
+
19
+ ## [0.0.2-next.5](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.4...api-auth-entity-storage-rest-client-v0.0.2-next.5) (2025-07-25)
20
+
21
+
22
+ ### Features
23
+
24
+ * add json-ld mime type processor and auth admin component ([8861791](https://github.com/twinfoundation/api/commit/88617916e23bfbca023dbae1976fe421983a02ff))
25
+ * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
26
+ * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.2-next.4 to 0.0.2-next.5
34
+ * @twin.org/api-core bumped from 0.0.2-next.4 to 0.0.2-next.5
35
+ * @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
36
+
37
+ ## [0.0.2-next.4](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.3...api-auth-entity-storage-rest-client-v0.0.2-next.4) (2025-07-25)
38
+
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * **api-auth-entity-storage-rest-client:** Synchronize repo versions
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/api-auth-entity-storage-models bumped from 0.0.2-next.3 to 0.0.2-next.4
50
+ * @twin.org/api-core bumped from 0.0.2-next.3 to 0.0.2-next.4
51
+ * @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
52
+
3
53
  ## [0.0.2-next.3](https://github.com/twinfoundation/api/compare/api-auth-entity-storage-rest-client-v0.0.2-next.2...api-auth-entity-storage-rest-client-v0.0.2-next.3) (2025-07-24)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/api-auth-entity-storage-rest-client",
3
- "version": "0.0.2-next.3",
3
+ "version": "0.0.2-next.6",
4
4
  "description": "Perform REST authentication using entity storage.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-auth-entity-storage-models": "0.0.2-next.3",
18
- "@twin.org/api-core": "0.0.2-next.3",
19
- "@twin.org/api-models": "0.0.2-next.3",
17
+ "@twin.org/api-auth-entity-storage-models": "0.0.2-next.6",
18
+ "@twin.org/api-core": "0.0.2-next.6",
19
+ "@twin.org/api-models": "0.0.2-next.6",
20
20
  "@twin.org/core": "next",
21
21
  "@twin.org/nameof": "next",
22
22
  "@twin.org/web": "next"