pinejs-client-request 8.0.0 → 8.0.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,3 +1,28 @@
1
+ - commits:
2
+ - subject: Update pinejs-client-core to 8.0.1
3
+ hash: d333ee482ad6602bee28f0d84532cf1a2da66584
4
+ body: |
5
+ Update pinejs-client-core from 8.0.0 to 8.0.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Pagan Gazzard
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
23
+ version: 8.0.1
24
+ title: ""
25
+ date: 2024-09-13T16:30:47.463Z
1
26
  - commits:
2
27
  - subject: Switch to Node16 module resolution
3
28
  hash: 6df779d13dc960241433ab071d809af1e079d443
@@ -509,7 +534,7 @@
509
534
  date: 2024-06-20T10:36:12.898Z
510
535
  version: 8.0.0
511
536
  title: ""
512
- date: 2024-09-13T12:49:33.771Z
537
+ date: 2024-09-13T14:25:41.568Z
513
538
  - commits:
514
539
  - subject: Update @balena/lint to 9.x
515
540
  hash: f3641636c18316e38df21b3cd04cc52bf1c66b6b
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 8.0.1 - 2024-09-13
8
+
9
+
10
+ <details>
11
+ <summary> Update pinejs-client-core to 8.0.1 [Pagan Gazzard] </summary>
12
+
13
+ > ### pinejs-client-js-8.0.1 - 2024-09-13
14
+ >
15
+ > * Fix multiple lambdas triggering the expand filter error [Pagan Gazzard]
16
+ >
17
+
18
+ </details>
19
+
7
20
  ## 8.0.0 - 2024-09-13
8
21
 
9
22
  * Switch to Node16 module resolution [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "type": "commonjs",
6
6
  "main": "request.js",
@@ -27,16 +27,16 @@
27
27
  "dependencies": {
28
28
  "@types/request": "^2.48.12",
29
29
  "lru-cache": "^11.0.1",
30
- "pinejs-client-core": "^8.0.0",
30
+ "pinejs-client-core": "^8.0.1",
31
31
  "request": "^2.88.2",
32
32
  "typed-error": "^3.2.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@balena/lint": "^9.0.1",
36
- "husky": "^9.0.11",
37
- "lint-staged": "^15.2.7",
36
+ "husky": "^9.1.6",
37
+ "lint-staged": "^15.2.10",
38
38
  "require-npm4-to-publish": "^1.0.0",
39
- "typescript": "^5.4.5"
39
+ "typescript": "^5.6.2"
40
40
  },
41
41
  "husky": {
42
42
  "hooks": {
@@ -49,6 +49,6 @@
49
49
  ]
50
50
  },
51
51
  "versionist": {
52
- "publishedAt": "2024-09-13T12:49:35.968Z"
52
+ "publishedAt": "2024-09-13T16:30:48.932Z"
53
53
  }
54
54
  }