Comparing version 2.1.2 to 2.1.3
@@ -28,3 +28,3 @@ import type { KeysToCamelCase } from '@silverhand/essentials'; | ||
access_token: string; | ||
refresh_token: string; | ||
refresh_token?: string; | ||
id_token?: string; | ||
@@ -31,0 +31,0 @@ scope: string; |
{ | ||
"name": "@logto/js", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "main": "./lib/index.cjs", | ||
"jest-matcher-specific-error": "^1.0.0", | ||
"lint-staged": "^13.0.0", | ||
"lint-staged": "^14.0.0", | ||
"nock": "^13.3.0", | ||
@@ -44,3 +44,3 @@ "prettier": "^3.0.0", | ||
"text-encoder": "^0.0.4", | ||
"type-fest": "^3.0.0", | ||
"type-fest": "^4.0.0", | ||
"typescript": "^5.0.0" | ||
@@ -47,0 +47,0 @@ }, |
@@ -8,4 +8,2 @@ # Logto JS (Core) SDK | ||
We also provide [ć楣](https://docs.logto.io/zh-cn/sdk/JavaScript/js/) in Simplified Chinese. | ||
## Installation | ||
@@ -12,0 +10,0 @@ |
51689
39