@studyportals/fawkes 7.3.6 → 7.4.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/fawkes",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
4
4
|
"description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
|
|
5
5
|
"files": [
|
|
6
6
|
"./dist"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"publish-major": "npm run prepare-deployment && npm version major && npm publish",
|
|
16
16
|
"publish-beta": "npm run prepare-deployment && npm version prerelease && npm publish --tag beta --access=public",
|
|
17
17
|
"publish-patch": "npm run prepare-deployment && npm version patch && npm publish",
|
|
18
|
-
"publish-minor": "npm run prepare-deployment && npm
|
|
18
|
+
"publish-minor": "npm run prepare-deployment && npm publish",
|
|
19
19
|
"prepare": "husky install",
|
|
20
20
|
"test": "vitest run --coverage",
|
|
21
21
|
"test:dev": "vitest --coverage tests/programmes",
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
"ts-loader": "^9.5.2"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@studyportals/domain-client": "^6.
|
|
93
|
+
"@studyportals/domain-client": "^6.3.0",
|
|
94
94
|
"@studyportals/ranking-api-interface": "^1.3.12",
|
|
95
|
-
"@studyportals/search-filters": "^
|
|
95
|
+
"@studyportals/search-filters": "^5.1.0",
|
|
96
96
|
"@studyportals/static-domain-data": "^6.1.0"
|
|
97
97
|
},
|
|
98
98
|
"optionalDependencies": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/structured-data';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/structured-data';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/structured-data';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../src/structured-data';
|