@ohhwells/bridge 0.1.67-next.196 → 0.1.68-next.197
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
|
@@ -20152,7 +20152,7 @@ function OhhwellsBridge() {
|
|
|
20152
20152
|
postToParent2({
|
|
20153
20153
|
type: "ow:ready",
|
|
20154
20154
|
version: "1",
|
|
20155
|
-
bridgeVersion: "0.1.
|
|
20155
|
+
bridgeVersion: "0.1.68",
|
|
20156
20156
|
path: pathname,
|
|
20157
20157
|
nodes: collectEditableNodes(editContentRef.current),
|
|
20158
20158
|
sections
|
package/dist/index.js
CHANGED
|
@@ -20084,7 +20084,7 @@ function OhhwellsBridge() {
|
|
|
20084
20084
|
postToParent2({
|
|
20085
20085
|
type: "ow:ready",
|
|
20086
20086
|
version: "1",
|
|
20087
|
-
bridgeVersion: "0.1.
|
|
20087
|
+
bridgeVersion: "0.1.68",
|
|
20088
20088
|
path: pathname,
|
|
20089
20089
|
nodes: collectEditableNodes(editContentRef.current),
|
|
20090
20090
|
sections
|