@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.
@@ -1,6 +1,14 @@
1
1
  - commits:
2
2
  - subject: Add `$batch` endpoint for batch requests
3
- hash: fc830ebbeea5a9483094d959becf6a9cc6f6dcf8
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-05T14:49:24.706Z
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
@@ -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
+ * Use `status` in responses instead of `statusCode` [myarmolinsky]
11
12
 
12
13
  # v15.0.4
13
14
  ## (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-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-05T14:49:25.801Z"
141
+ "publishedAt": "2023-07-05T15:16:39.163Z"
142
142
  }
143
143
  }