@balena/pinejs 19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-c7bc6d6c62adda3092e92de85e11b06c3817507e-1 → 19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-7d87cb224678fd10b265970f9cf912e7b56996ee-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,4 +1,41 @@
1
1
  - commits:
2
+ - subject: Update pinejs-client-core to 8.1.1
3
+ hash: 7d87cb224678fd10b265970f9cf912e7b56996ee
4
+ body: |
5
+ Update pinejs-client-core from 8.0.1 to 8.1.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Thodoris Greasidis
10
+ nested:
11
+ - commits:
12
+ - subject: Update @balena/abstract-sql-to-typescript to 5.0.0
13
+ hash: cdea88ba8c8ce13513b3e4400a8035c1957c8307
14
+ body: |
15
+ Update @balena/abstract-sql-to-typescript from 4.0.9 to 5.0.0
16
+
17
+ Chose a patch change type since this is a
18
+ type only import.
19
+ footer:
20
+ Change-type: patch
21
+ change-type: patch
22
+ author: Thodoris Greasidis
23
+ nested: []
24
+ version: pinejs-client-js-8.1.1
25
+ title: ""
26
+ date: 2024-10-09T14:28:39.149Z
27
+ - commits:
28
+ - subject: Add support for calling odata fns
29
+ hash: befd5b25dc3c8f2d663c138255c68e4108abf8c9
30
+ body: ""
31
+ footer:
32
+ Change-type: minor
33
+ change-type: minor
34
+ author: Otavio Jacobi
35
+ nested: []
36
+ version: pinejs-client-js-8.1.0
37
+ title: ""
38
+ date: 2024-10-09T13:01:51.754Z
2
39
  - subject: Update dependency @balena/abstract-sql-to-typescript to v5
3
40
  hash: c1eb62c15e1db8d77691557edd4ce9108c693105
4
41
  body: |
@@ -2904,7 +2941,7 @@
2904
2941
  date: 2024-10-08T09:46:35.075Z
2905
2942
  version: 19.0.7
2906
2943
  title: ""
2907
- date: 2024-10-08T13:49:48.081Z
2944
+ date: 2024-10-09T14:31:23.171Z
2908
2945
  - commits:
2909
2946
  - subject: Update dependency @balena/odata-to-abstract-sql to v7
2910
2947
  hash: eda2d4c3e1bf19e5422047286673a3e72fb2742c
package/CHANGELOG.md CHANGED
@@ -5,7 +5,24 @@ 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.7
8
- ## (2024-10-08)
8
+ ## (2024-10-09)
9
+
10
+
11
+ <details>
12
+ <summary> Update pinejs-client-core to 8.1.1 [Thodoris Greasidis] </summary>
13
+
14
+ > ## pinejs-client-js-8.1.1
15
+ > ### (2024-10-09)
16
+ >
17
+ > * Update @balena/abstract-sql-to-typescript to 5.0.0 [Thodoris Greasidis]
18
+ >
19
+ > ## pinejs-client-js-8.1.0
20
+ > ### (2024-10-09)
21
+ >
22
+ > * Add support for calling odata fns [Otavio Jacobi]
23
+ >
24
+
25
+ </details>
9
26
 
10
27
 
11
28
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-c7bc6d6c62adda3092e92de85e11b06c3817507e-1",
3
+ "version": "19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-7d87cb224678fd10b265970f9cf912e7b56996ee-1",
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.1",
65
+ "pinejs-client-core": "^8.1.1",
66
66
  "randomstring": "^1.3.0",
67
67
  "typed-error": "^3.2.2"
68
68
  },
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-10-08T13:49:50.123Z"
150
+ "publishedAt": "2024-10-09T14:31:25.171Z"
151
151
  }
152
152
  }