@percy/sdk-utils 1.31.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
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 evaulated within a browser context to add the `PercyDOM.serialize` function
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.1",
3
+ "version": "1.31.2-beta.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public",
12
- "tag": "latest"
12
+ "tag": "beta"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -51,5 +51,5 @@
51
51
  ]
52
52
  }
53
53
  },
54
- "gitHead": "56d0fe4722eea63cfe8a6ea7aa02cf00d465a85d"
54
+ "gitHead": "c8ba03fdd3ab7543f741a68eb5c357e38b48129e"
55
55
  }