@nbtca/prompt 1.5.12 → 1.5.13

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.
@@ -172,6 +172,7 @@ export function createCampusCookieSession(options = {}) {
172
172
  if (finalUrl.hostname.toLowerCase() !== JWXT_HOST ||
173
173
  finalUrl.pathname.includes('/authserver/login') ||
174
174
  finalUrl.pathname.includes('/users/sign_in') ||
175
+ finalUrl.pathname === '/jwglxt/xtgl/login_slogin.html' ||
175
176
  finalUrl.pathname === '/vpn_key/update')
176
177
  throw new SessionExpiredError();
177
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbtca/prompt",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -47,7 +47,7 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@nbtca/docs": "^0.3.1",
50
- "@nbtca/nbtcal": "^0.4.1",
50
+ "@nbtca/nbtcal": "^0.4.2",
51
51
  "chalk": "^5.6.2",
52
52
  "cheerio": "1.0.0",
53
53
  "fetch-cookie": "^3.2.0",