@balena/pinejs 21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-2 → 21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-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 +1 -1
- package/CHANGELOG.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v21.0.4
|
8
|
-
## (2025-
|
8
|
+
## (2025-04-01)
|
9
9
|
|
10
10
|
* Support $orderby based on a unique reverse navigation resource [Thodoris Greasidis]
|
11
11
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-
|
3
|
+
"version": "21.0.4-build-key-left-join-efe403ca943dee9617a2e41e3f1dd5f772de624c-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-
|
151
|
+
"publishedAt": "2025-04-01T08:35:22.411Z"
|
152
152
|
}
|
153
153
|
}
|