Bump to 0.9.0
- 將Auth的SSO機制由Storage移至cookie storage - 將FacebookOAuth2Provider的錯誤拋出以便Auth.onError可以正常的處理這些錯誤
Showing
{ | ||
"name": "anue-fe-sdk", | ||
"version": "0.8.4", | ||
"name": "@anue/fe-sdk", | ||
"version": "0.9.1", | ||
"description": "Anue SDK for developers", | ||
"types": "./defines", | ||
"scripts": { | ||
... | ... | @@ -43,24 +43,7 @@ |
"git add" | ||
] | ||
}, | ||
"size-limit": [ | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/Auth.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/index.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/react-native-preset.js" | ||
}, | ||
{ | ||
"limit": "3 KB", | ||
"path": "build/web-preset.js" | ||
} | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.2.0", | ||
"@babel/plugin-proposal-class-properties": "7.2.1", | ||
... | ... |
Please register or sign in to comment