@balena/pinejs 19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-7d87cb224678fd10b265970f9cf912e7b56996ee-1 → 19.0.7

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,13 @@
1
1
  - commits:
2
+ - subject: Update pinejs-client-supertest to 3.0.1
3
+ hash: 35cd08db371169c66dd4026ef60f708e8121ecc9
4
+ body: |
5
+ Update pinejs-client-supertest from 3.0.0 to 3.0.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Thodoris Greasidis
10
+ nested: []
2
11
  - subject: Update pinejs-client-core to 8.1.1
3
12
  hash: 7d87cb224678fd10b265970f9cf912e7b56996ee
4
13
  body: |
@@ -2941,7 +2950,7 @@
2941
2950
  date: 2024-10-08T09:46:35.075Z
2942
2951
  version: 19.0.7
2943
2952
  title: ""
2944
- date: 2024-10-09T14:31:23.171Z
2953
+ date: 2024-10-09T14:45:55.107Z
2945
2954
  - commits:
2946
2955
  - subject: Update dependency @balena/odata-to-abstract-sql to v7
2947
2956
  hash: eda2d4c3e1bf19e5422047286673a3e72fb2742c
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v19.0.7
8
8
  ## (2024-10-09)
9
9
 
10
+ * Update pinejs-client-supertest to 3.0.1 [Thodoris Greasidis]
10
11
 
11
12
  <details>
12
13
  <summary> Update pinejs-client-core to 8.1.1 [Thodoris Greasidis] </summary>
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-7d87cb224678fd10b265970f9cf912e7b56996ee-1",
3
+ "version": "19.0.7",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -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",
99
+ "pinejs-client-supertest": "^3.0.1",
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-10-09T14:31:25.171Z"
150
+ "publishedAt": "2024-10-09T14:45:57.290Z"
151
151
  }
152
152
  }