@liiift-studio/deploy-vercel-from-sanity 1.1.0 → 1.1.1
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
- package/src/version.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1125,7 +1125,7 @@ function DeployTargetForm({ initial, onSaved, onClose }) {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
// src/version.ts
|
|
1128
|
-
var VERSION = "1.1.
|
|
1128
|
+
var VERSION = "1.1.1";
|
|
1129
1129
|
|
|
1130
1130
|
// src/components/DeployTool.tsx
|
|
1131
1131
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -1133,7 +1133,7 @@ function DeployTargetForm({ initial, onSaved, onClose }) {
|
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
1135
1135
|
// src/version.ts
|
|
1136
|
-
var VERSION = "1.1.
|
|
1136
|
+
var VERSION = "1.1.1";
|
|
1137
1137
|
|
|
1138
1138
|
// src/components/DeployTool.tsx
|
|
1139
1139
|
import { jsx as jsx8, jsxs as jsxs7 } from "react/jsx-runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liiift-studio/deploy-vercel-from-sanity",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Sanity Studio plugin — trigger and monitor Vercel deployments with full status, history, and build logs. Supports Studio v3 through v6.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Liiift Studio",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"prepublishOnly": "npm run build"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@sanity/icons": ">=
|
|
42
|
+
"@sanity/icons": ">=2",
|
|
43
43
|
"@sanity/ui": ">=2",
|
|
44
44
|
"react": ">=18",
|
|
45
45
|
"sanity": ">=3"
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Package version — keep in sync with package.json
|
|
2
|
-
export const VERSION = '1.1.
|
|
2
|
+
export const VERSION = '1.1.1'
|