@balena/pinejs 19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-1 → 19.0.0-build-pinejs-client-8-d2a688cd038ca4117e0cbfded19f1d82b4402f12-2

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,13 +1,25 @@
1
1
  - commits:
2
2
  - subject: Update pinejs-client-core to 8.x
3
- hash: dbd8545ba5a24b74163937aa564fa713ca9a382e
3
+ hash: d2a688cd038ca4117e0cbfded19f1d82b4402f12
4
4
  body: |
5
- Update pinejs-client-core from 7.2.0 to 8.0.0
5
+ Update pinejs-client-core from 7.2.0 to 8.0.1
6
6
  footer:
7
7
  Change-type: major
8
8
  change-type: major
9
9
  author: Pagan Gazzard
10
10
  nested:
11
+ - commits:
12
+ - subject: Fix multiple lambdas triggering the expand filter error
13
+ hash: 5635318a432ba97f5eb701abf0b64e3ba85bd686
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Pagan Gazzard
19
+ nested: []
20
+ version: pinejs-client-js-8.0.1
21
+ title: ""
22
+ date: 2024-09-13T16:21:23.657Z
11
23
  - commits:
12
24
  - subject: Remove error check if passing too many arguments to `request`
13
25
  hash: 2e4bd33bae9c39ed6e448932deb891cfc29e5509
@@ -214,7 +226,7 @@
214
226
  nested: []
215
227
  version: 19.0.0
216
228
  title: ""
217
- date: 2024-09-13T14:18:48.433Z
229
+ date: 2024-09-16T11:35:49.382Z
218
230
  - commits:
219
231
  - subject: Use updated pinejs-client `prepare` syntax
220
232
  hash: be8420b8f48f372caee3fe4f7857ff181e142de9
package/CHANGELOG.md CHANGED
@@ -5,12 +5,17 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v19.0.0
8
- ## (2024-09-13)
8
+ ## (2024-09-16)
9
9
 
10
10
 
11
11
  <details>
12
12
  <summary> Update pinejs-client-core to 8.x [Pagan Gazzard] </summary>
13
13
 
14
+ > ## pinejs-client-js-8.0.1
15
+ > ### (2024-09-13)
16
+ >
17
+ > * Fix multiple lambdas triggering the expand filter error [Pagan Gazzard]
18
+ >
14
19
  > ## pinejs-client-js-8.0.0
15
20
  > ### (2024-09-13)
16
21
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-1",
3
+ "version": "19.0.0-build-pinejs-client-8-d2a688cd038ca4117e0cbfded19f1d82b4402f12-2",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -62,7 +62,7 @@
62
62
  "express-session": "^1.18.0",
63
63
  "lodash": "^4.17.21",
64
64
  "memoizee": "^0.4.17",
65
- "pinejs-client-core": "^8.0.0",
65
+ "pinejs-client-core": "^8.0.1",
66
66
  "randomstring": "^1.3.0",
67
67
  "typed-error": "^3.2.2"
68
68
  },
@@ -96,7 +96,7 @@
96
96
  "load-grunt-tasks": "^5.1.0",
97
97
  "mocha": "^10.7.3",
98
98
  "on-finished": "^2.4.1",
99
- "pinejs-client-supertest": "3.0.0-build-3-x-0b78d16d80b886d83a5a1c2606ffb03a77094afb-1",
99
+ "pinejs-client-supertest": "^3.0.0",
100
100
  "raw-loader": "^4.0.2",
101
101
  "request": "^2.88.2",
102
102
  "require-npm4-to-publish": "^1.0.0",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-09-13T14:18:50.121Z"
150
+ "publishedAt": "2024-09-16T11:35:50.657Z"
151
151
  }
152
152
  }