@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
14697
|
+
bridgeVersion: "0.1.52",
|
|
14698
14698
|
path: pathname,
|
|
14699
14699
|
nodes: collectEditableNodes(editContentRef.current),
|
|
14700
14700
|
sections
|