@twin.org/api-rest-client 0.0.3-next.31 → 0.0.3-next.32

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 +20 -5
  2. package/package.json +5 -5
package/docs/changelog.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.31](https://github.com/twinfoundation/twin-api/compare/api-rest-client-v0.0.3-next.30...api-rest-client-v0.0.3-next.31) (2026-05-06)
3
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.31...api-rest-client-v0.0.3-next.32) (2026-05-07)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **api-rest-client:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/api-core bumped from 0.0.3-next.31 to 0.0.3-next.32
16
+ * @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
17
+
18
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.30...api-rest-client-v0.0.3-next.31) (2026-05-06)
4
19
 
5
20
 
6
21
  ### Miscellaneous Chores
@@ -15,12 +30,12 @@
15
30
  * @twin.org/api-core bumped from 0.0.3-next.30 to 0.0.3-next.31
16
31
  * @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
17
32
 
18
- ## [0.0.3-next.30](https://github.com/twinfoundation/twin-api/compare/api-rest-client-v0.0.3-next.29...api-rest-client-v0.0.3-next.30) (2026-05-05)
33
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.29...api-rest-client-v0.0.3-next.30) (2026-05-05)
19
34
 
20
35
 
21
36
  ### Features
22
37
 
23
- * separate service responsibilities ([#116](https://github.com/twinfoundation/twin-api/issues/116)) ([2234648](https://github.com/twinfoundation/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
38
+ * separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
24
39
 
25
40
 
26
41
  ### Dependencies
@@ -30,7 +45,7 @@
30
45
  * @twin.org/api-core bumped from 0.0.3-next.29 to 0.0.3-next.30
31
46
  * @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
32
47
 
33
- ## [0.0.3-next.29](https://github.com/twinfoundation/twin-api/compare/api-rest-client-v0.0.3-next.28...api-rest-client-v0.0.3-next.29) (2026-05-01)
48
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.28...api-rest-client-v0.0.3-next.29) (2026-05-01)
34
49
 
35
50
 
36
51
  ### Miscellaneous Chores
@@ -45,7 +60,7 @@
45
60
  * @twin.org/api-core bumped from 0.0.3-next.28 to 0.0.3-next.29
46
61
  * @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
47
62
 
48
- ## [0.0.3-next.28](https://github.com/twinfoundation/twin-api/compare/api-rest-client-v0.0.3-next.27...api-rest-client-v0.0.3-next.28) (2026-04-30)
63
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-rest-client-v0.0.3-next.27...api-rest-client-v0.0.3-next.28) (2026-04-30)
49
64
 
50
65
 
51
66
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/api-rest-client",
3
- "version": "0.0.3-next.31",
3
+ "version": "0.0.3-next.32",
4
4
  "description": "REST client implementation for consuming information and hosting endpoints.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/api.git",
7
+ "url": "git+https://github.com/iotaledger/api.git",
8
8
  "directory": "packages/api-rest-client"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/api-core": "0.0.3-next.31",
18
- "@twin.org/api-models": "0.0.3-next.31",
17
+ "@twin.org/api-core": "0.0.3-next.32",
18
+ "@twin.org/api-models": "0.0.3-next.32",
19
19
  "@twin.org/core": "next",
20
20
  "@twin.org/nameof": "next",
21
21
  "@twin.org/web": "next"
@@ -44,7 +44,7 @@
44
44
  "api"
45
45
  ],
46
46
  "bugs": {
47
- "url": "git+https://github.com/twinfoundation/api/issues"
47
+ "url": "git+https://github.com/iotaledger/api/issues"
48
48
  },
49
49
  "homepage": "https://twindev.org"
50
50
  }