@aionui/officecli 1.0.123 → 1.0.125

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,9 @@ CLI for reading and writing Office documents (`.docx`, `.xlsx`, `.pptx`) via a
4
4
  document DOM API.
5
5
 
6
6
  ```bash
7
- npm install -g @officecli/officecli
7
+ npm install -g @aionui/officecli
8
8
  # or run without installing:
9
- npx @officecli/officecli --help
9
+ npx @aionui/officecli --help
10
10
  ```
11
11
 
12
12
  On install, the native binary for your platform (macOS / Linux / Windows,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aionui/officecli",
3
- "version": "1.0.123",
3
+ "version": "1.0.125",
4
4
  "description": "OfficeCli — CLI for reading and writing Office documents (.docx, .xlsx, .pptx) via a document DOM API. The native binary is fetched on install for your platform.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "goworm",