@coveo/auth
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.12](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.11...@coveo/auth@1.1.12) (2022-05-18) | ||
**Note:** Version bump only for package @coveo/auth | ||
## [1.1.11](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.10...@coveo/auth@1.1.11) (2022-03-25) | ||
@@ -8,0 +16,0 @@ |
@@ -19,13 +19,25 @@ /** | ||
var __defProp = Object.defineProperty; | ||
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true }); | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
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 | ||
__export(exports, { | ||
var auth_exports = {}; | ||
__export(auth_exports, { | ||
buildSamlClient: () => buildSamlClient | ||
}); | ||
module.exports = __toCommonJS(auth_exports); | ||
@@ -32,0 +44,0 @@ // src/saml/browser-fetch.ts |
{ | ||
"name": "@coveo/auth", | ||
"private": false, | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Functions to help authenticate with the Coveo platform.", | ||
@@ -40,7 +40,7 @@ "main": "./dist/auth.js", | ||
"devDependencies": { | ||
"@types/jest": "27.0.3", | ||
"jest": "27.3.0", | ||
"@types/jest": "27.5.1", | ||
"jest": "27.5.1", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "27.0.7", | ||
"vite": "2.6.14" | ||
"ts-jest": "27.1.4", | ||
"vite": "2.9.9" | ||
}, | ||
@@ -47,0 +47,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29379
394