gt 2.14.11 → 2.14.12
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# gtx-cli
|
|
2
2
|
|
|
3
|
+
## 2.14.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1205](https://github.com/generaltranslation/gt/pull/1205) [`aea881c`](https://github.com/generaltranslation/gt/commit/aea881c7009eea528338872da9afe175484cec8d) Thanks [@fernando-aviles](https://github.com/fernando-aviles)! - Hash postprocessed source content
|
|
8
|
+
|
|
3
9
|
## 2.14.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -269,7 +269,7 @@ export async function aggregateFiles(settings) {
|
|
|
269
269
|
fileName: relativePath,
|
|
270
270
|
fileFormat: fileType.toUpperCase(),
|
|
271
271
|
fileId: hashStringSync(relativePath),
|
|
272
|
-
versionId: hashStringSync(
|
|
272
|
+
versionId: hashStringSync(processed),
|
|
273
273
|
locale: settings.defaultLocale,
|
|
274
274
|
};
|
|
275
275
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "2.14.
|
|
1
|
+
export declare const PACKAGE_VERSION = "2.14.12";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This file is auto-generated. Do not edit manually.
|
|
2
|
-
export const PACKAGE_VERSION = '2.14.
|
|
2
|
+
export const PACKAGE_VERSION = '2.14.12';
|