pinejs-client-core 8.1.0 → 8.1.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,19 @@
1
+ - commits:
2
+ - subject: Update @balena/abstract-sql-to-typescript to 5.0.0
3
+ hash: cdea88ba8c8ce13513b3e4400a8035c1957c8307
4
+ body: |
5
+ Update @balena/abstract-sql-to-typescript from 4.0.9 to 5.0.0
6
+
7
+ Chose a patch change type since this is a
8
+ type only import.
9
+ footer:
10
+ Change-type: patch
11
+ change-type: patch
12
+ author: Thodoris Greasidis
13
+ nested: []
14
+ version: 8.1.1
15
+ title: ""
16
+ date: 2024-10-09T14:24:20.109Z
1
17
  - commits:
2
18
  - subject: Add support for calling odata fns
3
19
  hash: befd5b25dc3c8f2d663c138255c68e4108abf8c9
@@ -9,7 +25,7 @@
9
25
  nested: []
10
26
  version: 8.1.0
11
27
  title: ""
12
- date: 2024-10-02T13:10:49.929Z
28
+ date: 2024-10-09T13:01:51.754Z
13
29
  - commits:
14
30
  - subject: Fix multiple lambdas triggering the expand filter error
15
31
  hash: 5635318a432ba97f5eb701abf0b64e3ba85bd686
package/CHANGELOG.md CHANGED
@@ -4,7 +4,11 @@ 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.1.0 - 2024-10-02
7
+ ## 8.1.1 - 2024-10-09
8
+
9
+ * Update @balena/abstract-sql-to-typescript to 5.0.0 [Thodoris Greasidis]
10
+
11
+ ## 8.1.0 - 2024-10-09
8
12
 
9
13
  * Add support for calling odata fns [Otavio Jacobi]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "8.1.0",
3
+ "version": "8.1.1",
4
4
  "description": "This module provides the core tools to enable easier interaction with the pinejs API.",
5
5
  "type": "commonjs",
6
6
  "browser": "dist",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@balena/abstract-sql-to-typescript": "^4.0.0"
32
+ "@balena/abstract-sql-to-typescript": "^5.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@balena/lint": "^8.2.7",
@@ -52,6 +52,6 @@
52
52
  "_": "test/*.ts"
53
53
  },
54
54
  "versionist": {
55
- "publishedAt": "2024-10-02T13:10:50.096Z"
55
+ "publishedAt": "2024-10-09T14:24:20.287Z"
56
56
  }
57
57
  }