@percy/sdk-utils 1.31.2-beta.0 → 1.31.2-beta.1
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ await isPercyEnabled() === true
|
|
|
59
59
|
### `fetchPercyDOM()`
|
|
60
60
|
|
|
61
61
|
Fetches and returns the `@percy/dom` serialization script hosted by the local Percy API server. The
|
|
62
|
-
resulting string can be
|
|
62
|
+
resulting string can be evaluated within a browser context to add the `PercyDOM.serialize` function
|
|
63
63
|
to the global scope. Subsequent calls return the first cached result.
|
|
64
64
|
|
|
65
65
|
``` js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/sdk-utils",
|
|
3
|
-
"version": "1.31.2-beta.
|
|
3
|
+
"version": "1.31.2-beta.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
]
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "c8ba03fdd3ab7543f741a68eb5c357e38b48129e"
|
|
55
55
|
}
|