@percy/config 1.27.2 → 1.27.3-beta.0

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.
@@ -2,7 +2,7 @@ import merge from './merge.js';
2
2
  import { getSchema } from '../validate.js';
3
3
 
4
4
  // Edge case camelizations
5
- const CAMELCASE_MAP = new Map([['css', 'CSS'], ['javascript', 'JavaScript'], ['dom', 'DOM'], ['xpaths', 'XPaths']]);
5
+ const CAMELCASE_MAP = new Map([['css', 'CSS'], ['javascript', 'JavaScript'], ['dom', 'DOM']]);
6
6
 
7
7
  // Regular expression that matches words from boundaries or consecutive casing
8
8
  const WORD_REG = /[a-z]{2,}|[A-Z]{2,}|[0-9]{2,}|[^-_\s]+?(?=[A-Z0-9-_\s]|$)/g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/config",
3
- "version": "1.27.2",
3
+ "version": "1.27.3-beta.0",
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"
@@ -38,7 +38,7 @@
38
38
  "test:types": "tsd"
39
39
  },
40
40
  "dependencies": {
41
- "@percy/logger": "1.27.2",
41
+ "@percy/logger": "1.27.3-beta.0",
42
42
  "ajv": "^8.6.2",
43
43
  "cosmiconfig": "^8.0.0",
44
44
  "yaml": "^2.0.0"
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "json-schema-typed": "^7.0.3"
48
48
  },
49
- "gitHead": "cb64b0c124a5ee1fcb14b130a1fa8e33d26a7284"
49
+ "gitHead": "a9b7ebc7005ee50761373f49ce3454449f38f227"
50
50
  }