@coveo/auth
Advanced tools
Comparing version 2.0.2-pre.949d6ca9fb to 2.0.2-pre.9952c20e5e
{ | ||
"name": "@coveo/auth", | ||
"version": "2.0.2-pre.949d6ca9fb", | ||
"version": "2.0.2-pre.9952c20e5e", | ||
"description": "Functions to help authenticate with the Coveo platform.", | ||
@@ -24,3 +24,3 @@ "main": "./dist/auth.js", | ||
"publish:bump": "npm run-script -w=@coveo/release bump", | ||
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest", | ||
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod", | ||
"e2e": "npm run e2e:saml", | ||
@@ -27,0 +27,0 @@ "e2e:saml": "vite manual-e2e/saml/" |
27063