@balena/pinejs 16.0.0-build--batch-fc830ebbeea5a9483094d959becf6a9cc6f6dcf8-1 → 16.0.0-build--batch-97dfb449bb9b5f60f3c37f7987d403a28672f5ee-1
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/.versionbot/CHANGELOG.yml +10 -2
- package/CHANGELOG.md +1 -0
- package/package.json +2 -2
@@ -1,6 +1,14 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Add `$batch` endpoint for batch requests
|
3
|
-
hash:
|
3
|
+
hash: 97dfb449bb9b5f60f3c37f7987d403a28672f5ee
|
4
|
+
body: ""
|
5
|
+
footer:
|
6
|
+
Change-type: minor
|
7
|
+
change-type: minor
|
8
|
+
author: myarmolinsky
|
9
|
+
nested: []
|
10
|
+
- subject: Use `status` in responses instead of `statusCode`
|
11
|
+
hash: 145f11dbed98bd1d251ab8e1ec98b4630e8d945f
|
4
12
|
body: ""
|
5
13
|
footer:
|
6
14
|
Change-type: major
|
@@ -9,7 +17,7 @@
|
|
9
17
|
nested: []
|
10
18
|
version: 16.0.0
|
11
19
|
title: ""
|
12
|
-
date: 2023-07-
|
20
|
+
date: 2023-07-05T15:16:38.200Z
|
13
21
|
- commits:
|
14
22
|
- subject: Add transaction cancelation tests for properly hooked custom endpoints
|
15
23
|
hash: dfe17f5933b2da276633ee713de5c2a0d714b656
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "16.0.0-build--batch-
|
3
|
+
"version": "16.0.0-build--batch-97dfb449bb9b5f60f3c37f7987d403a28672f5ee-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
6
6
|
"license": "Apache-2.0",
|
@@ -138,6 +138,6 @@
|
|
138
138
|
"recursive": true
|
139
139
|
},
|
140
140
|
"versionist": {
|
141
|
-
"publishedAt": "2023-07-
|
141
|
+
"publishedAt": "2023-07-05T15:16:39.163Z"
|
142
142
|
}
|
143
143
|
}
|