@lvce-editor/auth-worker 1.13.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1646,8 +1646,6 @@ const getEffectiveRedirectUri = async (platform, uid, redirectUri) => {
1646
1646
  const oidcClientId = 'lvce-editor-native';
1647
1647
  const oidcScope = 'openid offline_access profile email';
1648
1648
 
1649
- // cspell:ignore pkce
1650
-
1651
1649
  const getBackendLoginRequest = async (backendUrl, platform = 0, uid = 0, redirectUri = '', createPkceValuesFn = createPkceValues, createRandomUuid = () => globalThis.crypto.randomUUID()) => {
1652
1650
  const effectiveRedirectUri = await getEffectiveRedirectUri(platform, uid, redirectUri);
1653
1651
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/auth-worker",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "Auth Worker",
5
5
  "repository": {
6
6
  "type": "git",