@studyportals/anonymous-student-interfaces
Advanced tools
Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "@studyportals/anonymous-student-interfaces", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "The interfaces exposed by Anonymous student", | ||
@@ -17,3 +17,3 @@ "main": "bin/index.js", | ||
"deploy-major": "npm version major && npm run deploy", | ||
"deploy-beta": "npm version prerelease && npm ci && npm run prepare-deployment && npm publish bin --tag beta --access=public && rm -rf node_modules" | ||
"deploy-beta": "npm version prerelease && npm ci && npm run prepare-deployment && npm publish ./bin --tag beta --access=public && rm -rf node_modules" | ||
}, | ||
@@ -24,5 +24,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@studyportals/student-interfaces": "^5.3.2", | ||
"@studyportals/student-interfaces": "^5.3.3", | ||
"@studyportals/studentdomain": "*" | ||
} | ||
} |
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
12749