@descope/core-js-sdk
Advanced tools
Comparing version 0.0.41-alpha.5 to 0.0.41-alpha.6
{ | ||
"name": "@descope/core-js-sdk", | ||
"version": "0.0.41-alpha.5", | ||
"version": "0.0.41-alpha.6", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"description": "Descope Client JS SDK", | ||
"description": "Descope JavaScript core SDK", | ||
"scripts": { | ||
@@ -17,3 +17,3 @@ "start": "npm run generateCerts && npm run build && http-server -S -o ./examples", | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -26,2 +26,6 @@ "type": "git", | ||
], | ||
"keywords": [ | ||
"descope", | ||
"authentication" | ||
], | ||
"devDependencies": { | ||
@@ -28,0 +32,0 @@ "@open-wc/rollup-plugin-html": "1.2.5", |
242571