@logto/core-kit
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
@@ -1,2 +0,2 @@ | ||
export declare enum PreservedScope { | ||
export declare enum ReservedScope { | ||
OpenId = "openid", | ||
@@ -3,0 +3,0 @@ OfflineAccess = "offline_access" |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.userClaims = exports.userinfoClaims = exports.idTokenClaims = exports.UserScope = exports.PreservedScope = void 0; | ||
var PreservedScope; | ||
(function (PreservedScope) { | ||
PreservedScope["OpenId"] = "openid"; | ||
PreservedScope["OfflineAccess"] = "offline_access"; | ||
})(PreservedScope = exports.PreservedScope || (exports.PreservedScope = {})); | ||
exports.userClaims = exports.userinfoClaims = exports.idTokenClaims = exports.UserScope = exports.ReservedScope = void 0; | ||
var ReservedScope; | ||
(function (ReservedScope) { | ||
ReservedScope["OpenId"] = "openid"; | ||
ReservedScope["OfflineAccess"] = "offline_access"; | ||
})(ReservedScope = exports.ReservedScope || (exports.ReservedScope = {})); | ||
/** | ||
@@ -10,0 +10,0 @@ * Scopes for ID Token and Userinfo Endpoint. |
{ | ||
"name": "@logto/core-kit", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"main": "lib/index.js", | ||
@@ -19,3 +19,5 @@ "author": "Silverhand Inc. <contact@silverhand.io>", | ||
"prepack": "pnpm build", | ||
"stylelint": "stylelint \"scss/**/*.scss\"" | ||
"stylelint": "stylelint \"scss/**/*.scss\"", | ||
"test": "jest", | ||
"test:coverage": "jest --silent --coverage" | ||
}, | ||
@@ -31,2 +33,3 @@ "engines": { | ||
"devDependencies": { | ||
"@jest/types": "^29.0.3", | ||
"@silverhand/eslint-config": "1.0.0", | ||
@@ -37,5 +40,8 @@ "@silverhand/eslint-config-react": "1.0.0", | ||
"@types/color": "^3.0.3", | ||
"@types/jest": "^29.0.3", | ||
"@types/node": "^16.3.1", | ||
"@types/react": "^18.0.20", | ||
"eslint": "^8.21.0", | ||
"jest": "^29.0.3", | ||
"jest-matcher-specific-error": "^1.0.0", | ||
"lint-staged": "^13.0.0", | ||
@@ -45,2 +51,3 @@ "postcss": "^8.4.6", | ||
"stylelint": "^14.9.1", | ||
"ts-jest": "^29.0.1", | ||
"typescript": "^4.7.4" | ||
@@ -58,3 +65,3 @@ }, | ||
}, | ||
"gitHead": "d29fd9f69a47d35490293615e373d8a44c1c4963" | ||
"gitHead": "e411efdb15370ecc8d85f634f204492ba0beb379" | ||
} |
31604
18