@stackable-labs/cli-app-extension 1.102.0 → 1.103.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 -13
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -624,19 +624,6 @@ var CUSTOM_ROLE = {
624
624
  };
625
625
  new Set(Object.values(CUSTOM_ROLE));
626
626
 
627
- // ../../lib/contracts/src/permissions.ts
628
- var ORG_ROLE = {
629
- ADMIN: "org:admin",
630
- MEMBER: "org:member"
631
- };
632
- var EDITOR_ROLES = [
633
- ORG_ROLE.ADMIN
634
- ];
635
- [
636
- ...Object.values(EDITOR_ROLES),
637
- ORG_ROLE.MEMBER
638
- ];
639
-
640
627
  // ../../lib/contracts/src/fields.ts
641
628
  var FIELD_TYPE = {
642
629
  TEXTAREA: "textarea",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.102.0",
3
+ "version": "1.103.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {