Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Alternatively, if you want to include the package directly in your website HTML

```html
<script type='module' crossorigin="anonymous">
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@4.2.0';
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@4.2.1';

ContentstackLivePreview.init({
stackDetails: {
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/live-preview-utils",
"version": "4.2.0",
"version": "4.2.1",
"description": "Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.",
"type": "module",
"types": "dist/legacy/index.d.ts",
Expand Down Expand Up @@ -94,7 +94,7 @@
"dompurify": "^3.2.3",
"get-xpath": "^3.2.0",
"goober": "^2.1.16",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.23",
"mustache": "^4.2.0",
"preact": "^10.28.2",
"uuid": "^11.0.3"
Expand Down
Loading