piral-oauth2
Advanced tools
Comparing version 1.0.0-pre.2098 to 1.0.0-pre.2112
{ | ||
"name": "piral-oauth2", | ||
"version": "1.0.0-pre.2098", | ||
"version": "1.0.0-pre.2112", | ||
"description": "Plugin to integrate OAuth 2.0 authentication in Piral.", | ||
@@ -22,2 +22,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"module": "esm/index.js", | ||
"main": "lib/index.js", | ||
@@ -27,2 +28,3 @@ "typings": "lib/index.d.ts", | ||
"files": [ | ||
"esm", | ||
"lib", | ||
@@ -39,3 +41,5 @@ "src" | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn build:commonjs && yarn build:esnext", | ||
"build:commonjs": "tsc --project tsconfig.json --outDir lib --module commonjs", | ||
"build:esnext": "tsc --project tsconfig.json --outDir esm --module esnext", | ||
"typedoc": "typedoc --json ../../../docs/types/piral-oauth2.json src --exclude \"src/**/*.test.*\"", | ||
@@ -48,3 +52,3 @@ "test": "echo \"Error: run tests from root\" && exit 1" | ||
"devDependencies": { | ||
"piral-core": "^1.0.0-pre.2098" | ||
"piral-core": "^1.0.0-pre.2112" | ||
}, | ||
@@ -54,3 +58,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "cbb7df31a4361db11c2c250a37ca8f2c610539fc" | ||
"gitHead": "0323d63bbcf573bc4b192f46fd73c6150dca0aee" | ||
} |
31015
31
589