@jskit-ai/workspaces-core 0.1.134 → 0.1.136

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-core",
3
- "version": "0.1.134",
3
+ "version": "0.1.136",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -17,14 +17,14 @@
17
17
  "./shared/resources/workspaceSettingsResource": "./src/shared/resources/workspaceSettingsResource.js"
18
18
  },
19
19
  "dependencies": {
20
- "@jskit-ai/auth-core": "0.1.154",
21
- "@jskit-ai/database-runtime": "0.1.156",
22
- "@jskit-ai/http-runtime": "0.1.154",
23
- "@jskit-ai/json-rest-api-core": "0.1.100",
24
- "@jskit-ai/kernel": "0.1.156",
25
- "@jskit-ai/resource-core": "0.1.98",
26
- "@jskit-ai/resource-crud-core": "0.1.98",
27
- "@jskit-ai/users-core": "0.1.169",
20
+ "@jskit-ai/auth-core": "0.1.156",
21
+ "@jskit-ai/database-runtime": "0.1.158",
22
+ "@jskit-ai/http-runtime": "0.1.156",
23
+ "@jskit-ai/json-rest-api-core": "0.1.102",
24
+ "@jskit-ai/kernel": "0.1.158",
25
+ "@jskit-ai/resource-core": "0.1.100",
26
+ "@jskit-ai/resource-crud-core": "0.1.100",
27
+ "@jskit-ai/users-core": "0.1.171",
28
28
  "json-rest-schema": "^1.0.17"
29
29
  },
30
30
  "description": "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
@@ -167,10 +167,10 @@
167
167
  "mutations": {
168
168
  "dependencies": {
169
169
  "runtime": {
170
- "@jskit-ai/json-rest-api-core": "0.1.100",
171
- "@jskit-ai/resource-core": "0.1.98",
172
- "@jskit-ai/resource-crud-core": "0.1.98",
173
- "@jskit-ai/users-core": "0.1.169"
170
+ "@jskit-ai/json-rest-api-core": "0.1.102",
171
+ "@jskit-ai/resource-core": "0.1.100",
172
+ "@jskit-ai/resource-crud-core": "0.1.100",
173
+ "@jskit-ai/users-core": "0.1.171"
174
174
  },
175
175
  "dev": {}
176
176
  },
@@ -25,7 +25,7 @@ import { workspaceSettingsResource } from "../shared/resources/workspaceSettings
25
25
  class WorkspacesCoreServiceProvider {
26
26
  static id = "workspaces.core";
27
27
 
28
- static dependsOn = ["users.core", "json-rest-api.core"];
28
+ static startsAfter = ["runtime.actions", "users.core"];
29
29
 
30
30
  async register(app) {
31
31
  registerWorkspaceRepositories(app);