Skip to content

Commit

Permalink
6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 6, 2024
1 parent f17790d commit 26dac2f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 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.

39 changes: 29 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datocms",
"version": "6.0.4",
"version": "6.0.5",
"engines": {
"node": ">=8.0.0"
},
Expand Down Expand Up @@ -52,27 +52,46 @@
},
"typesVersions": {
"*": {
"*": ["dist/types/index.d.ts"],
"seo": ["./dist/types/Seo/index.d.ts"],
"image": ["./dist/types/Image/index.d.ts"],
"video-player": ["./dist/types/VideoPlayer/index.d.ts"],
"structured-text": ["./dist/types/StructuredText/index.d.ts"],
"*": [
"dist/types/index.d.ts"
],
"seo": [
"./dist/types/Seo/index.d.ts"
],
"image": [
"./dist/types/Image/index.d.ts"
],
"video-player": [
"./dist/types/VideoPlayer/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"],
"use-video-player": ["./dist/types/useVideoPlayer/index.d.ts"]
"use-site-search": [
"./dist/types/useSiteSearch/index.d.ts"
],
"use-video-player": [
"./dist/types/useVideoPlayer/index.d.ts"
]
}
},
"sideEffects": false,
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/datocms/react-datocms.git"
},
"license": "MIT",
"author": "Stefano Verna <s.verna@datocms.com>",
"contributors": ["Silvano Stralla <silvano@datocms.com>"],
"contributors": [
"Silvano Stralla <silvano@datocms.com>"
],
"homepage": "https://github.com/datocms/react-datocms",
"devDependencies": {
"@biomejs/biome": "^1.6.3",
Expand Down

0 comments on commit 26dac2f

Please sign in to comment.