@jskit-ai/console-core 0.1.1 → 0.1.3

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/console-core",
4
- version: "0.1.1",
4
+ version: "0.1.3",
5
5
  kind: "runtime",
6
6
  description: "Console runtime: console settings schema, bootstrap flags, actions, and HTTP routes.",
7
7
  dependsOn: [
@@ -72,10 +72,10 @@ export default Object.freeze({
72
72
  mutations: {
73
73
  dependencies: {
74
74
  runtime: {
75
- "@jskit-ai/database-runtime": "0.1.38",
76
- "@jskit-ai/http-runtime": "0.1.37",
77
- "@jskit-ai/kernel": "0.1.38",
78
- "@jskit-ai/users-core": "0.1.48",
75
+ "@jskit-ai/database-runtime": "0.1.40",
76
+ "@jskit-ai/http-runtime": "0.1.39",
77
+ "@jskit-ai/kernel": "0.1.40",
78
+ "@jskit-ai/users-core": "0.1.50",
79
79
  "typebox": "^1.0.81"
80
80
  },
81
81
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/console-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -9,10 +9,10 @@
9
9
  "./shared/resources/consoleSettingsFields": "./src/shared/resources/consoleSettingsFields.js"
10
10
  },
11
11
  "dependencies": {
12
- "@jskit-ai/database-runtime": "0.1.38",
13
- "@jskit-ai/http-runtime": "0.1.37",
14
- "@jskit-ai/kernel": "0.1.38",
15
- "@jskit-ai/users-core": "0.1.48",
12
+ "@jskit-ai/database-runtime": "0.1.40",
13
+ "@jskit-ai/http-runtime": "0.1.39",
14
+ "@jskit-ai/kernel": "0.1.40",
15
+ "@jskit-ai/users-core": "0.1.50",
16
16
  "typebox": "^1.0.81"
17
17
  }
18
18
  }
@@ -32,15 +32,6 @@ test("bootstrap payload preserves consoleowner for authenticated users after use
32
32
  return {};
33
33
  }
34
34
  });
35
- app.instance("users.tenancy.profile", {
36
- mode: "none",
37
- workspace: {
38
- enabled: false,
39
- autoProvision: false,
40
- allowSelfCreate: false,
41
- slugPolicy: "none"
42
- }
43
- });
44
35
  app.instance("authService", {
45
36
  getOAuthProviderCatalog() {
46
37
  return {