@ohhwells/bridge 0.1.51-next.129 → 0.1.52-next.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -14762,7 +14762,7 @@ function OhhwellsBridge() {
14762
14762
  postToParent2({
14763
14763
  type: "ow:ready",
14764
14764
  version: "1",
14765
- bridgeVersion: "0.1.51",
14765
+ bridgeVersion: "0.1.52",
14766
14766
  path: pathname,
14767
14767
  nodes: collectEditableNodes(editContentRef.current),
14768
14768
  sections
package/dist/index.js CHANGED
@@ -14694,7 +14694,7 @@ function OhhwellsBridge() {
14694
14694
  postToParent2({
14695
14695
  type: "ow:ready",
14696
14696
  version: "1",
14697
- bridgeVersion: "0.1.51",
14697
+ bridgeVersion: "0.1.52",
14698
14698
  path: pathname,
14699
14699
  nodes: collectEditableNodes(editContentRef.current),
14700
14700
  sections
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.51-next.129",
3
+ "version": "0.1.52-next.131",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",