Skip to content

Commit ab25aed

Browse files
authored
Merge pull request #553 from contentstack/stage_v4
v4.2.1 (version bump)
2 parents baf6cae + 8545559 commit ab25aed

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alternatively, if you want to include the package directly in your website HTML
1616

1717
```html
1818
<script type='module' crossorigin="anonymous">
19-
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@4.2.0';
19+
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@4.2.1';
2020
2121
ContentstackLivePreview.init({
2222
stackDetails: {

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/live-preview-utils",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"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.",
55
"type": "module",
66
"types": "dist/legacy/index.d.ts",
@@ -94,7 +94,7 @@
9494
"dompurify": "^3.2.3",
9595
"get-xpath": "^3.2.0",
9696
"goober": "^2.1.16",
97-
"lodash-es": "^4.17.21",
97+
"lodash-es": "^4.17.23",
9898
"mustache": "^4.2.0",
9999
"preact": "^10.28.2",
100100
"uuid": "^11.0.3"

0 commit comments

Comments
 (0)