@adminide-stack/form-builder-core 5.1.4-alpha.284 → 5.1.4-alpha.285
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.
|
@@ -27208,7 +27208,7 @@ const connectorsConfig = [{
|
|
|
27208
27208
|
enumValues: [],
|
|
27209
27209
|
readOnly: false,
|
|
27210
27210
|
iconType: '',
|
|
27211
|
-
genericType: '
|
|
27211
|
+
genericType: 'api_token',
|
|
27212
27212
|
placement: 'header',
|
|
27213
27213
|
placementKey: 'Authorization'
|
|
27214
27214
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/form-builder-core",
|
|
3
|
-
"version": "5.1.4-alpha.
|
|
3
|
+
"version": "5.1.4-alpha.285",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "151498fc27ce73937e9102be7297f197e93987bf"
|
|
28
28
|
}
|