next-sanity 4.0.4 → 4.0.6

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.cjs.js CHANGED
@@ -2,3 +2,5 @@ import cjs from './index.cjs';
2
2
 
3
3
  export const groq = cjs.groq;
4
4
  export const createClient = cjs.createClient;
5
+
6
+ export default cjs.default;
@@ -2,3 +2,5 @@ import cjs from './preview.cjs';
2
2
 
3
3
  export const PreviewSuspense = cjs.PreviewSuspense;
4
4
  export const definePreview = cjs.definePreview;
5
+
6
+ export default cjs.default;
@@ -1,3 +1,5 @@
1
1
  import cjs from './head.cjs';
2
2
 
3
3
  export const NextStudioHead = cjs.NextStudioHead;
4
+
5
+ export default cjs.default;
@@ -6,3 +6,5 @@ export const NextStudio = cjs.NextStudio;
6
6
  export const NextStudioClientOnly = cjs.NextStudioClientOnly;
7
7
  export const NextStudioLayout = cjs.NextStudioLayout;
8
8
  export const usePrefersColorScheme = cjs.usePrefersColorScheme;
9
+
10
+ export default cjs.default;
@@ -1,3 +1,5 @@
1
1
  import cjs from './loading.cjs';
2
2
 
3
3
  export const NextStudioLoading = cjs.NextStudioLoading;
4
+
5
+ export default cjs.default;
@@ -2,3 +2,5 @@ import cjs from './webhook.cjs';
2
2
 
3
3
  export const config = cjs.config;
4
4
  export const parseBody = cjs.parseBody;
5
+
6
+ export default cjs.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -147,19 +147,19 @@
147
147
  },
148
148
  "dependencies": {
149
149
  "@sanity/client": "^4.0.1",
150
- "@sanity/preview-kit": "^1.2.22",
150
+ "@sanity/preview-kit": "^1.2.23",
151
151
  "@sanity/webhook": "^2.0.0",
152
- "groq": "^3.2.0"
152
+ "groq": "^3.2.3"
153
153
  },
154
154
  "devDependencies": {
155
155
  "@async-fn/jest": "^1.6.4",
156
156
  "@rollup/plugin-url": "^8.0.1",
157
157
  "@sanity/eslint-config-studio": "^2.0.1",
158
158
  "@sanity/image-url": "^1.0.1",
159
- "@sanity/pkg-utils": "^2.1.1",
159
+ "@sanity/pkg-utils": "^2.2.1",
160
160
  "@sanity/semantic-release-preset": "^3.0.2",
161
- "@sanity/ui": "^1.0.12",
162
- "@sanity/vision": "^3.2.0",
161
+ "@sanity/ui": "^1.0.14",
162
+ "@sanity/vision": "^3.2.3",
163
163
  "@testing-library/react-hooks": "^8.0.1",
164
164
  "@types/eventsource": "^1.1.10",
165
165
  "@types/jest": "^29.2.5",
@@ -169,25 +169,25 @@
169
169
  "@typescript-eslint/eslint-plugin": "^5.48.1",
170
170
  "autoprefixer": "^10.4.13",
171
171
  "eslint": "^8.31.0",
172
- "eslint-config-next": "13.1.2-canary.5",
172
+ "eslint-config-next": "13.1.3-canary.0",
173
173
  "eslint-config-prettier": "^8.6.0",
174
174
  "eslint-config-sanity": "^6.0.0",
175
175
  "eslint-gitignore": "^0.1.0",
176
176
  "eslint-plugin-prettier": "^4.2.1",
177
177
  "eslint-plugin-simple-import-sort": "^8.0.0",
178
- "groqd": "^0.2.1",
178
+ "groqd": "^0.2.0",
179
179
  "jest": "^29.3.1",
180
180
  "jest-environment-jsdom": "^29.3.1",
181
- "next": "13.1.2-canary.5",
181
+ "next": "13.1.3-canary.0",
182
182
  "postcss": "^8.4.21",
183
- "prettier": "^2.8.2",
183
+ "prettier": "^2.8.3",
184
184
  "prettier-plugin-packagejson": "^2.3.0",
185
185
  "prettier-plugin-tailwindcss": "^0.2.1",
186
186
  "react": "^18.2.0",
187
187
  "react-dom": "^18.2.0",
188
188
  "react-is": "^18.2.0",
189
189
  "rollup": "^3.10.0",
190
- "sanity": "^3.2.0",
190
+ "sanity": "^3.2.3",
191
191
  "styled-components": "^5.3.6",
192
192
  "tailwindcss": "^3.2.4",
193
193
  "typescript": "^4.9.4",