@vercel/build-utils 2.12.3-canary.24 → 2.12.3-canary.25

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -26274,7 +26274,7 @@ exports.frameworks = [
26274
26274
  name: 'Remix',
26275
26275
  slug: 'remix',
26276
26276
  demo: 'https://remix.examples.vercel.com',
26277
- logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/remix.svg',
26277
+ logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/remix-no-shadow.svg',
26278
26278
  tagline: 'Build Better Websites',
26279
26279
  description: 'A new Remix app — the result of running `npx create-remix`.',
26280
26280
  website: 'https://remix.run',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "2.12.3-canary.24",
3
+ "version": "2.12.3-canary.25",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -30,7 +30,7 @@
30
30
  "@types/node-fetch": "^2.1.6",
31
31
  "@types/semver": "6.0.0",
32
32
  "@types/yazl": "^2.4.1",
33
- "@vercel/frameworks": "0.5.1-canary.14",
33
+ "@vercel/frameworks": "0.5.1-canary.15",
34
34
  "@vercel/ncc": "0.24.0",
35
35
  "aggregate-error": "3.0.1",
36
36
  "async-retry": "1.2.3",
@@ -49,5 +49,5 @@
49
49
  "typescript": "4.3.4",
50
50
  "yazl": "2.4.3"
51
51
  },
52
- "gitHead": "3559531e4c14875a275059e3f43aeba38deda275"
52
+ "gitHead": "6b865ff753ad0e51b284dac173e7e32953de3298"
53
53
  }