@studyportals/domain-client 6.3.1-0 → 6.3.1-beta.1
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": "6.3.1-
|
|
3
|
+
"version": "6.3.1-beta.1",
|
|
4
4
|
"description": "Responsible for fetching data from the Domain API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "StudyPortals B.V.",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
18
18
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
19
19
|
"pre-push": "npm run test && npm run coverage && npm run lint",
|
|
20
|
-
"prepare-dist": "npm run test && rm -fR bin && npx tsc && cp package.json bin/package.json && rm -fR bin/tests",
|
|
20
|
+
"prepare-dist": "npm run test && rm -fR bin && npx tsc && npx tsc-alias -p tsconfig.json --outDir bin && cp package.json bin/package.json && rm -fR bin/tests",
|
|
21
21
|
"publish-beta": "npm version prerelease --preid=beta && npm run prepare-dist && npm publish ./bin --tag beta",
|
|
22
22
|
"publish-major": "npm version major && npm run prepare-dist && npm publish ./bin",
|
|
23
23
|
"publish-minor": "npm version minor && npm run prepare-dist && npm publish ./bin",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"husky": "^4.3.0",
|
|
43
43
|
"nyc": "^15.1.0",
|
|
44
44
|
"source-map-support": "^0.5.19",
|
|
45
|
+
"tsc-alias": "^1.8.16",
|
|
45
46
|
"tslint": "^6.1.3",
|
|
46
47
|
"typemoq": "^2.1.0",
|
|
47
48
|
"typescript": "^5.9.2",
|