Comparing version 2.8.0 to 2.8.1
@@ -18,3 +18,3 @@ "use strict"; | ||
exports.extract = exports.logoutResponseFields = exports.logoutRequestFields = exports.loginResponseFields = exports.logoutResponseStatusFields = exports.loginResponseStatusFields = exports.loginRequestFields = void 0; | ||
var xmldom_1 = require("xmldom"); | ||
var xmldom_1 = require("@xmldom/xmldom"); | ||
var xpath_1 = require("xpath"); | ||
@@ -21,0 +21,0 @@ var utility_1 = require("./utility"); |
@@ -66,3 +66,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var xmldom_1 = require("xmldom"); | ||
var xmldom_1 = require("@xmldom/xmldom"); | ||
var utility_1 = __importStar(require("./utility")); | ||
@@ -69,0 +69,0 @@ var urn_1 = require("./urn"); |
{ | ||
"name": "samlify", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "High-level API for Single Sign On (SAML 2.0)", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -1,2 +0,2 @@ | ||
import { DOMParser } from 'xmldom'; | ||
import { DOMParser } from '@xmldom/xmldom'; | ||
import { select, SelectedValue } from 'xpath'; | ||
@@ -3,0 +3,0 @@ import { uniq, last, zipObject, notEmpty } from './utility'; |
@@ -7,3 +7,3 @@ /** | ||
import { DOMParser } from 'xmldom'; | ||
import { DOMParser } from '@xmldom/xmldom'; | ||
import utility, { flattenDeep, isString } from './utility'; | ||
@@ -10,0 +10,0 @@ import { algorithms, wording, namespace } from './urn'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
490451