@percy/config
Advanced tools
Comparing version 1.0.0-beta.25 to 1.0.0-beta.26
@@ -88,3 +88,3 @@ "use strict"; | ||
} = error; | ||
let path = dataPath ? dataPath.substr(1).split('.') : []; | ||
let path = dataPath ? dataPath.substr(1).split('/') : []; | ||
@@ -91,0 +91,0 @@ if (keyword === 'required') { |
{ | ||
"name": "@percy/config", | ||
"version": "1.0.0-beta.25", | ||
"version": "1.0.0-beta.26", | ||
"license": "MIT", | ||
@@ -25,4 +25,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@percy/logger": "^1.0.0-beta.25", | ||
"ajv": "^6.12.5", | ||
"@percy/logger": "^1.0.0-beta.26", | ||
"ajv": "^7.0.3", | ||
"cosmiconfig": "^7.0.0", | ||
@@ -35,3 +35,3 @@ "path-type": "^4.0.0", | ||
}, | ||
"gitHead": "a07eade3bab0087e0573eddc3dc50d875fa3a778" | ||
"gitHead": "14549babc468eea4d91bfb80a5caaacdb9162a14" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16360
+ Addedajv@7.2.4(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
Updated@percy/logger@^1.0.0-beta.26
Updatedajv@^7.0.3