@stackable-labs/cli-app-extension 2.6.0 → 2.7.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -618,12 +618,6 @@ var SettingsPrompt = ({ defaultDir, onSubmit, onBack }) => {
618
618
  var asClerkUserId = (value) => value;
619
619
  var asClerkOrgId = (value) => value;
620
620
 
621
- // ../../lib/contracts/src/custom.ts
622
- var CUSTOM_ROLE = {
623
- SUPER_ADMIN: "super_admin"
624
- };
625
- new Set(Object.values(CUSTOM_ROLE));
626
-
627
621
  // ../../lib/contracts/src/fields.ts
628
622
  var FIELD_TYPE = {
629
623
  TEXTAREA: "textarea",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {