@keystrokehq/cli 0.1.110 → 0.1.112
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The primary interface for working with keystroke — locally and against a remot
|
|
|
4
4
|
|
|
5
5
|
**Local** commands hit your local platform API (`PUBLIC_PLATFORM_URL` in the project `.env`, or the dev session URL while `keystroke dev` is running). **Cloud** commands hit the **keystroke platform** control plane (`platformUrl`), which manages and routes to deployed keystroke servers per project.
|
|
6
6
|
|
|
7
|
-
Distributed via npm as the `keystroke` binary.
|
|
7
|
+
Distributed via npm as the `keystroke` binary. Staging pre-releases use the opt-in `@staging` dist-tag.
|
|
8
8
|
|
|
9
9
|
## Philosophy
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.112",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"tsdown": "^0.22.0",
|
|
44
44
|
"tsx": "^4.22.3",
|
|
45
45
|
"@keystrokehq/oxlint-config": "0.0.4",
|
|
46
|
-
"@keystrokehq/tsconfig": "0.0.3",
|
|
47
46
|
"@keystrokehq/tsdown-config": "0.0.5",
|
|
47
|
+
"@keystrokehq/tsconfig": "0.0.3",
|
|
48
48
|
"@keystrokehq/vitest-config": "0.0.7"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|