@sveltejs/kit
Advanced tools
Comparing version 1.0.0-next.48 to 1.0.0-next.49
@@ -447,3 +447,3 @@ import Root from '../../generated/root.svelte'; | ||
* @param {import('./types').NavigationTarget} selected | ||
* @param {string[]} chain | ||
* @param {string[]} [chain] | ||
*/ | ||
@@ -462,3 +462,3 @@ async render(selected, chain) { | ||
this.router.goto(hydrated.redirect, { replaceState: true }, [ | ||
...chain, | ||
...(chain || []), | ||
this.current.page.path | ||
@@ -465,0 +465,0 @@ ]); |
# @sveltejs/kit | ||
## 1.0.0-next.49 | ||
### Patch Changes | ||
- ab28c0a: kit: include missing types.d.ts | ||
- c76c9bf: Upgrade Vite | ||
## 1.0.0-next.48 | ||
@@ -4,0 +11,0 @@ |
@@ -460,3 +460,3 @@ import { existsSync } from 'fs'; | ||
const prog = sade('svelte-kit').version('1.0.0-next.48'); | ||
const prog = sade('svelte-kit').version('1.0.0-next.49'); | ||
@@ -463,0 +463,0 @@ prog |
{ | ||
"name": "@sveltejs/kit", | ||
"version": "1.0.0-next.48", | ||
"version": "1.0.0-next.49", | ||
"type": "module", | ||
@@ -31,7 +31,7 @@ "dependencies": { | ||
"uvu": "^0.5.1", | ||
"vite": "^2.0.5" | ||
"vite": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"svelte": "^3.32.1", | ||
"vite": "^2.0.4" | ||
"vite": "^2.1.0" | ||
}, | ||
@@ -44,3 +44,4 @@ "bin": { | ||
"dist", | ||
"client" | ||
"client", | ||
"types.d.ts" | ||
], | ||
@@ -52,3 +53,3 @@ "scripts": { | ||
"check": "npx tsc -p tsconfig.enforced.json", | ||
"check-all": "npx tsc -p tsconfig.all.json", | ||
"check-all": "npx tsc -p tsconfig.json", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
@@ -65,5 +66,6 @@ "check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"import": "./dist/ssr.js" | ||
} | ||
}, | ||
"./types.d.ts": "./types.d.ts" | ||
}, | ||
"types": "types.d.ts" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313534
26
8987