@dotcms/dotcli 24.3.20-rc1 → 24.3.26-rc1

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/README.md CHANGED
@@ -10,7 +10,7 @@ The **dotCMS CLI**, sometimes shortened to **dotCLI**, is a standalone tool for
10
10
  The simplest and most recommended way to get the dotCMS CLI is from its npm package:
11
11
 
12
12
  ```shell script
13
- npm install -g @dotcms/cli
13
+ npm install -g @dotcms/dotcli
14
14
  ```
15
15
  ### Manual JAR Download
16
16
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dotcms/dotcli",
3
- "version": "24.03.20-rc1",
3
+ "version": "24.03.26-rc1",
4
4
  "scripts": {
5
5
  "postinstall": "node src/postinstall.js install",
6
6
  "postuninstall": "node src/postinstall.js uninstall && npm prune"
7
7
  },
8
8
  "binaries": {
9
- "dotcms-cli-darwin-arm64": "bin/dotcms-cli-24.03.20-SNAPSHOT-osx-aarch_64",
10
- "dotcms-cli-darwin-x64": "bin/dotcms-cli-24.03.20-SNAPSHOT-osx-x86_64",
11
- "dotcms-cli-linux-x64": "bin/dotcms-cli-24.03.20-SNAPSHOT-linux-x86_64"
9
+ "dotcms-cli-darwin-arm64": "bin/dotcms-cli-24.03.26-SNAPSHOT-osx-aarch_64",
10
+ "dotcms-cli-darwin-x64": "bin/dotcms-cli-24.03.26-SNAPSHOT-osx-x86_64",
11
+ "dotcms-cli-linux-x64": "bin/dotcms-cli-24.03.26-SNAPSHOT-linux-x86_64"
12
12
  },
13
13
  "alias": "dotcli",
14
14
  "packageName": "dotcms-cli",