mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-01 21:00:58 +00:00
refactor(ai): extract assistant into an official module (#749)
* feat(modules): expose host data boundaries * feat(modules): add frontend extension surfaces * refactor(ai): remove assistant from core * chore(ai): prepare the module extraction * fix(modules): load extension styles after the host bundle * chore(modules): lock SDK 3.3.0
This commit is contained in:
@@ -54,7 +54,7 @@ test('module:make generates a composer.json that requires invoiceshelf/modules',
|
||||
$manifest = json_decode(File::get($composerPath), true);
|
||||
|
||||
expect($manifest['require'] ?? [])->toHaveKey('invoiceshelf/modules');
|
||||
expect($manifest['require']['invoiceshelf/modules'])->toBe('^3.2');
|
||||
expect($manifest['require']['invoiceshelf/modules'])->toBe('^3.3');
|
||||
});
|
||||
|
||||
test('module:make generates starter lang files for menu and settings', function () {
|
||||
|
||||
Reference in New Issue
Block a user