@acceleratxr/core_sdk
Advanced tools
Comparing version 1.34.2 to 1.35.0
@@ -50,2 +50,5 @@ "use strict"; | ||
} | ||
if (!this.baseServicePaths.has(services_1.AuthDiscordService)) { | ||
this.baseServicePaths.set(services_1.AuthDiscordService, "/auth/discord"); | ||
} | ||
if (!this.baseServicePaths.has(services_1.AuthFacebookService)) { | ||
@@ -52,0 +55,0 @@ this.baseServicePaths.set(services_1.AuthFacebookService, "/auth/facebook"); |
@@ -12,2 +12,3 @@ "use strict"; | ||
__export(require("./AuthBasicService")); | ||
__export(require("./AuthDiscordService")); | ||
__export(require("./AuthFacebookService")); | ||
@@ -14,0 +15,0 @@ __export(require("./AuthGoogleService")); |
@@ -7,2 +7,3 @@ export * from "./AchievementService"; | ||
export * from "./AuthBasicService"; | ||
export * from "./AuthDiscordService"; | ||
export * from "./AuthFacebookService"; | ||
@@ -9,0 +10,0 @@ export * from "./AuthGoogleService"; |
{ | ||
"name": "@acceleratxr/core_sdk", | ||
"version": "1.34.2", | ||
"version": "1.35.0", | ||
"description": "", | ||
@@ -22,5 +22,9 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>", | ||
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs/reference --target esnext --mode file src", | ||
"esbuild-base": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --format=cjs --platform=node", | ||
"preesbuild": "rimraf dist", | ||
"esbuild": "tsc -noEmit && yarn esbuild-base -- --sourcemap", | ||
"esbuild-watch": "yarn esbuild-base -- --sourcemap --watch", | ||
"test": "jest --coverage", | ||
"test:watch": "jest --coverage --watch", | ||
"test:prod": "npm run lint && npm run test -- --no-cache", | ||
"test:prod": "yarn lint && yarn test -- --no-cache", | ||
"deploy-docs": "ts-node tools/gh-pages-publish", | ||
@@ -32,3 +36,2 @@ "report-coverage": "cat ./coverage/lcov.info | coveralls", | ||
"precommit": "lint-staged", | ||
"travis-deploy-once": "travis-deploy-once", | ||
"postversion": "git push && git push --tags" | ||
@@ -100,2 +103,3 @@ }, | ||
"cz-conventional-changelog": "^2.1.0", | ||
"esbuild": "^0.14.10", | ||
"jest": "^24.8.0", | ||
@@ -102,0 +106,0 @@ "jest-config": "^24.8.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4233364
546
18064
34