We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddec2ea commit b4b10e2Copy full SHA for b4b10e2
apps/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# expect-cli
2
3
+## 0.1.3
4
+
5
+### Patch Changes
6
7
+- Pin @effect/platform-node-shared to exact version to fix ERR_MODULE_NOT_FOUND when installing via npx
8
9
## 0.1.2
10
11
### Patch Changes
apps/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "expect-cli",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Let agents test your code in a real browser",
"keywords": [
"agents",
0 commit comments