@ngneat/elf-devtools
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0
@@ -26,3 +26,3 @@ (function (global, factory) { | ||
send({ | ||
type: "[" + displayName + "] - @Init" | ||
type: "[".concat(displayName, "] - @Init") | ||
}); | ||
@@ -34,3 +34,3 @@ var update = store.pipe(operators.skip(1)).subscribe(function () { | ||
send({ | ||
type: "[" + displayName + "] - Update" | ||
type: "[".concat(displayName, "] - Update") | ||
}); | ||
@@ -60,3 +60,3 @@ }); | ||
send({ | ||
type: "[" + displayName + "] - @Init" | ||
type: "[".concat(displayName, "] - @Init") | ||
}); | ||
@@ -68,3 +68,3 @@ var update = store.pipe(operators.skip(1)).subscribe(function () { | ||
send({ | ||
type: "[" + displayName + "] - Update" | ||
type: "[".concat(displayName, "] - Update") | ||
}); | ||
@@ -79,3 +79,3 @@ }); | ||
send({ | ||
type: "Remove " + displayName | ||
type: "Remove ".concat(displayName) | ||
}); | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "@ngneat/elf-devtools", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0", | ||
"description": "Redux devtools for elf store", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7500
0