vercel 37.1.0 → 37.1.2

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 +64 -3
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -62540,7 +62540,7 @@ var require_package = __commonJS2({
62540
62540
  "../client/package.json"(exports2, module2) {
62541
62541
  module2.exports = {
62542
62542
  name: "@vercel/client",
62543
- version: "13.4.0",
62543
+ version: "13.4.1",
62544
62544
  main: "dist/index.js",
62545
62545
  typings: "dist/index.d.ts",
62546
62546
  homepage: "https://vercel.com",
@@ -62577,7 +62577,7 @@ var require_package = __commonJS2({
62577
62577
  typescript: "4.9.5"
62578
62578
  },
62579
62579
  dependencies: {
62580
- "@vercel/build-utils": "8.3.6",
62580
+ "@vercel/build-utils": "8.3.7",
62581
62581
  "@vercel/error-utils": "2.0.2",
62582
62582
  "@vercel/routing-utils": "3.1.0",
62583
62583
  "@zeit/fetch": "5.2.0",
@@ -120723,6 +120723,66 @@ var require_frameworks = __commonJS2({
120723
120723
  }
120724
120724
  ]
120725
120725
  },
120726
+ {
120727
+ name: "Sanity (v3)",
120728
+ slug: "sanity-v3",
120729
+ demo: "https://sanity-studio-template.vercel.app",
120730
+ logo: "https://api-frameworks.vercel.sh/framework-logos/sanity.svg",
120731
+ tagline: "The structured content platform.",
120732
+ description: "A Sanity Studio",
120733
+ website: "https://www.sanity.io",
120734
+ envPrefix: "SANITY_STUDIO_",
120735
+ detectors: {
120736
+ some: [
120737
+ {
120738
+ path: "sanity.json"
120739
+ },
120740
+ {
120741
+ path: "sanity.config.js"
120742
+ },
120743
+ {
120744
+ path: "sanity.config.jsx"
120745
+ },
120746
+ {
120747
+ path: "sanity.config.ts"
120748
+ },
120749
+ {
120750
+ path: "sanity.config.tsx"
120751
+ }
120752
+ ],
120753
+ every: [
120754
+ {
120755
+ path: "package.json",
120756
+ matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"sanity":\\s*"\\^?3\\..*"[^}]*}'
120757
+ }
120758
+ ]
120759
+ },
120760
+ settings: {
120761
+ installCommand: {
120762
+ placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
120763
+ },
120764
+ buildCommand: {
120765
+ placeholder: "`npm run build` or `sanity build`",
120766
+ value: "sanity build"
120767
+ },
120768
+ devCommand: {
120769
+ value: "sanity dev --port $PORT"
120770
+ },
120771
+ outputDirectory: {
120772
+ value: "dist"
120773
+ }
120774
+ },
120775
+ getOutputDirName: async () => "dist",
120776
+ defaultRoutes: [
120777
+ {
120778
+ handle: "filesystem"
120779
+ },
120780
+ {
120781
+ src: "/(.*)",
120782
+ dest: "/index.html"
120783
+ }
120784
+ ]
120785
+ },
120726
120786
  {
120727
120787
  name: "Sanity",
120728
120788
  slug: "sanity",
@@ -149708,7 +149768,7 @@ var init_command6 = __esm({
149708
149768
  name: "challenge-only",
149709
149769
  description: "Only show challenges needed to issue a cert",
149710
149770
  shorthand: null,
149711
- type: String,
149771
+ type: Boolean,
149712
149772
  deprecated: false
149713
149773
  },
149714
149774
  {
@@ -179443,6 +179503,7 @@ var help = () => `
179443
179503
  deploy [path] Performs a deployment ${import_chalk20.default.bold(
179444
179504
  "(default)"
179445
179505
  )}
179506
+ build Build the project locally into './vercel/output'
179446
179507
  dev Start a local development server
179447
179508
  env Manages the Environment Variables for your current Project
179448
179509
  git Manage Git provider repository for your current Project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "37.1.0",
3
+ "version": "37.1.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -21,17 +21,17 @@
21
21
  "node": ">= 16"
22
22
  },
23
23
  "dependencies": {
24
- "@vercel/build-utils": "8.3.6",
24
+ "@vercel/build-utils": "8.3.7",
25
25
  "@vercel/fun": "1.1.0",
26
26
  "@vercel/go": "3.1.1",
27
27
  "@vercel/hydrogen": "1.0.4",
28
- "@vercel/next": "4.3.6",
29
- "@vercel/node": "3.2.8",
28
+ "@vercel/next": "4.3.7",
29
+ "@vercel/node": "3.2.9",
30
30
  "@vercel/python": "4.3.1",
31
31
  "@vercel/redwood": "2.1.3",
32
32
  "@vercel/remix-builder": "2.2.6",
33
33
  "@vercel/ruby": "2.1.0",
34
- "@vercel/static-build": "2.5.18",
34
+ "@vercel/static-build": "2.5.19",
35
35
  "chokidar": "3.3.1"
36
36
  },
37
37
  "devDependencies": {
@@ -82,11 +82,11 @@
82
82
  "@types/yauzl-promise": "2.1.0",
83
83
  "@vercel-internals/constants": "1.0.4",
84
84
  "@vercel-internals/get-package-json": "1.0.0",
85
- "@vercel-internals/types": "2.0.0",
86
- "@vercel/client": "13.4.0",
85
+ "@vercel-internals/types": "2.0.1",
86
+ "@vercel/client": "13.4.1",
87
87
  "@vercel/error-utils": "2.0.2",
88
- "@vercel/frameworks": "3.1.1",
89
- "@vercel/fs-detectors": "5.2.8",
88
+ "@vercel/frameworks": "3.2.0",
89
+ "@vercel/fs-detectors": "5.2.9",
90
90
  "@vercel/routing-utils": "3.1.0",
91
91
  "@vitest/expect": "1.4.0",
92
92
  "ajv": "6.12.2",