@twin.org/node 0.0.3-next.24 → 0.0.3-next.26
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 +28 -0
- package/docs/open-api/spec.json +7 -18
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @twin.org/node - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.26](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.25...node-v0.0.3-next.26) (2026-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **node:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.25](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.24...node-v0.0.3-next.25) (2026-03-04)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* custom REST paths ([#99](https://github.com/twinfoundation/node/issues/99)) ([dcab1b2](https://github.com/twinfoundation/node/commit/dcab1b2b23c13b4c9f39c3c1c67284f56e732bd1))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/node-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
30
|
+
|
|
3
31
|
## [0.0.3-next.24](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.23...node-v0.0.3-next.24) (2026-03-02)
|
|
4
32
|
|
|
5
33
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -5166,8 +5166,9 @@
|
|
|
5166
5166
|
"in": "query",
|
|
5167
5167
|
"required": false,
|
|
5168
5168
|
"schema": {
|
|
5169
|
-
"
|
|
5170
|
-
}
|
|
5169
|
+
"type": "string"
|
|
5170
|
+
},
|
|
5171
|
+
"example": "0"
|
|
5171
5172
|
},
|
|
5172
5173
|
{
|
|
5173
5174
|
"name": "cursor",
|
|
@@ -5734,10 +5735,7 @@
|
|
|
5734
5735
|
"in": "query",
|
|
5735
5736
|
"required": false,
|
|
5736
5737
|
"schema": {
|
|
5737
|
-
"type":
|
|
5738
|
-
"number",
|
|
5739
|
-
"string"
|
|
5740
|
-
]
|
|
5738
|
+
"type": "string"
|
|
5741
5739
|
}
|
|
5742
5740
|
},
|
|
5743
5741
|
{
|
|
@@ -5746,10 +5744,7 @@
|
|
|
5746
5744
|
"in": "query",
|
|
5747
5745
|
"required": false,
|
|
5748
5746
|
"schema": {
|
|
5749
|
-
"type":
|
|
5750
|
-
"number",
|
|
5751
|
-
"string"
|
|
5752
|
-
]
|
|
5747
|
+
"type": "string"
|
|
5753
5748
|
}
|
|
5754
5749
|
},
|
|
5755
5750
|
{
|
|
@@ -6015,10 +6010,7 @@
|
|
|
6015
6010
|
"in": "query",
|
|
6016
6011
|
"required": false,
|
|
6017
6012
|
"schema": {
|
|
6018
|
-
"type":
|
|
6019
|
-
"number",
|
|
6020
|
-
"string"
|
|
6021
|
-
]
|
|
6013
|
+
"type": "string"
|
|
6022
6014
|
}
|
|
6023
6015
|
},
|
|
6024
6016
|
{
|
|
@@ -6027,10 +6019,7 @@
|
|
|
6027
6019
|
"in": "query",
|
|
6028
6020
|
"required": false,
|
|
6029
6021
|
"schema": {
|
|
6030
|
-
"type":
|
|
6031
|
-
"number",
|
|
6032
|
-
"string"
|
|
6033
|
-
]
|
|
6022
|
+
"type": "string"
|
|
6034
6023
|
}
|
|
6035
6024
|
},
|
|
6036
6025
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.26",
|
|
4
4
|
"description": "TWIN Node serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.0.3-next.
|
|
17
|
+
"@twin.org/node-core": "0.0.3-next.26"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/twinfoundation/node/issues"
|