swdc-tracker
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -59,3 +59,3 @@ "use strict"; | ||
{ value: this.repo_name, dataType: "repo_name" }, | ||
{ value: this.repo_identifier, dataType: "repo_identifer" }, | ||
{ value: this.repo_identifier, dataType: "repo_identifier" }, | ||
{ value: this.owner_id, dataType: "owner_id" }, | ||
@@ -62,0 +62,0 @@ { value: this.git_branch, dataType: "git_branch" }, |
{ | ||
"name": "swdc-tracker", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "swdc event tracker", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -34,3 +34,3 @@ import { hashValues } from "../utils/hash"; | ||
{ value: this.repo_name, dataType: "repo_name"}, | ||
{ value: this.repo_identifier, dataType: "repo_identifer"}, | ||
{ value: this.repo_identifier, dataType: "repo_identifier"}, | ||
{ value: this.owner_id, dataType: "owner_id" }, | ||
@@ -37,0 +37,0 @@ { value: this.git_branch, dataType: "git_branch" }, |
@@ -11,3 +11,3 @@ import { getPackageJson } from "../../src/utils/env_helper"; | ||
const versionParts = version.split("."); | ||
expect(parseInt(versionParts[2], 10)).to.be.gt(0); | ||
expect(parseInt(versionParts[2], 10)).to.be.gt(-1); | ||
}); | ||
@@ -14,0 +14,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
127986