@adminide-stack/form-builder-core 5.1.4-alpha.339 → 5.1.4-alpha.341

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.
@@ -40353,8 +40353,8 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
40353
40353
  scopes: ['posts', 'profiles', 'user'],
40354
40354
  useCustomOAuthEndpoints: true,
40355
40355
  usePKCE: false,
40356
- authorizationUrl: 'https://www.toneden.io/oauth/authorize',
40357
- tokenUrl: 'https://www.toneden.io/oauth/token',
40356
+ authorizationUrl: 'https://www.toneden.io/auth/oauth2/authorize',
40357
+ tokenUrl: 'https://www.toneden.io/auth/oauth2/token',
40358
40358
  authMethods: ['api_key', 'oauth2'],
40359
40359
  categories: ['marketing & social media'],
40360
40360
  fields: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.4-alpha.339",
3
+ "version": "5.1.4-alpha.341",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "367f86f901dda203045bde59f7a8033f3a09842d"
28
+ "gitHead": "30b6a26fde29904cfc3a0dd0fc865495b0cd3bbb"
29
29
  }