Skip to content

Commit

Permalink
4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Jan 17, 2023
1 parent 0c98662 commit 440063f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 19 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datocms",
"version": "4.0.7",
"version": "4.0.8",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -14,12 +14,24 @@
},
"typesVersions": {
"*": {
"*": ["dist/types/index.d.ts"],
"seo": ["./dist/types/Seo/index.d.ts"],
"image": ["./dist/types/Image/index.d.ts"],
"structured-text": ["./dist/types/StructuredText/index.d.ts"],
"use-query-subscription": ["./dist/types/useQuerySubscription/index.d.ts"],
"use-site-search": ["./dist/types/useSiteSearch/index.d.ts"]
"*": [
"dist/types/index.d.ts"
],
"seo": [
"./dist/types/Seo/index.d.ts"
],
"image": [
"./dist/types/Image/index.d.ts"
],
"structured-text": [
"./dist/types/StructuredText/index.d.ts"
],
"use-query-subscription": [
"./dist/types/useQuerySubscription/index.d.ts"
],
"use-site-search": [
"./dist/types/useSiteSearch/index.d.ts"
]
}
},
"sideEffects": false,
Expand Down

0 comments on commit 440063f

Please sign in to comment.