@sveltia/cms 0.112.0 → 0.112.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/cms",
3
- "version": "0.112.0",
3
+ "version": "0.112.2",
4
4
  "description": "Sveltia CMS is a modern, lightweight, Git-based headless content management system.",
5
5
  "keywords": [
6
6
  "cms",
@@ -439,8 +439,8 @@
439
439
  "pkce",
440
440
  "implicit"
441
441
  ],
442
- "description": "OAuth authorization method. Default: `pkce`.",
443
- "markdownDescription": "OAuth authorization method. Default: `pkce`."
442
+ "description": "OAuth authorization method. Default: `implicit`.",
443
+ "markdownDescription": "OAuth authorization method. Default: `implicit`."
444
444
  },
445
445
  "auth_endpoint": {
446
446
  "type": "string",
package/types/public.d.ts CHANGED
@@ -1860,7 +1860,7 @@ export type GitLabBackendProps = {
1860
1860
  */
1861
1861
  base_url?: string;
1862
1862
  /**
1863
- * OAuth authorization method. Default: `pkce`.
1863
+ * OAuth authorization method. Default: `implicit`.
1864
1864
  */
1865
1865
  auth_type?: "pkce" | "implicit";
1866
1866
  /**