@exonix/tchat-cli 1.1.8 → 1.1.9

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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -79,12 +79,6 @@ tchat-cli atlas search --condition "技术创新" --start 1715587200000 --end 17
79
79
  tchat-cli atlas search --condition "项目管理" --start 1715587200000 --end 1716192000000 --page 1 --size 20
80
80
  ```
81
81
 
82
- ## Environment
83
-
84
- | Flag | Default | Description |
85
- |------|---------|-------------|
86
- | `--env` | `prod` | `test` or `prod` |
87
-
88
82
  ## Docs
89
83
 
90
84
  See [USAGE.md](https://github.com/your-org/tchat-cli/blob/main/USAGE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exonix/tchat-cli",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "TChat CLI - AI friendly command line tool for TChat platform",
5
5
  "keywords": ["tchat", "cli", "teamwork", "ai"],
6
6
  "license": "MIT",
@@ -12,11 +12,11 @@
12
12
  "postinstall": "node scripts/install.js"
13
13
  },
14
14
  "optionalDependencies": {
15
- "@exonix/tchat-cli-darwin-arm64": "1.1.8",
16
- "@exonix/tchat-cli-darwin-x64": "1.1.8",
17
- "@exonix/tchat-cli-linux-x64": "1.1.8",
18
- "@exonix/tchat-cli-linux-arm64": "1.1.8",
19
- "@exonix/tchat-cli-win32-x64": "1.1.8"
15
+ "@exonix/tchat-cli-darwin-arm64": "1.1.9",
16
+ "@exonix/tchat-cli-darwin-x64": "1.1.9",
17
+ "@exonix/tchat-cli-linux-x64": "1.1.9",
18
+ "@exonix/tchat-cli-linux-arm64": "1.1.9",
19
+ "@exonix/tchat-cli-win32-x64": "1.1.9"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",