Comparing version 1.1.2 to 1.1.3
@@ -11,3 +11,3 @@ export declare class Eredita { | ||
unsetPath(path: string): any; | ||
mergePath(path: string): any; | ||
mergePath(path?: string): any; | ||
isDirty(): boolean; | ||
@@ -14,0 +14,0 @@ static dot(data: any, path?: string, value?: any): any; |
{ | ||
"name": "eredita", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Javascript Data Inheritance", | ||
@@ -44,5 +44,5 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "7.0.18", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"@types/node": "8.0.26", | ||
"chai": "4.1.2", | ||
"chai-as-promised": "7.1.1", | ||
"chai-spies": "0.7.1", | ||
@@ -52,9 +52,9 @@ "commitizen": "2.9.6", | ||
"cz-conventional-changelog": "2.0.0", | ||
"husky": "0.13.3", | ||
"husky": "0.14.3", | ||
"lodash": "4.17.4", | ||
"mocha": "3.3.0", | ||
"nyc": "10.3.2", | ||
"mocha": "3.5.0", | ||
"nyc": "11.2.0", | ||
"rimraf": "2.6.1", | ||
"semantic-release": "^6.3.6", | ||
"typescript": "2.3.2", | ||
"semantic-release": "^7.0.2", | ||
"typescript": "2.5.2", | ||
"underscore": "1.8.3" | ||
@@ -61,0 +61,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
13438