@stackable-labs/cli-app-extension 1.98.0 → 1.99.1

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 +1 -3
  2. 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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/cli-app-extension",
3
- "version": "1.98.0",
3
+ "version": "1.99.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "bin": {