@jskit-ai/console-web 0.1.92 → 0.1.93

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