gt 2.14.40 → 2.14.41

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,14 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.14.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e041312`](https://github.com/generaltranslation/gt/commit/e04131263dd61e469db977bcc196dc1283e773d0)]:
8
+ - generaltranslation@8.2.16
9
+ - @generaltranslation/python-extractor@0.2.22
10
+ - @generaltranslation/supported-locales@2.1.1
11
+
3
12
  ## 2.14.40
4
13
 
5
14
  ### Patch Changes
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.14.40";
1
+ export declare const PACKAGE_VERSION = "2.14.41";
@@ -1,5 +1,5 @@
1
1
  //#region src/generated/version.ts
2
- const PACKAGE_VERSION = "2.14.40";
2
+ const PACKAGE_VERSION = "2.14.41";
3
3
  //#endregion
4
4
  export { PACKAGE_VERSION };
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","names":[],"sources":["../../src/generated/version.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\nexport const PACKAGE_VERSION = '2.14.40';\n"],"mappings":";AACA,MAAa,kBAAkB"}
1
+ {"version":3,"file":"version.js","names":[],"sources":["../../src/generated/version.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\nexport const PACKAGE_VERSION = '2.14.41';\n"],"mappings":";AACA,MAAa,kBAAkB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt",
3
- "version": "2.14.40",
3
+ "version": "2.14.41",
4
4
  "main": "dist/index.js",
5
5
  "bin": "bin/main.js",
6
6
  "files": [
@@ -114,9 +114,9 @@
114
114
  "unist-util-visit": "^5.0.0",
115
115
  "yaml": "^2.8.0",
116
116
  "@generaltranslation/format": "0.1.1",
117
- "@generaltranslation/python-extractor": "0.2.21",
118
- "@generaltranslation/supported-locales": "2.1.0",
119
- "generaltranslation": "8.2.15",
117
+ "@generaltranslation/python-extractor": "0.2.22",
118
+ "@generaltranslation/supported-locales": "2.1.1",
119
+ "generaltranslation": "8.2.16",
120
120
  "gt-remark": "1.0.7"
121
121
  },
122
122
  "devDependencies": {