pinejs-client-request 7.5.0 → 7.5.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 6.15.2
3
+ hash: 178c8ee943ad4c27df8e5452b239788647b66aa1
4
+ body: |
5
+ Update pinejs-client-core from 6.15.1 to 6.15.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Pagan Gazzard
10
+ nested:
11
+ - commits:
12
+ - subject: Improve $orderby typings when not providing a model
13
+ hash: 00c8ea6b5281f4d928d73cbe4427239a4ab3e6d8
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Pagan Gazzard
19
+ nested: []
20
+ version: pinejs-client-js-6.15.2
21
+ title: ""
22
+ date: 2024-06-19T11:41:35.544Z
23
+ version: 7.5.1
24
+ title: ""
25
+ date: 2024-06-19T12:03:29.702Z
1
26
  - commits:
2
27
  - subject: Update pinejs-client-core to add support for using model specific typings
3
28
  hash: 8a5d89950adac94282c4fe8794a679b472226167
@@ -174,7 +199,7 @@
174
199
  date: 2024-06-06T13:32:31.757Z
175
200
  version: 7.5.0
176
201
  title: ""
177
- date: 2024-06-18T16:54:09.040Z
202
+ date: 2024-06-19T06:45:36.484Z
178
203
  - commits:
179
204
  - subject: Avoid the overhead of loading `lodash` on a status error
180
205
  hash: b73dd343d49bf81ba949413d8b75fc6eb1bed0e5
package/CHANGELOG.md CHANGED
@@ -4,7 +4,20 @@ 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
- ## 7.5.0 - 2024-06-18
7
+ ## 7.5.1 - 2024-06-19
8
+
9
+
10
+ <details>
11
+ <summary> Update pinejs-client-core to 6.15.2 [Pagan Gazzard] </summary>
12
+
13
+ > ### pinejs-client-js-6.15.2 - 2024-06-19
14
+ >
15
+ > * Improve $orderby typings when not providing a model [Pagan Gazzard]
16
+ >
17
+
18
+ </details>
19
+
20
+ ## 7.5.0 - 2024-06-19
8
21
 
9
22
 
10
23
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-request",
3
- "version": "7.5.0",
3
+ "version": "7.5.1",
4
4
  "description": "This module provides a request backend for pinejs-client.",
5
5
  "main": "request.js",
6
6
  "types": "request.d.ts",
@@ -29,7 +29,7 @@
29
29
  "@types/request": "^2.48.12",
30
30
  "lodash": "^4.17.21",
31
31
  "lru-cache": "^6.0.0",
32
- "pinejs-client-core": "^6.15.1",
32
+ "pinejs-client-core": "^6.15.2",
33
33
  "request": "^2.88.2",
34
34
  "typed-error": "^3.2.2"
35
35
  },
@@ -51,6 +51,6 @@
51
51
  ]
52
52
  },
53
53
  "versionist": {
54
- "publishedAt": "2024-06-18T16:54:10.166Z"
54
+ "publishedAt": "2024-06-19T12:03:30.948Z"
55
55
  }
56
56
  }