@twin.org/identity-service 0.9.1-next.4 → 0.9.1

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 +26 -0
  2. package/package.json +15 -15
package/docs/changelog.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.1](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.9.1...identity-service-v0.9.1) (2026-07-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
9
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
10
+ * release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
11
+ * release to production ([#179](https://github.com/iotaledger/twin-identity/issues/179)) ([062816b](https://github.com/iotaledger/twin-identity/commit/062816b110776b7e60f89b04142d42c6f24890a8))
12
+
13
+ ## [0.9.1-next.5](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.9.1-next.4...identity-service-v0.9.1-next.5) (2026-07-17)
14
+
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * **identity-service:** Synchronize repo versions
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @twin.org/identity-models bumped from 0.9.1-next.4 to 0.9.1-next.5
26
+ * devDependencies
27
+ * @twin.org/identity-connector-entity-storage bumped from 0.9.1-next.4 to 0.9.1-next.5
28
+
3
29
  ## [0.9.1-next.4](https://github.com/iotaledger/twin-identity/compare/identity-service-v0.9.1-next.3...identity-service-v0.9.1-next.4) (2026-07-09)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-service",
3
- "version": "0.9.1-next.4",
3
+ "version": "0.9.1",
4
4
  "description": "Service contracts and REST endpoint definitions for exposing identity workflows through stable interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,22 +11,22 @@
11
11
  "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "engines": {
14
- "node": ">=20.0.0"
14
+ "node": ">=24.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-models": "next",
18
- "@twin.org/context": "next",
19
- "@twin.org/core": "next",
20
- "@twin.org/crypto": "next",
21
- "@twin.org/data-core": "next",
22
- "@twin.org/data-json-ld": "next",
23
- "@twin.org/entity": "next",
24
- "@twin.org/entity-storage-models": "next",
25
- "@twin.org/identity-models": "0.9.1-next.4",
26
- "@twin.org/standards-w3c-did": "next",
27
- "@twin.org/telemetry-models": "next",
28
- "@twin.org/vault-models": "next",
29
- "@twin.org/web": "next"
17
+ "@twin.org/api-models": "^0.9.1",
18
+ "@twin.org/context": "^0.9.1",
19
+ "@twin.org/core": "^0.9.1",
20
+ "@twin.org/crypto": "^0.9.1",
21
+ "@twin.org/data-core": "^0.9.1",
22
+ "@twin.org/data-json-ld": "^0.9.1",
23
+ "@twin.org/entity": "^0.9.1",
24
+ "@twin.org/entity-storage-models": "^0.9.1",
25
+ "@twin.org/identity-models": "^0.9.1",
26
+ "@twin.org/standards-w3c-did": "^0.9.1",
27
+ "@twin.org/telemetry-models": "^0.9.1",
28
+ "@twin.org/vault-models": "^0.9.1",
29
+ "@twin.org/web": "^0.9.1"
30
30
  },
31
31
  "main": "./dist/es/index.js",
32
32
  "types": "./dist/types/index.d.ts",