@vercel/static-build 1.0.42 → 1.0.43

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/dist/index.js +40 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -210176,20 +210176,21 @@ exports.frameworks = [
210176
210176
  ],
210177
210177
  },
210178
210178
  {
210179
- name: 'SvelteKit',
210179
+ name: 'SvelteKit (Legacy Beta)',
210180
210180
  slug: 'sveltekit',
210181
210181
  demo: 'https://sveltekit-template.vercel.app',
210182
210182
  logo: 'https://api-frameworks.vercel.sh/framework-logos/svelte.svg',
210183
210183
  screenshot: 'https://assets.vercel.com/image/upload/v1647366075/front/import/sveltekit.png',
210184
210184
  tagline: 'SvelteKit is a framework for building web applications of all sizes.',
210185
- description: 'A SvelteKit app optimized Edge-first.',
210185
+ description: 'A SvelteKit legacy app optimized Edge-first.',
210186
210186
  website: 'https://kit.svelte.dev',
210187
+ sort: 99,
210187
210188
  envPrefix: 'VITE_',
210188
210189
  detectors: {
210189
210190
  every: [
210190
210191
  {
210191
210192
  path: 'package.json',
210192
- matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"@sveltejs\\/kit":\\s*".+?"[^}]*}',
210193
+ matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"@sveltejs\\/kit":\\s*"1\\.0\\.0-next\\.(\\d+)"[^}]*}',
210193
210194
  },
210194
210195
  ],
210195
210196
  },
@@ -210211,6 +210212,41 @@ exports.frameworks = [
210211
210212
  },
210212
210213
  getOutputDirName: async () => 'public',
210213
210214
  },
210215
+ {
210216
+ name: 'SvelteKit',
210217
+ slug: 'sveltekit-1',
210218
+ demo: 'https://sveltekit-1-template.vercel.app',
210219
+ logo: 'https://api-frameworks.vercel.sh/framework-logos/svelte.svg',
210220
+ screenshot: 'https://assets.vercel.com/image/upload/v1647366075/front/import/sveltekit.png',
210221
+ tagline: 'SvelteKit is a framework for building web applications of all sizes.',
210222
+ description: 'A SvelteKit app optimized Edge-first.',
210223
+ website: 'https://kit.svelte.dev',
210224
+ detectors: {
210225
+ every: [
210226
+ {
210227
+ path: 'package.json',
210228
+ matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"@sveltejs\\/kit":\\s*".+?"[^}]*}',
210229
+ },
210230
+ ],
210231
+ },
210232
+ settings: {
210233
+ installCommand: {
210234
+ placeholder: '`yarn install`, `pnpm install`, or `npm install`',
210235
+ },
210236
+ buildCommand: {
210237
+ placeholder: 'vite build',
210238
+ value: 'vite build',
210239
+ },
210240
+ devCommand: {
210241
+ placeholder: 'vite dev',
210242
+ value: 'vite dev --port $PORT',
210243
+ },
210244
+ outputDirectory: {
210245
+ value: 'public',
210246
+ },
210247
+ },
210248
+ getOutputDirName: async () => 'public',
210249
+ },
210214
210250
  {
210215
210251
  name: 'Ionic React',
210216
210252
  slug: 'ionic-react',
@@ -210884,7 +210920,7 @@ exports.frameworks = [
210884
210920
  every: [
210885
210921
  {
210886
210922
  path: 'package.json',
210887
- matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*vitepress:\\s*".+?"[^}]*}',
210923
+ matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"vitepress":\\s*".+?"[^}]*}',
210888
210924
  },
210889
210925
  ],
210890
210926
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/static-build",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/build-step",
@@ -36,8 +36,8 @@
36
36
  "@types/ms": "0.7.31",
37
37
  "@types/node-fetch": "2.5.4",
38
38
  "@types/promise-timeout": "1.3.0",
39
- "@vercel/build-utils": "5.7.0",
40
- "@vercel/frameworks": "1.1.14",
39
+ "@vercel/build-utils": "5.7.1",
40
+ "@vercel/frameworks": "1.1.15",
41
41
  "@vercel/ncc": "0.24.0",
42
42
  "@vercel/routing-utils": "2.1.3",
43
43
  "@vercel/static-config": "2.0.6",
@@ -50,5 +50,5 @@
50
50
  "tree-kill": "1.2.2",
51
51
  "typescript": "4.3.4"
52
52
  },
53
- "gitHead": "b37ac5f798acbfb8f04e047301766440ad0d4c59"
53
+ "gitHead": "4484c134487214af68bc97da322688ec027db532"
54
54
  }