Skip to content

Commit

Permalink
chore: even less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed May 24, 2023
1 parent 66f0299 commit 87d494e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/preview-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ An example report:
│ 2 │ "title"'Visual Editing' │ 14 │
└─────────┴──────────────────────────────┴───────────────────────────┴────────┘
[@sanity/preview-kit]: List of skipped paths [
'footer[number]._key',
'footer[number].children[number]._key',
'footer[number].children[number]._type',
'footer[number]._type',
'footer[number].style',
'footer[]._key',
'footer[].children[]._key',
'footer[].children[]._type',
'footer[]._type',
'footer[].style',
'_type',
'slug.current',
]
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/preview-kit",
"version": "1.6.0-perspective.3",
"version": "1.6.0-perspective.4",
"description": "General purpose utils for live content and visual editing",
"keywords": [
"groq",
Expand Down
2 changes: 1 addition & 1 deletion packages/preview-kit/src/client/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function transcodeResponse({
if (transcoder.report.skipped.length > 0) {
const skipped = new Set<string>()
for (const { path } of transcoder.report.skipped) {
skipped.add(path.replace(/\[\d+\]/g, '[number]'))
skipped.add(path.replace(/\[\d+\]/g, '[]'))
}
logger?.log(`[@sanity/preview-kit]: List of skipped paths`, [
...skipped.values(),
Expand Down

13 comments on commit 87d494e

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix – ./apps/remix

preview-kit-remix-git-main.sanity.build
preview-kit-remix.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-test-studio – ./apps/studio

preview-kit-test-studio.sanity.build
preview-kit-test-studio-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-groq-store – ./apps/remix-groq-store

preview-kit-remix-groq-store.sanity.build
preview-kit-remix-groq-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router – ./apps/next-app-router

preview-kit-next-app-router.sanity.build
preview-kit-next-app-router-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router – ./apps/next-pages-router

preview-kit-next-pages-router.sanity.build
preview-kit-next-pages-router-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router-groq-store – ./apps/next-pages-router-groq-store

preview-kit-next-pages-router-groq-store-git-main.sanity.build
preview-kit-next-pages-router-groq-store.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router-live-store – ./apps/next-pages-router-live-store

preview-kit-next-pages-router-live-store-git-main.sanity.build
preview-kit-next-pages-router-live-store.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-live-store – ./apps/remix-live-store

preview-kit-remix-live-store.sanity.build
preview-kit-remix-live-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-live-store-lazy – ./apps/remix-live-store-lazy

preview-kit-remix-live-store-lazy.sanity.build
preview-kit-remix-live-store-lazy-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-no-store – ./apps/next-app-router-no-store

preview-kit-next-app-router-no-store.sanity.build
preview-kit-next-app-router-no-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-groq-store-lazy – ./apps/remix-groq-store-lazy

preview-kit-remix-groq-store-lazy-git-main.sanity.build
preview-kit-remix-groq-store-lazy.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-live-store – ./apps/next-app-router-live-store

preview-kit-remix-qhfv.sanity.build
preview-kit-next-app-router-live-store-git-main.sanity.build
preview-kit-next-app-router-live-store.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 87d494e May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-groq-store – ./apps/next-app-router-groq-store

preview-kit-next-app-router-groq-store-git-main.sanity.build
preview-kit-next-app-router-groq-store.sanity.build

Please sign in to comment.