@stackable-labs/sdk-extension-contracts 1.100.0 → 1.101.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
@@ -9,19 +9,6 @@ var CUSTOM_ROLE = {
9
9
  };
10
10
  new Set(Object.values(CUSTOM_ROLE));
11
11
 
12
- // ../../../lib/contracts/src/permissions.ts
13
- var ORG_ROLE = {
14
- ADMIN: "org:admin",
15
- MEMBER: "org:member"
16
- };
17
- var EDITOR_ROLES = [
18
- ORG_ROLE.ADMIN
19
- ];
20
- [
21
- ...Object.values(EDITOR_ROLES),
22
- ORG_ROLE.MEMBER
23
- ];
24
-
25
12
  // ../../../lib/contracts/src/marketplace.ts
26
13
  var EXTENSION_CATEGORY = {
27
14
  COMMERCE: "commerce",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackable-labs/sdk-extension-contracts",
3
- "version": "1.100.0",
3
+ "version": "1.101.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",