@ossy/workspaces 1.5.1 → 1.6.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ossy/workspaces",
3
3
  "description": "Workspaces feature package — create, select, and manage workspaces, users, and invitations",
4
- "version": "1.5.1",
4
+ "version": "1.6.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "module": "./src/index.js",
@@ -27,5 +27,5 @@
27
27
  "/src",
28
28
  "README.md"
29
29
  ],
30
- "gitHead": "df6c1ca73bc04210e7f284df680536b8501be770"
30
+ "gitHead": "c71b23b5721bfd12dec0dfb4b50d945b65314898"
31
31
  }
@@ -114,3 +114,6 @@ export class Workspace {
114
114
  }
115
115
 
116
116
  }
117
+
118
+ export { Workspace as Aggregate }
119
+ export const id = 'Workspace'