generaltranslation 7.5.0 → 7.6.0
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 +6 -0
- package/dist/index.cjs.min.cjs +3 -3
- package/dist/index.cjs.min.cjs.map +1 -1
- package/dist/index.d.ts +80 -27
- package/dist/index.esm.min.mjs +3 -3
- package/dist/index.esm.min.mjs.map +1 -1
- package/dist/translate/checkSetupStatus.d.ts +8 -0
- package/dist/translate/enqueueFiles.d.ts +9 -1
- package/dist/translate/setupProject.d.ts +4 -0
- package/dist/translate/shouldSetupProject.d.ts +3 -0
- package/dist/translate/uploadTranslations.d.ts +1 -0
- package/dist/types-dir/uploadFiles.d.ts +7 -0
- package/package.json +1 -1
- /package/dist/translate/{uploadFiles.d.ts → uploadSourceFiles.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# generaltranslation
|
2
2
|
|
3
|
+
## 7.6.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#651](https://github.com/generaltranslation/gt/pull/651) [`3e5705b`](https://github.com/generaltranslation/gt/commit/3e5705bc96005441798619fec97574fa15a5a2bd) Thanks [@fernando-aviles](https://github.com/fernando-aviles)! - Split up file upload into source/translation specific uploads; added project setup visibility
|
8
|
+
|
3
9
|
## 7.5.0
|
4
10
|
|
5
11
|
### Minor Changes
|