@fireadmin/test-sem-release
Advanced tools
Comparing version 2.1.0 to 2.2.0
14
index.js
@@ -7,7 +7,2 @@ module.exports = { | ||
}, | ||
test2: () => { | ||
console.log('Test func') | ||
console.log('Test func2') | ||
console.log('Test func3') | ||
}, | ||
test3: () => { | ||
@@ -23,3 +18,3 @@ console.log('Test func') | ||
}, | ||
test6: () => { | ||
test8: () => { | ||
console.log('Test func') | ||
@@ -29,12 +24,7 @@ console.log('Test func2') | ||
}, | ||
test7: () => { | ||
test9: () => { | ||
console.log('Test func') | ||
console.log('Test func2') | ||
console.log('Test func3') | ||
}, | ||
test8: () => { | ||
console.log('Test func') | ||
console.log('Test func2') | ||
console.log('Test func3') | ||
} | ||
} |
{ | ||
"name": "@fireadmin/test-sem-release", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7314
43