@twin.org/identity-service 0.0.2-next.1 → 0.0.2-next.2

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @twin.org/identity-service - Changelog
2
2
 
3
+ ## [0.0.2-next.2](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.1...identity-service-v0.0.2-next.2) (2025-08-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
16
+ * @twin.org/identity-connector-entity-storage bumped from 0.0.2-next.1 to 0.0.2-next.2
17
+
3
18
  ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-service-v0.0.2-next.0...identity-service-v0.0.2-next.1) (2025-08-18)
4
19
 
5
20
 
@@ -2495,7 +2495,7 @@
2495
2495
  "type": "string",
2496
2496
  "description": "The stack trace for the error."
2497
2497
  },
2498
- "inner": {
2498
+ "cause": {
2499
2499
  "$ref": "#/components/schemas/Error"
2500
2500
  }
2501
2501
  },
@@ -2530,7 +2530,7 @@
2530
2530
  "type": "string",
2531
2531
  "description": "The stack trace for the error."
2532
2532
  },
2533
- "inner": {
2533
+ "cause": {
2534
2534
  "$ref": "#/components/schemas/Error"
2535
2535
  }
2536
2536
  },
@@ -3213,7 +3213,7 @@
3213
3213
  "type": "string",
3214
3214
  "description": "The stack trace for the error."
3215
3215
  },
3216
- "inner": {
3216
+ "cause": {
3217
3217
  "$ref": "#/components/schemas/Error"
3218
3218
  }
3219
3219
  },
@@ -3222,6 +3222,11 @@
3222
3222
  "name"
3223
3223
  ],
3224
3224
  "description": "The body which contains the error."
3225
+ },
3226
+ "ProofSignerVerifier": {
3227
+ "type": "object",
3228
+ "additionalProperties": false,
3229
+ "description": "Interface describing a proof signer and verifier."
3225
3230
  }
3226
3231
  },
3227
3232
  "securitySchemes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-service",
3
- "version": "0.0.2-next.1",
3
+ "version": "0.0.2-next.2",
4
4
  "description": "Identity contract implementation and REST endpoint definitions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,8 +22,8 @@
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/entity-storage-connector-memory": "next",
24
24
  "@twin.org/entity-storage-models": "next",
25
- "@twin.org/identity-connector-entity-storage": "0.0.2-next.1",
26
- "@twin.org/identity-models": "0.0.2-next.1",
25
+ "@twin.org/identity-connector-entity-storage": "0.0.2-next.2",
26
+ "@twin.org/identity-models": "0.0.2-next.2",
27
27
  "@twin.org/standards-w3c-did": "next",
28
28
  "@twin.org/vault-connector-entity-storage": "next",
29
29
  "@twin.org/vault-models": "next",