@jskit-ai/console-web 0.1.55 → 0.1.56

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-web",
4
- version: "0.1.55",
4
+ version: "0.1.56",
5
5
  kind: "runtime",
6
6
  description: "Authenticated console surface scaffold and surface policy wiring.",
7
7
  dependsOn: [
@@ -103,9 +103,9 @@ export default Object.freeze({
103
103
  mutations: {
104
104
  dependencies: {
105
105
  runtime: {
106
- "@jskit-ai/auth-web": "0.1.88",
107
- "@jskit-ai/console-core": "0.1.50",
108
- "@jskit-ai/shell-web": "0.1.86",
106
+ "@jskit-ai/auth-web": "0.1.89",
107
+ "@jskit-ai/console-core": "0.1.51",
108
+ "@jskit-ai/shell-web": "0.1.87",
109
109
  },
110
110
  dev: {}
111
111
  },
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jskit-ai/console-web",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
7
7
  },
8
8
  "dependencies": {
9
- "@jskit-ai/auth-web": "0.1.88",
10
- "@jskit-ai/console-core": "0.1.50",
11
- "@jskit-ai/shell-web": "0.1.86"
9
+ "@jskit-ai/auth-web": "0.1.89",
10
+ "@jskit-ai/console-core": "0.1.51",
11
+ "@jskit-ai/shell-web": "0.1.87"
12
12
  }
13
13
  }