docthub-core-components 3.3.22 → 3.3.23

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.
@@ -28,7 +28,7 @@ const t = {
28
28
  paymentPolicy: "https://dev.dochub.in/payment-policy/",
29
29
  disclaimerPolicy: "https://dev.dochub.in/disclaimer-policy/",
30
30
  blogs: "https://blogs.dochub.in/",
31
- jobsDropYourResume: "https://jobs.dochub.in/drop-your-resume",
31
+ jobsDropYourResume: "https://jobsv2.dochub.in/drop-your-resume",
32
32
  // Due to removing localization, `/en` is omitted from enterprise login/register URLs (QA + PROD).
33
33
  enterpriseLogin: "https://enterprise.dochub.in/login/",
34
34
  // When domain is changed to enterprise.dochub.in, update the URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docthub-core-components",
3
- "version": "3.3.22",
3
+ "version": "3.3.23",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",