@warp-works/warpjs-change-logs
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -45,4 +45,4 @@ const cloneDeep = require('lodash/cloneDeep'); | ||
async toNotificationJson(persistence, domain) { | ||
// const routeName = 'entity'; | ||
return { | ||
action: this.constructor.ACTION, | ||
key: this.key, | ||
@@ -49,0 +49,0 @@ data: cloneDeep(this.data), |
{ | ||
"name": "@warp-works/warpjs-change-logs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Change logs library for WarpJS.", | ||
@@ -53,3 +53,3 @@ "main": "index.js", | ||
"eslint-plugin-json": "~1.4.0", | ||
"eslint-plugin-node": "~8.0.1", | ||
"eslint-plugin-node": "~9.0.1", | ||
"eslint-plugin-promise": "~4.1.1", | ||
@@ -56,0 +56,0 @@ "eslint-plugin-standard": "~4.0.0", |
# WarpJS ChangeLogs RELEASE NOTES | ||
## 1.0.6 - 2019-05-07 | ||
- Adding the action type to notification. | ||
## 1.0.5 - 2019-04-30 | ||
@@ -4,0 +8,0 @@ |
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
22040