@samsara-dev/appwright 0.7.4 → 0.8.0
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/AGENTS.md +2 -2
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/AGENTS.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## 1. Project Snapshot
|
|
4
4
|
- **Repo type:** Single-package TypeScript library (no workspaces)
|
|
5
|
-
- **Stack:** Node.js ≥
|
|
5
|
+
- **Stack:** Node.js ≥24.12, TypeScript, Playwright fixtures, Vitest, ESLint (`@empiricalrun`)
|
|
6
6
|
- **Docs:** Each major directory ships its own `AGENTS.md`; nearest file wins
|
|
7
7
|
|
|
8
8
|
## 2. Root Setup Commands
|
|
@@ -51,4 +51,4 @@ npm run changeset # prepare release notes when changes ship
|
|
|
51
51
|
- `npm run lint && npm run build && npm test -- --run` must all pass locally
|
|
52
52
|
- Add a Changeset entry for user-facing changes
|
|
53
53
|
- Ensure documentation in relevant `AGENTS.md` files reflects the update
|
|
54
|
-
- Confirm the plan was shared and acknowledged before merging
|
|
54
|
+
- Confirm the plan was shared and acknowledged before merging
|
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@samsara-dev/appwright",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=
|
|
10
|
+
"node": ">=24.12.0"
|
|
11
11
|
},
|
|
12
12
|
"bin": {
|
|
13
13
|
"appwright": "dist/bin/index.js"
|