@toa.io/extensions.exposition 1.0.0-alpha.266 → 1.0.0-alpha.267
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-alpha.267](https://github.com/toa-io/toa/compare/v1.0.0-alpha.266...v1.0.0-alpha.267) (2026-08-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @toa.io/extensions.exposition
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.0.0-alpha.266](https://github.com/toa-io/toa/compare/v1.0.0-alpha.265...v1.0.0-alpha.266) (2026-08-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @toa.io/extensions.exposition
|
|
@@ -127,9 +127,8 @@ Feature: Custom tokens
|
|
|
127
127
|
|
|
128
128
|
label: Restricted token
|
|
129
129
|
lifetime: 0
|
|
130
|
-
permissions:
|
|
130
|
+
permissions:
|
|
131
131
|
/notes/: [GET]
|
|
132
|
-
}
|
|
133
132
|
"""
|
|
134
133
|
Then the following reply is sent:
|
|
135
134
|
"""
|
|
@@ -220,9 +219,9 @@ Feature: Custom tokens
|
|
|
220
219
|
200 OK
|
|
221
220
|
|
|
222
221
|
- id: ${{ kid }}
|
|
222
|
+
_created: ${{ created }}
|
|
223
223
|
label: One-time token
|
|
224
224
|
expires: ${{ expires }}
|
|
225
|
-
_created: ${{ created }}
|
|
226
225
|
"""
|
|
227
226
|
When the following request is received:
|
|
228
227
|
"""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toa.io/extensions.exposition",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.267",
|
|
4
4
|
"description": "Toa Exposition",
|
|
5
5
|
"author": "temich <tema.gurtovoy@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/toa-io/toa#readme",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
},
|
|
63
63
|
"testEnvironment": "node"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d2d1a69ee30f426975a835f77ed41bfc1ce4785e"
|
|
66
66
|
}
|