@studyportals/domain-client 3.25.0 → 3.26.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/domain-client",
3
- "version": "3.25.0",
3
+ "version": "3.26.0-beta.0",
4
4
  "description": "Responsible for fetching data from the Domain API",
5
5
  "main": "index.js",
6
6
  "author": "StudyPortals B.V.",
@@ -15,7 +15,7 @@
15
15
  "lint:fix": "eslint . --ext .ts --fix",
16
16
  "pre-push": "npm run test && npm run coverage && npm run lint",
17
17
  "prepare-dist": "npm run test && rm -fR bin && npx tsc && cp package.json bin/package.json && rm -fR bin/tests",
18
- "publish-beta": "npm version prerelease --preid=beta && npm run prepare-dist && npm publish ./bin --tag beta",
18
+ "publish-beta": "npm run prepare-dist && npm publish ./bin --tag beta",
19
19
  "publish-major": "npm version major && npm run prepare-dist && npm publish ./bin",
20
20
  "publish-minor": "npm version minor && npm run prepare-dist && npm publish ./bin",
21
21
  "publish-patch": "npm version patch && npm run prepare-dist && npm publish ./bin",
@@ -147,6 +147,7 @@ export interface IProgrammeCard {
147
147
  */
148
148
  getUniversityLink(): ILink;
149
149
  getWorkExperienceYears(): number | null;
150
+ getEcts(): number | null;
150
151
  /**
151
152
  * If a program is both on campus and online
152
153
  *