@thisisagile/easy
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -7,2 +7,3 @@ import { Json, Validatable } from '../types'; | ||
toJSON(): Json; | ||
update: (json: Json) => this; | ||
} |
@@ -9,2 +9,3 @@ "use strict"; | ||
this.state = state; | ||
this.update = (json) => this; | ||
} | ||
@@ -11,0 +12,0 @@ get isValid() { return validation_1.validate(this).isValid; } |
{ | ||
"name": "@thisisagile/easy", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Straightforward library for building domain-driven microservice architectures", | ||
@@ -34,3 +34,3 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "^1.3.0", | ||
"@thisisagile/easy-test": "^1.4.0", | ||
"@types/uuid": "^8.3.0", | ||
@@ -42,5 +42,5 @@ "prettier": "^2.2.1", | ||
"dependencies": { | ||
"axios": "^0.21.0", | ||
"reflect-metadata": "^0.1.13", | ||
"axios": "^0.21.0", | ||
"uuid": "^8.3.1" | ||
"uuid": "^8.3.2" | ||
}, | ||
@@ -47,0 +47,0 @@ "engines": { |
@@ -12,2 +12,4 @@ import { Json, jsonify, Validatable } from '../types'; | ||
} | ||
update = (json: Json): this => this; | ||
} |
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
134373
1987
Updateduuid@^8.3.2