@sveltejs/kit 1.0.0-next.415 → 1.0.0-next.416

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 +1 -1
  2. package/types/index.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/kit",
3
- "version": "1.0.0-next.415",
3
+ "version": "1.0.0-next.416",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
package/types/index.d.ts CHANGED
@@ -109,6 +109,7 @@ export interface Config {
109
109
  extensions?: string[];
110
110
  kit?: KitConfig;
111
111
  preprocess?: any;
112
+ [key: string]: any;
112
113
  }
113
114
 
114
115
  export interface KitConfig {