@jskit-ai/workspaces-core 0.1.28 → 0.1.29

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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/workspaces-core",
4
- version: "0.1.28",
4
+ version: "0.1.29",
5
5
  kind: "runtime",
6
6
  description: "Workspace tenancy runtime plus HTTP routes, role catalog, and workspace config scaffolding.",
7
7
  dependsOn: [
@@ -112,7 +112,7 @@ export default Object.freeze({
112
112
  mutations: {
113
113
  dependencies: {
114
114
  runtime: {
115
- "@jskit-ai/users-core": "0.1.62"
115
+ "@jskit-ai/users-core": "0.1.63"
116
116
  },
117
117
  dev: {}
118
118
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-core",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@fastify/type-provider-typebox": "^6.1.0",
21
- "@jskit-ai/auth-core": "0.1.51",
22
- "@jskit-ai/database-runtime": "0.1.52",
23
- "@jskit-ai/http-runtime": "0.1.51",
24
- "@jskit-ai/kernel": "0.1.52",
25
- "@jskit-ai/users-core": "0.1.62",
21
+ "@jskit-ai/auth-core": "0.1.52",
22
+ "@jskit-ai/database-runtime": "0.1.53",
23
+ "@jskit-ai/http-runtime": "0.1.52",
24
+ "@jskit-ai/kernel": "0.1.53",
25
+ "@jskit-ai/users-core": "0.1.63",
26
26
  "typebox": "^1.0.81"
27
27
  }
28
28
  }