@twin.org/identity-rest-client 0.9.0-next.1 → 0.9.0
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 +9 -0
- package/package.json +10 -10
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.9.0...identity-rest-client-v0.9.0) (2026-06-25)
|
|
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
|
+
|
|
3
12
|
## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-rest-client-v0.9.0-next.0...identity-rest-client-v0.9.0-next.1) (2026-06-23)
|
|
4
13
|
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/identity-rest-client",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Client library for consuming identity REST endpoints through shared request and response contracts.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-core": "0.9.0
|
|
18
|
-
"@twin.org/api-models": "0.9.0
|
|
19
|
-
"@twin.org/core": "0.9.0
|
|
20
|
-
"@twin.org/data-core": "0.9.0
|
|
21
|
-
"@twin.org/data-json-ld": "0.9.0
|
|
22
|
-
"@twin.org/entity": "0.9.0
|
|
23
|
-
"@twin.org/identity-models": "0.9.0
|
|
24
|
-
"@twin.org/nameof": "0.9.0
|
|
25
|
-
"@twin.org/standards-w3c-did": "0.9.0
|
|
17
|
+
"@twin.org/api-core": "^0.9.0",
|
|
18
|
+
"@twin.org/api-models": "^0.9.0",
|
|
19
|
+
"@twin.org/core": "^0.9.0",
|
|
20
|
+
"@twin.org/data-core": "^0.9.0",
|
|
21
|
+
"@twin.org/data-json-ld": "^0.9.0",
|
|
22
|
+
"@twin.org/entity": "^0.9.0",
|
|
23
|
+
"@twin.org/identity-models": "^0.9.0",
|
|
24
|
+
"@twin.org/nameof": "^0.9.0",
|
|
25
|
+
"@twin.org/standards-w3c-did": "^0.9.0"
|
|
26
26
|
},
|
|
27
27
|
"main": "./dist/es/index.js",
|
|
28
28
|
"types": "./dist/types/index.d.ts",
|