@coveo/auth
Advanced tools
Comparing version 1.8.1 to 1.9.0
@@ -19,25 +19,13 @@ /** | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); | ||
var __export = (target, all) => { | ||
__markAsModule(target); | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/auth.ts | ||
var auth_exports = {}; | ||
__export(auth_exports, { | ||
__export(exports, { | ||
buildSamlClient: () => buildSamlClient | ||
}); | ||
module.exports = __toCommonJS(auth_exports); | ||
@@ -44,0 +32,0 @@ // src/saml/browser-fetch.ts |
{ | ||
"name": "@coveo/auth", | ||
"private": false, | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "Functions to help authenticate with the Coveo platform.", | ||
@@ -40,6 +40,3 @@ "main": "./dist/auth.js", | ||
"devDependencies": { | ||
"@types/jest": "27.5.1", | ||
"jest": "27.5.1", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "27.1.4", | ||
"vite": "2.9.9" | ||
@@ -46,0 +43,0 @@ }, |
2
25974
13
382