@sanity/cli 3.42.1-use-lodash-es.1 → 3.42.2-canary.38
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/bin/xdg-open +1066 -0
- package/lib/_chunks-cjs/cli.js +342 -362
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/lib/index.d.mts +1 -0
- package/lib/index.d.ts +1 -0
- package/package.json +10 -11
- package/src/types.ts +2 -0
package/lib/index.d.mts
CHANGED
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sanity/cli",
|
3
|
-
"version": "3.42.
|
3
|
+
"version": "3.42.2-canary.38+7f5f7c7f4f",
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
5
5
|
"keywords": [
|
6
6
|
"sanity",
|
@@ -57,17 +57,17 @@
|
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
59
|
"@babel/traverse": "^7.23.5",
|
60
|
-
"@sanity/client": "^6.18.
|
61
|
-
"@sanity/codegen": "3.42.
|
60
|
+
"@sanity/client": "^6.18.2",
|
61
|
+
"@sanity/codegen": "3.42.2-canary.38+7f5f7c7f4f",
|
62
62
|
"@sanity/telemetry": "^0.7.6",
|
63
|
-
"@sanity/util": "3.42.
|
63
|
+
"@sanity/util": "3.42.2-canary.38+7f5f7c7f4f",
|
64
64
|
"chalk": "^4.1.2",
|
65
65
|
"debug": "^4.3.4",
|
66
66
|
"decompress": "^4.2.0",
|
67
67
|
"esbuild": "^0.21.0",
|
68
68
|
"esbuild-register": "^3.4.1",
|
69
|
-
"get-it": "^8.4.
|
70
|
-
"groq-js": "^1.
|
69
|
+
"get-it": "^8.4.30",
|
70
|
+
"groq-js": "^1.9.0",
|
71
71
|
"node-machine-id": "^1.1.12",
|
72
72
|
"pkg-dir": "^5.0.0",
|
73
73
|
"prettier": "^3.2.5",
|
@@ -77,12 +77,12 @@
|
|
77
77
|
},
|
78
78
|
"devDependencies": {
|
79
79
|
"@jest/globals": "^29.7.0",
|
80
|
-
"@repo/package.config": "3.42.
|
80
|
+
"@repo/package.config": "3.42.1",
|
81
81
|
"@rexxars/gitconfiglocal": "^3.0.1",
|
82
82
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
83
83
|
"@sanity/eslint-config-studio": "^4.0.0",
|
84
84
|
"@sanity/generate-help-url": "^3.0.0",
|
85
|
-
"@sanity/types": "3.42.
|
85
|
+
"@sanity/types": "3.42.2-canary.38+7f5f7c7f4f",
|
86
86
|
"@types/babel__traverse": "^7.20.5",
|
87
87
|
"@types/configstore": "^5.0.1",
|
88
88
|
"@types/cpx": "^1.5.2",
|
@@ -115,7 +115,6 @@
|
|
115
115
|
"is-installed-globally": "^0.4.0",
|
116
116
|
"leven": "^3.1.0",
|
117
117
|
"lodash": "^4.17.21",
|
118
|
-
"lodash-es": "^4.17.21",
|
119
118
|
"minimist": "^1.2.5",
|
120
119
|
"open": "^8.4.0",
|
121
120
|
"ora": "^5.4.1",
|
@@ -123,7 +122,7 @@
|
|
123
122
|
"p-timeout": "^4.0.0",
|
124
123
|
"preferred-pm": "^3.0.3",
|
125
124
|
"promise-props-recursive": "^2.0.2",
|
126
|
-
"recast": "^0.23.
|
125
|
+
"recast": "^0.23.7",
|
127
126
|
"resolve-from": "^5.0.0",
|
128
127
|
"rimraf": "^3.0.2",
|
129
128
|
"semver": "^7.3.5",
|
@@ -136,5 +135,5 @@
|
|
136
135
|
"engines": {
|
137
136
|
"node": ">=18"
|
138
137
|
},
|
139
|
-
"gitHead": "
|
138
|
+
"gitHead": "7f5f7c7f4fa61495461c7777a8a4d8d40235914e"
|
140
139
|
}
|