@michijs/dev-server 0.7.5 → 0.7.6

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/bin/types.d.ts +1 -1
  2. package/package.json +1 -1
package/bin/types.d.ts CHANGED
@@ -138,7 +138,7 @@ export interface ServerWebAppManifest extends WebAppManifest {
138
138
  export interface FileHandler {
139
139
  action: string;
140
140
  name: string;
141
- icons: ImageResource[];
141
+ icons?: ImageResource[];
142
142
  accept: Record<string, Set<string> | string[]>;
143
143
  }
144
144
  export interface Config {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@michijs/dev-server",
3
3
  "license": "MIT",
4
- "version": "0.7.5",
4
+ "version": "0.7.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/michijs/dev-server.git"