@measured/puck-field-contentful 0.16.0-canary.958dc25 → 0.16.0-canary.a43914d
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -121,4 +121,4 @@ declare function createFieldContentful<T extends Entry = Entry>(contentType: str
|
|
121
121
|
initialFilters?: ExternalField["initialFilters"];
|
122
122
|
}): ExternalField<T>;
|
123
123
|
|
124
|
-
export { Entry, createFieldContentful, createFieldContentful as default };
|
124
|
+
export { type Entry, createFieldContentful, createFieldContentful as default };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-field-contentful",
|
3
|
-
"version": "0.16.0-canary.
|
3
|
+
"version": "0.16.0-canary.a43914d",
|
4
4
|
"author": "Measured Corporation Ltd <hello@measured.co>",
|
5
5
|
"repository": "measuredco/puck",
|
6
6
|
"bugs": "https://github.com/measuredco/puck/issues",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"dist"
|
19
19
|
],
|
20
20
|
"devDependencies": {
|
21
|
-
"@measured/puck": "^0.16.0-canary.
|
21
|
+
"@measured/puck": "^0.16.0-canary.a43914d",
|
22
22
|
"@types/react": "^18.2.0",
|
23
23
|
"@types/react-dom": "^18.2.0",
|
24
24
|
"contentful": "^10.8.6",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"eslint-config-custom": "*",
|
27
27
|
"tsconfig": "*",
|
28
28
|
"tsup-config": "*",
|
29
|
-
"typescript": "^
|
29
|
+
"typescript": "^5.5.4"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"contentful": "^10.0.0",
|