@elyracode/laravel 0.7.13 → 0.7.14

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.
@@ -414,7 +414,7 @@ export default function (elyra: ExtensionAPI): void {
414
414
  cwd = ctx.cwd;
415
415
 
416
416
  // Only register tools when running inside a Laravel project
417
- if (!toolsRegistered && isLaravelProject(getCwd())) {
417
+ if (!toolsRegistered && isLaravelProject(cwd)) {
418
418
  toolsRegistered = true;
419
419
  registerTools(elyra, () => cwd);
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyracode/laravel",
3
- "version": "0.7.13",
3
+ "version": "0.7.14",
4
4
  "description": "Deep Laravel project understanding for Elyra -- model relationships, route mapping, architecture analysis",
5
5
  "type": "module",
6
6
  "keywords": [