@balena/pinejs 16.0.0-build--batch-97dfb449bb9b5f60f3c37f7987d403a28672f5ee-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,14 +1,22 @@
1
1
  - commits:
2
2
  - subject: Add `$batch` endpoint for batch requests
3
- hash: 97dfb449bb9b5f60f3c37f7987d403a28672f5ee
3
+ hash: 4752d5c621e724b9c1c8681845dc297b99453b65
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
7
7
  change-type: minor
8
8
  author: myarmolinsky
9
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: []
10
18
  - subject: Use `status` in responses instead of `statusCode`
11
- hash: 145f11dbed98bd1d251ab8e1ec98b4630e8d945f
19
+ hash: 3f9098766356c7604331b7da4c3b67852c8d82b5
12
20
  body: ""
13
21
  footer:
14
22
  Change-type: major
@@ -17,7 +25,7 @@
17
25
  nested: []
18
26
  version: 16.0.0
19
27
  title: ""
20
- date: 2023-07-05T15:16:38.200Z
28
+ date: 2023-07-05T15:34:59.549Z
21
29
  - commits:
22
30
  - subject: Add transaction cancelation tests for properly hooked custom endpoints
23
31
  hash: dfe17f5933b2da276633ee713de5c2a0d714b656
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@ 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]
11
12
  * Use `status` in responses instead of `statusCode` [myarmolinsky]
12
13
 
13
14
  # v15.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.0.0-build--batch-97dfb449bb9b5f60f3c37f7987d403a28672f5ee-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-05T15:16:39.163Z"
141
+ "publishedAt": "2023-07-05T15:35:00.388Z"
142
142
  }
143
143
  }