gt 2.16.2 → 2.16.3-iris.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # gtx-cli
2
2
 
3
+ ## 2.16.3-iris.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 01ba884: Exercise Iris prerelease publishing for the CLI.
8
+
3
9
  ## 2.16.2
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "2.16.2";
1
+ export declare const PACKAGE_VERSION = "2.16.3-iris.0";
@@ -1,5 +1,5 @@
1
1
  //#region src/generated/version.ts
2
- const PACKAGE_VERSION = "2.16.2";
2
+ const PACKAGE_VERSION = "2.16.3-iris.0";
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.16.2';\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.16.3-iris.0';\n"],"mappings":";AACA,MAAa,kBAAkB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt",
3
- "version": "2.16.2",
3
+ "version": "2.16.3-iris.0",
4
4
  "main": "dist/index.js",
5
5
  "bin": "bin/main.js",
6
6
  "files": [
@@ -115,12 +115,12 @@
115
115
  "unified": "^11.0.5",
116
116
  "unist-util-visit": "^5.0.0",
117
117
  "yaml": "^2.8.0",
118
- "@generaltranslation/icu": "0.1.1",
119
- "@generaltranslation/format": "0.1.4",
120
118
  "@generaltranslation/python-extractor": "0.2.34",
119
+ "@generaltranslation/format": "0.1.4",
120
+ "@generaltranslation/supported-locales": "2.1.14",
121
+ "@generaltranslation/icu": "0.1.1",
121
122
  "generaltranslation": "9.1.1",
122
- "gt-remark": "1.0.11",
123
- "@generaltranslation/supported-locales": "2.1.14"
123
+ "gt-remark": "1.0.11"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@types/babel__generator": "^7.27.0",