@stackable-labs/cli-app-extension 1.98.0 → 1.99.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.
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -627,12 +627,10 @@ new Set(Object.values(CUSTOM_ROLE));
|
|
|
627
627
|
// ../../lib/contracts/src/permissions.ts
|
|
628
628
|
var ORG_ROLE = {
|
|
629
629
|
ADMIN: "org:admin",
|
|
630
|
-
OWNER: "org:owner",
|
|
631
630
|
MEMBER: "org:member"
|
|
632
631
|
};
|
|
633
632
|
var EDITOR_ROLES = [
|
|
634
|
-
ORG_ROLE.ADMIN
|
|
635
|
-
ORG_ROLE.OWNER
|
|
633
|
+
ORG_ROLE.ADMIN
|
|
636
634
|
];
|
|
637
635
|
[
|
|
638
636
|
...Object.values(EDITOR_ROLES),
|