@tracelane/cli 0.1.0-alpha.5 → 0.1.0-alpha.7

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,6 +12,8 @@ One command to wire tracelane into your WebdriverIO project. Detects your runner
12
12
 
13
13
  ![tracelane init — one command](https://raw.githubusercontent.com/Cubenest/rrweb-stack/main/assets/tracelane-hero.gif)
14
14
 
15
+ Docs: <https://tracelane.cubenest.in>
16
+
15
17
  ```sh
16
18
  cd your-wdio-project
17
19
  npx @tracelane/cli init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracelane/cli",
3
- "version": "0.1.0-alpha.5",
3
+ "version": "0.1.0-alpha.7",
4
4
  "description": "tracelane scaffolding CLI. `npx tracelane init` detects your test runner (WDIO / Playwright / Cypress) and wires @tracelane/wdio into wdio.conf.* in one command — the published path from `npm install` + manual conf edit to a single npx invocation.",
5
5
  "keywords": [
6
6
  "tracelane",
@@ -47,7 +47,7 @@
47
47
  "url": "https://github.com/Cubenest/rrweb-stack",
48
48
  "directory": "packages/tracelane-cli"
49
49
  },
50
- "homepage": "https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-cli#readme",
50
+ "homepage": "https://tracelane.cubenest.in",
51
51
  "scripts": {
52
52
  "build": "tsc -p tsconfig.json && node ./scripts/postbuild.mjs",
53
53
  "typecheck": "tsc -p tsconfig.json --noEmit",