@balena/pinejs 18.2.0-build-support-unaliased-to-version-d0d3e6804c9e655c6409f939f1fc47ba201648a0-1 → 18.2.0-build-support-unaliased-to-version-d25cf3b0555fc40c9112edc4f2dfeb7f74700266-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.
- package/.versionbot/CHANGELOG.yml +7 -11
- package/CHANGELOG.md +4 -1
- package/package.json +2 -2
@@ -1,20 +1,16 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Add support for and prefer providing the unaliased `$toResource`
|
3
|
-
hash:
|
3
|
+
hash: d25cf3b0555fc40c9112edc4f2dfeb7f74700266
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: minor
|
7
7
|
change-type: minor
|
8
8
|
author: Pagan Gazzard
|
9
9
|
nested: []
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
Change-type: patch
|
15
|
-
change-type: patch
|
16
|
-
author: Otavio Jacobi
|
17
|
-
nested: []
|
10
|
+
version: 18.2.0
|
11
|
+
title: ""
|
12
|
+
date: 2024-08-27T16:49:39.182Z
|
13
|
+
- commits:
|
18
14
|
- subject: "Translations: strip the version alias from renames when possible"
|
19
15
|
hash: c7b83174907e3227bab0c605662d206552ca6fc7
|
20
16
|
body: ""
|
@@ -35,9 +31,9 @@
|
|
35
31
|
change-type: patch
|
36
32
|
author: Pagan Gazzard
|
37
33
|
nested: []
|
38
|
-
version: 18.2
|
34
|
+
version: 18.1.2
|
39
35
|
title: ""
|
40
|
-
date: 2024-08-27T16:
|
36
|
+
date: 2024-08-27T16:47:00.735Z
|
41
37
|
- commits:
|
42
38
|
- subject: Throw an UnauthorizedError on /canAccess requests for unknown resources
|
43
39
|
hash: 17df5f4fa060c279b0490f7b9c8fb2b774e51078
|
package/CHANGELOG.md
CHANGED
@@ -8,7 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
8
8
|
## (2024-08-27)
|
9
9
|
|
10
10
|
* Add support for and prefer providing the unaliased `$toResource` [Pagan Gazzard]
|
11
|
-
|
11
|
+
|
12
|
+
# v18.1.2
|
13
|
+
## (2024-08-27)
|
14
|
+
|
12
15
|
* Translations: strip the version alias from renames when possible [Pagan Gazzard]
|
13
16
|
* Translations: use the `toAbstractSqlModel` to fetch the `toTable` info [Pagan Gazzard]
|
14
17
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "18.2.0-build-support-unaliased-to-version-
|
3
|
+
"version": "18.2.0-build-support-unaliased-to-version-d25cf3b0555fc40c9112edc4f2dfeb7f74700266-1",
|
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:49:40.016Z"
|
153
153
|
}
|
154
154
|
}
|