@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 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 ≥20, TypeScript, Playwright fixtures, Vitest, ESLint (`@empiricalrun`)
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
@@ -1,5 +1,11 @@
1
1
  # appwright
2
2
 
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0c833cf: Raise the minimum supported Node.js version to 24.12.0 and align all CI workflows to use it.
8
+
3
9
  ## 0.7.4
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -32,7 +32,7 @@ Links to help you get started.
32
32
 
33
33
  ### Minimum requirements
34
34
 
35
- - Node 20.19.0 or higher (Appium 3 requirement)
35
+ - Node 24.12.0 or higher (Appium 3 requirement)
36
36
 
37
37
  ### Install
38
38
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@samsara-dev/appwright",
3
- "version": "0.7.4",
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": ">=20.19.0"
10
+ "node": ">=24.12.0"
11
11
  },
12
12
  "bin": {
13
13
  "appwright": "dist/bin/index.js"