@balena/pinejs 18.1.2-build-clarify-to-resource-05195b933c5ab77b69e82ef427a044eb3db54b2c-1 → 18.1.2
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.
- package/.versionbot/CHANGELOG.yml +1 -9
- package/CHANGELOG.md +0 -1
- package/package.json +2 -2
@@ -1,12 +1,4 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Add tests for getIdField using idField of intermediate translation
|
3
|
-
hash: 05195b933c5ab77b69e82ef427a044eb3db54b2c
|
4
|
-
body: ""
|
5
|
-
footer:
|
6
|
-
Change-type: patch
|
7
|
-
change-type: patch
|
8
|
-
author: Otavio Jacobi
|
9
|
-
nested: []
|
10
2
|
- subject: "Translations: strip the version alias from renames when possible"
|
11
3
|
hash: c7b83174907e3227bab0c605662d206552ca6fc7
|
12
4
|
body: ""
|
@@ -29,7 +21,7 @@
|
|
29
21
|
nested: []
|
30
22
|
version: 18.1.2
|
31
23
|
title: ""
|
32
|
-
date: 2024-08-27T16:
|
24
|
+
date: 2024-08-27T16:36:45.695Z
|
33
25
|
- commits:
|
34
26
|
- subject: Throw an UnauthorizedError on /canAccess requests for unknown resources
|
35
27
|
hash: 17df5f4fa060c279b0490f7b9c8fb2b774e51078
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v18.1.2
|
8
8
|
## (2024-08-27)
|
9
9
|
|
10
|
-
* Add tests for getIdField using idField of intermediate translation [Otavio Jacobi]
|
11
10
|
* Translations: strip the version alias from renames when possible [Pagan Gazzard]
|
12
11
|
* Translations: use the `toAbstractSqlModel` to fetch the `toTable` info [Pagan Gazzard]
|
13
12
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "18.1.2
|
3
|
+
"version": "18.1.2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2024-08-27T16:
|
152
|
+
"publishedAt": "2024-08-27T16:36:46.420Z"
|
153
153
|
}
|
154
154
|
}
|