@studyportals/anonymous-student-interfaces
Advanced tools
Comparing version 3.2.0 to 4.0.0
{ | ||
"name": "@studyportals/anonymous-student-interfaces", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "The interfaces exposed by Anonymous student", | ||
@@ -12,3 +12,3 @@ "main": "bin/index.js", | ||
"prepare-deployment": "npm run build && cp package.json bin/package.json", | ||
"deploy": "npm ci && npm run prepare-deployment && cd bin && npm publish && cd ../ && rm -rf node_modules", | ||
"deploy": "npm ci && npm run prepare-deployment && cd bin && npm publish && cd ../ &&rm -rf node_modules", | ||
"build": "rm -rf bin && tsc", | ||
@@ -25,4 +25,4 @@ "deploy-patch": "npm version patch && npm run deploy", | ||
"@studyportals/student-interfaces": "^3.0.1", | ||
"@studyportals/studentdomain": "^2.0.2" | ||
"@studyportals/studentdomain": "*" | ||
} | ||
} |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
12076
3
+ Added@studyportals/studentdomain@5.6.1(transitive)
- Removed@studyportals/studentdomain@2.1.0(transitive)