@twin.org/identity-authentication 0.0.3-next.2 → 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.
Files changed (2) hide show
  1. package/docs/changelog.md +51 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.5](https://github.com/twinfoundation/identity/compare/identity-authentication-v0.0.3-next.4...identity-authentication-v0.0.3-next.5) (2025-11-20)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **identity-authentication:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
16
+ * devDependencies
17
+ * @twin.org/identity-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/twinfoundation/identity/compare/identity-authentication-v0.0.3-next.3...identity-authentication-v0.0.3-next.4) (2025-11-17)
20
+
21
+
22
+ ### Features
23
+
24
+ * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
25
+ * add identity authentication module ([33fb5cc](https://github.com/twinfoundation/identity/commit/33fb5cc409ff11aba273b13c8d83724b0b0daa53))
26
+ * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
27
+ * additional fields for IIdentityAuthenticationActionRequest ([5d7d688](https://github.com/twinfoundation/identity/commit/5d7d688f370978cd7287ce0e98dd8da82800b7ea))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
35
+ * devDependencies
36
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.3 to 0.0.3-next.4
37
+
38
+ ## [0.0.3-next.3](https://github.com/twinfoundation/identity/compare/identity-authentication-v0.0.3-next.2...identity-authentication-v0.0.3-next.3) (2025-11-17)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **identity-authentication:** Synchronize repo versions
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * The following workspace dependencies were updated
49
+ * dependencies
50
+ * @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
51
+ * devDependencies
52
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.3-next.2 to 0.0.3-next.3
53
+
3
54
  ## [0.0.3-next.2](https://github.com/twinfoundation/identity/compare/identity-authentication-v0.0.3-next.1...identity-authentication-v0.0.3-next.2) (2025-11-14)
4
55
 
5
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-authentication",
3
- "version": "0.0.3-next.2",
3
+ "version": "0.0.3-next.5",
4
4
  "description": "Authentication components implemented using identity",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/crypto": "next",
21
21
  "@twin.org/data-json-ld": "next",
22
- "@twin.org/identity-models": "0.0.3-next.2",
22
+ "@twin.org/identity-models": "0.0.3-next.5",
23
23
  "@twin.org/standards-w3c-did": "next",
24
24
  "@twin.org/web": "next"
25
25
  },