@balena/pinejs 16.0.0-build--batch-fc830ebbeea5a9483094d959becf6a9cc6f6dcf8-1 → 16.0.0-build--batch-4752d5c621e724b9c1c8681845dc297b99453b65-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.
@@ -1,6 +1,22 @@
1
1
  - commits:
2
2
  - subject: Add `$batch` endpoint for batch requests
3
- hash: fc830ebbeea5a9483094d959becf6a9cc6f6dcf8
3
+ hash: 4752d5c621e724b9c1c8681845dc297b99453b65
4
+ body: ""
5
+ footer:
6
+ Change-type: minor
7
+ change-type: minor
8
+ author: myarmolinsky
9
+ nested: []
10
+ - subject: Expect `string` instead of `number` for request ids
11
+ hash: 64885d5199044547b364b85f888fa31d3d2f92f7
12
+ body: ""
13
+ footer:
14
+ Change-type: major
15
+ change-type: major
16
+ author: myarmolinsky
17
+ nested: []
18
+ - subject: Use `status` in responses instead of `statusCode`
19
+ hash: 3f9098766356c7604331b7da4c3b67852c8d82b5
4
20
  body: ""
5
21
  footer:
6
22
  Change-type: major
@@ -9,7 +25,7 @@
9
25
  nested: []
10
26
  version: 16.0.0
11
27
  title: ""
12
- date: 2023-07-05T14:49:24.706Z
28
+ date: 2023-07-05T15:34:59.549Z
13
29
  - commits:
14
30
  - subject: Add transaction cancelation tests for properly hooked custom endpoints
15
31
  hash: dfe17f5933b2da276633ee713de5c2a0d714b656
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
  ## (2023-07-05)
9
9
 
10
10
  * Add `$batch` endpoint for batch requests [myarmolinsky]
11
+ * Expect `string` instead of `number` for request ids [myarmolinsky]
12
+ * Use `status` in responses instead of `statusCode` [myarmolinsky]
11
13
 
12
14
  # v15.0.4
13
15
  ## (2023-06-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.0.0-build--batch-fc830ebbeea5a9483094d959becf6a9cc6f6dcf8-1",
3
+ "version": "16.0.0-build--batch-4752d5c621e724b9c1c8681845dc297b99453b65-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-05T14:49:25.801Z"
141
+ "publishedAt": "2023-07-05T15:35:00.388Z"
142
142
  }
143
143
  }