sanity-plugin-workspace-home
3.0.113.0.12
~
Modified (3 files)
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-workspace-home",
- "version": "3.0.11",
+ "version": "3.0.12",
"description": "A home screen for your multi-workspace Sanity Studio",
"keywords": [
"sanity",
"sanity-plugin"
@@ -27,22 +27,22 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sanity/icons": "^5.0.0",
- "@sanity/ui": "^3.3.0",
+ "@sanity/ui": "^3.3.5",
"react-is": "^19.2.7"
},
"devDependencies": {
"@sanity/tsconfig": "^2.2.0",
- "@sanity/tsdown-config": "^0.11.0",
- "@types/node": "^24.13.2",
+ "@sanity/tsdown-config": "^0.13.1",
+ "@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-is": "^19.2.0",
"babel-plugin-react-compiler": "^1.0.0",
"react": "^19.2.7",
"sanity": "^6.3.0",
"styled-components": "^6.4.3",
- "tsdown": "^0.22.3"
+ "tsdown": "^0.22.5"
},
"peerDependencies": {
"react": "^19.2",
"sanity": "^5 || ^6.0.0-0", Index: package/dist/index.d.ts.map
===================================================================
--- package/dist/index.d.ts.map
+++ package/dist/index.d.ts.map
@@ -1,1 +1,1 @@
-{"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"mappings":";cAKa,aAAA,EAAe,MAY1B;AAAA,KAEG,wBAAA;EACH,SAAA;EACA,OAAO;AAAA;AAAA,cAGI,mBAAA;EAAmB,SAAA;EAAA;AAAA,GAG7B,wBAAA,KAA2B,gBAAA"}
\ No newline at end of file
+{"version":3,"file":"index.d.ts","names":[],"sources":["../src/index.ts"],"mappings":";cAKa,eAAe;KAcvB;EACH;EACA;;cAGW,wBAAmB,WAAA,WAG7B,6BAA2B"}
\ No newline at end of file Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -3,10 +3,7 @@
type WorkspaceHomeConfigProps = {
projectId: string;
dataset: string;
};
-declare const workspaceHomeConfig: ({
- projectId,
- dataset
-}: WorkspaceHomeConfigProps) => WorkspaceOptions;
+declare const workspaceHomeConfig: ({ projectId, dataset }: WorkspaceHomeConfigProps) => WorkspaceOptions;
export { workspaceHome, workspaceHomeConfig };
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file