← back to Norma
auto-data-snapshot: 2026-08-06T10:52:46 (2 data files) — package-lock.json package.json
9ba7940283e413351837f306453b068f8fd29fe9 · 2026-08-06 10:53:38 -0700 · auto-commit-fleet
Files touched
M package-lock.jsonM package.json
Diff
commit 9ba7940283e413351837f306453b068f8fd29fe9
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date: Thu Aug 6 10:53:38 2026 -0700
auto-data-snapshot: 2026-08-06T10:52:46 (2 data files) — package-lock.json package.json
---
package-lock.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
package.json | 4 +++-
2 files changed, 66 insertions(+), 1 deletion(-)
diff --git a/package-lock.json b/package-lock.json
index 49c7e11..a3059ee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -39,6 +39,7 @@
"uuid": "^13.0.0"
},
"devDependencies": {
+ "@playwright/test": "^1.62.1",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
@@ -1489,6 +1490,22 @@
"node": ">=12.4.0"
}
},
+ "node_modules/@playwright/test": {
+ "version": "1.62.1",
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.62.1.tgz",
+ "integrity": "sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ==",
+ "devOptional": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "playwright": "1.62.1"
+ },
+ "bin": {
+ "playwright": "cli.js"
+ },
+ "engines": {
+ "node": ">=20"
+ }
+ },
"node_modules/@reduxjs/toolkit": {
"version": "2.11.2",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.2.tgz",
@@ -5006,6 +5023,20 @@
}
}
},
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "hasInstallScript": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -7072,6 +7103,38 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
+ "node_modules/playwright": {
+ "version": "1.62.1",
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.62.1.tgz",
+ "integrity": "sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg==",
+ "devOptional": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "playwright-core": "1.62.1"
+ },
+ "bin": {
+ "playwright": "cli.js"
+ },
+ "engines": {
+ "node": ">=20"
+ },
+ "optionalDependencies": {
+ "fsevents": "2.3.2"
+ }
+ },
+ "node_modules/playwright-core": {
+ "version": "1.62.1",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.1.tgz",
+ "integrity": "sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw==",
+ "devOptional": true,
+ "license": "Apache-2.0",
+ "bin": {
+ "playwright-core": "cli.js"
+ },
+ "engines": {
+ "node": ">=20"
+ }
+ },
"node_modules/possible-typed-array-names": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
diff --git a/package.json b/package.json
index 754dcbf..738eae2 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
"test": "node tests/security-regression.mjs",
"test:instance": "bash scripts/test-instance.sh",
"test:api": "node tests/api-smoke.mjs",
- "test:smoke": "node tests/api-smoke.mjs --smoke"
+ "test:smoke": "node tests/api-smoke.mjs --smoke",
+ "test:write": "node tests/api-write-smoke.mjs"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.11",
@@ -44,6 +45,7 @@
"uuid": "^13.0.0"
},
"devDependencies": {
+ "@playwright/test": "^1.62.1",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
← 39264f3 fix(api)+test: close Cody-gate gaps — all 14 uuid=text casts
·
back to Norma
·
test+fix(cycle5): write-path smoke (216 mutations) + Playwri 959da8b →