@elyracode/stack-tall 0.9.17 → 0.9.18

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.
@@ -6,8 +6,8 @@ export default function (elyra: ExtensionAPI) {
6
6
 
7
7
  elyra.registerCommand("tall:info", {
8
8
  description: "Show detected TALL stack information",
9
- handler: async (ctx) => {
10
- ctx.ui.notify("info", "TALL stack profile loaded. Skills: tall-stack. Use /skill:tall-stack for full reference.");
9
+ handler: async (_args, ctx) => {
10
+ ctx.ui.notify("TALL stack profile loaded. Skills: tall-stack. Use /skill:tall-stack for full reference.", "info");
11
11
  },
12
12
  });
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyracode/stack-tall",
3
- "version": "0.9.17",
3
+ "version": "0.9.18",
4
4
  "description": "Elyra stack profile for TALL (Tailwind, Alpine.js, Laravel, Livewire 4, Flux UI)",
5
5
  "type": "module",
6
6
  "keywords": [