@balena/pinejs 18.0.3-build-repro-issue-transaltion-a8b6ce3aa8cf06ee2e4ec6aca9d818958d21bcbe-1 → 18.0.3-build-repro-issue-transaltion-087dc634adbd9bad3b0c81a281ebd805c098bd6c-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,6 +1,6 @@
1
1
  - commits:
2
- - subject: Add second layer of empty translations on v4 tests
3
- hash: a8b6ce3aa8cf06ee2e4ec6aca9d818958d21bcbe
2
+ - subject: Fix getIdField using idField of intermediate translation
3
+ hash: 087dc634adbd9bad3b0c81a281ebd805c098bd6c
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 18.0.3
11
11
  title: ""
12
- date: 2024-08-19T17:04:06.048Z
12
+ date: 2024-08-19T18:24:24.415Z
13
13
  - commits:
14
14
  - subject: Fix some lint warnings
15
15
  hash: 25abbf6a3f22ca6b984b8ec5a4b2aa3dcb71363f
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v18.0.3
8
8
  ## (2024-08-19)
9
9
 
10
- * Add second layer of empty translations on v4 tests [Otavio Jacobi]
10
+ * Fix getIdField using idField of intermediate translation [Otavio Jacobi]
11
11
 
12
12
  # v18.0.2
13
13
  ## (2024-08-19)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.0.3-build-repro-issue-transaltion-a8b6ce3aa8cf06ee2e4ec6aca9d818958d21bcbe-1",
3
+ "version": "18.0.3-build-repro-issue-transaltion-087dc634adbd9bad3b0c81a281ebd805c098bd6c-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -146,6 +146,6 @@
146
146
  "recursive": true
147
147
  },
148
148
  "versionist": {
149
- "publishedAt": "2024-08-19T17:04:06.873Z"
149
+ "publishedAt": "2024-08-19T18:24:25.264Z"
150
150
  }
151
151
  }