@twin.org/api-rest-client 0.0.2-next.12 → 0.0.2-next.13
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/dist/cjs/index.cjs
CHANGED
|
@@ -14,7 +14,7 @@ class InformationRestClient extends apiCore.BaseRestClient {
|
|
|
14
14
|
*/
|
|
15
15
|
static CLASS_NAME = "InformationRestClient";
|
|
16
16
|
/**
|
|
17
|
-
* Create a new instance of
|
|
17
|
+
* Create a new instance of InformationRestClient.
|
|
18
18
|
* @param config The configuration for the client.
|
|
19
19
|
*/
|
|
20
20
|
constructor(config) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ class InformationRestClient extends BaseRestClient {
|
|
|
12
12
|
*/
|
|
13
13
|
static CLASS_NAME = "InformationRestClient";
|
|
14
14
|
/**
|
|
15
|
-
* Create a new instance of
|
|
15
|
+
* Create a new instance of InformationRestClient.
|
|
16
16
|
* @param config The configuration for the client.
|
|
17
17
|
*/
|
|
18
18
|
constructor(config) {
|
|
@@ -9,7 +9,7 @@ export declare class InformationRestClient extends BaseRestClient implements IIn
|
|
|
9
9
|
*/
|
|
10
10
|
static readonly CLASS_NAME: string;
|
|
11
11
|
/**
|
|
12
|
-
* Create a new instance of
|
|
12
|
+
* Create a new instance of InformationRestClient.
|
|
13
13
|
* @param config The configuration for the client.
|
|
14
14
|
*/
|
|
15
15
|
constructor(config: IBaseRestClientConfig);
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @twin.org/api-rest-client - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.13](https://github.com/twinfoundation/api/compare/api-rest-client-v0.0.2-next.12...api-rest-client-v0.0.2-next.13) (2025-10-09)
|
|
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.2-next.12 to 0.0.2-next.13
|
|
16
|
+
* @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
17
|
+
|
|
3
18
|
## [0.0.2-next.12](https://github.com/twinfoundation/api/compare/api-rest-client-v0.0.2-next.11...api-rest-client-v0.0.2-next.12) (2025-10-09)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/api-rest-client",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.13",
|
|
4
4
|
"description": "Information contract implementation which can connect to REST endpoints",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-core": "0.0.2-next.
|
|
18
|
-
"@twin.org/api-models": "0.0.2-next.
|
|
17
|
+
"@twin.org/api-core": "0.0.2-next.13",
|
|
18
|
+
"@twin.org/api-models": "0.0.2-next.13",
|
|
19
19
|
"@twin.org/core": "next",
|
|
20
20
|
"@twin.org/nameof": "next",
|
|
21
21
|
"@twin.org/web": "next"
|