@coralogix/rum-cli 1.1.33 → 1.1.35

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
@@ -18,7 +18,7 @@ To install the Coralogix RUM CLI, follow these steps:
18
18
  1. Open a terminal or command prompt.
19
19
  2. Run the following command to install the CLI globally:
20
20
  ```bash
21
- npm install -g coralogix-rum-cli
21
+ npm install -g @coralogix/rum-cli
22
22
  ```
23
23
  3. Once installed, you can use the CLI by running `coralogix-rum-cli` in your terminal.
24
24
 
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "@coralogix/rum-cli",
3
- "version": "1.1.33",
3
+ "version": "1.1.35",
4
4
  "description": "coralogix rum cli",
5
5
  "bin": {
6
6
  "coralogix-rum-cli": "dist/cli/rum-cli.js"
7
7
  },
8
- "engines": {
9
- "node": ">=18.0.0"
10
- },
11
8
  "scripts": {
12
9
  "build": "rm -rf ./dist/* && tsc -p tsconfig.build.json",
13
10
  "start": "ts-node cli/rum-cli.ts",
package/protoset.bin CHANGED
Binary file