@prismatic-io/spectral 10.5.9-rc.0 → 10.5.9
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.
|
@@ -382,10 +382,6 @@ const convertConfigVar = (key, configVar, referenceKey, componentRegistry) => {
|
|
|
382
382
|
stableKey,
|
|
383
383
|
dataType: "connection",
|
|
384
384
|
useScopedConfigVar: stableKey,
|
|
385
|
-
meta: {
|
|
386
|
-
visibleToCustomerDeployer: false,
|
|
387
|
-
visibleToOrgDeployer: false,
|
|
388
|
-
},
|
|
389
385
|
};
|
|
390
386
|
}
|
|
391
387
|
const { orgOnly, meta } = convertConfigVarPermissionAndVisibility((0, pick_1.default)(configVar, ["permissionAndVisibilityType", "visibleToOrgDeployer"]));
|
package/package.json
CHANGED