depository-deploy 1.0.41 → 1.0.42

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/wizard.html +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depository-deploy",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Depository document management system – deployment wizard and installers",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -25,9 +25,9 @@
25
25
  "scripts/publish.mjs"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "depository-deploy-linux": "1.0.41",
29
- "depository-deploy-macos": "1.0.41",
30
- "depository-deploy-windows": "1.0.41"
28
+ "depository-deploy-linux": "1.0.42",
29
+ "depository-deploy-macos": "1.0.42",
30
+ "depository-deploy-windows": "1.0.42"
31
31
  },
32
32
  "scripts": {
33
33
  "start": "node wizard-server.mjs"
package/wizard.html CHANGED
@@ -156,7 +156,7 @@ label {
156
156
  font-size: 10.5px; font-weight: 600; color: var(--muted);
157
157
  text-transform: uppercase; letter-spacing: .5px;
158
158
  }
159
- input[type=text], input[type=password], select {
159
+ input[type=text], input[type=password], input[type=email], select {
160
160
  height: 36px; padding: 0 11px;
161
161
  border: 1px solid var(--border); border-radius: var(--r-input);
162
162
  font-size: 13px; font-family: inherit; background: #fff; color: var(--text);