@sanity/cli 4.13.0-next.46 → 4.13.0-next.47

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.
package/lib/index.d.mts CHANGED
@@ -149,7 +149,7 @@ export declare interface CliConfig {
149
149
  * The ID of your Sanity studio or app. Generated when deploying your studio or app for the first time.
150
150
  * Get the appId either by
151
151
  * - Checking the output of `sanity deploy`.
152
- * - Get it from your project's Studio tab in https://sanity.io/manage
152
+ * - Get it from your project's Studio tab in https://www.sanity.io/manage
153
153
  */
154
154
  appId?: string
155
155
  /**
package/lib/index.d.ts CHANGED
@@ -149,7 +149,7 @@ export declare interface CliConfig {
149
149
  * The ID of your Sanity studio or app. Generated when deploying your studio or app for the first time.
150
150
  * Get the appId either by
151
151
  * - Checking the output of `sanity deploy`.
152
- * - Get it from your project's Studio tab in https://sanity.io/manage
152
+ * - Get it from your project's Studio tab in https://www.sanity.io/manage
153
153
  */
154
154
  appId?: string
155
155
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "4.13.0-next.46+5fec59ea8f",
3
+ "version": "4.13.0-next.47+de66f58229",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -60,7 +60,7 @@
60
60
  "pkg-dir": "^5.0.0",
61
61
  "prettier": "^3.6.2",
62
62
  "semver": "^7.7.2",
63
- "@sanity/codegen": "4.13.0-next.46+5fec59ea8f"
63
+ "@sanity/codegen": "4.13.0-next.47+de66f58229"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rexxars/gitconfiglocal": "^3.0.1",
@@ -115,11 +115,11 @@
115
115
  "vitest": "^3.2.4",
116
116
  "which": "^2.0.2",
117
117
  "xdg-basedir": "^4.0.0",
118
- "@repo/package.config": "4.13.0-next.46+5fec59ea8f",
119
- "@repo/test-config": "4.13.0-next.46+5fec59ea8f",
120
- "@repo/eslint-config": "4.13.0-next.46+5fec59ea8f",
121
- "@repo/tsconfig": "4.13.0-next.46+5fec59ea8f",
122
- "@sanity/types": "4.13.0-next.46+5fec59ea8f"
118
+ "@repo/eslint-config": "4.13.0-next.47+de66f58229",
119
+ "@repo/test-config": "4.13.0-next.47+de66f58229",
120
+ "@repo/package.config": "4.13.0-next.47+de66f58229",
121
+ "@repo/tsconfig": "4.13.0-next.47+de66f58229",
122
+ "@sanity/types": "4.13.0-next.47+de66f58229"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "babel-plugin-react-compiler": "*"