@emseepea/create-html-ui-server 0.0.26 → 0.0.27

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.
@@ -15,10 +15,10 @@
15
15
  "container:build": "docker build --tag emseepea-server:local ."
16
16
  },
17
17
  "devDependencies": {
18
- "@emseepea/feedback": "0.2.8",
18
+ "@emseepea/feedback": "0.2.9",
19
19
  "playwright": "1.62.1",
20
20
  "axe-core": "4.13.0",
21
- "@emseepea/testing": "0.9.12",
21
+ "@emseepea/testing": "0.9.13",
22
22
  "@types/node": "24.13.3",
23
23
  "typescript": "6.0.3",
24
24
  "oxlint": "1.80.0"
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "private": true,
30
30
  "dependencies": {
31
- "@emseepea/server": "0.10.2",
31
+ "@emseepea/server": "0.10.3",
32
32
  "@emseepea/tailwind": "0.0.2"
33
33
  }
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/create-html-ui-server",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Create an Em See Pea server with an accessible HTML form.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,13 +18,13 @@
18
18
  "prepack": "npm run build:initializer"
19
19
  },
20
20
  "devDependencies": {
21
- "@emseepea/feedback": "0.2.8",
22
- "@emseepea/server": "0.10.2",
21
+ "@emseepea/feedback": "0.2.9",
22
+ "@emseepea/server": "0.10.3",
23
23
  "@emseepea/tailwind": "0.0.2",
24
24
  "@emseepea/example-ui-shared": "0.0.0",
25
25
  "playwright": "1.62.1",
26
26
  "axe-core": "4.13.0",
27
- "@emseepea/testing": "0.9.12",
27
+ "@emseepea/testing": "0.9.13",
28
28
  "@types/node": "24.13.3",
29
29
  "typescript": "6.0.3",
30
30
  "oxlint": "1.80.0"