fix(metadata): update package metadata and align company schema integration with latest tsclass types

This commit is contained in:
2026-05-01 18:23:23 +00:00
parent 75d64e1ebd
commit a59dbc12e5
17 changed files with 7100 additions and 3901 deletions
@@ -1,5 +1,4 @@
import { expect, tap, webhelpers } from '@pushrocks/tapbundle';
webhelpers.enable();
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as websetup from '../ts/index.js';
@@ -15,4 +14,4 @@ tap.test('first test', async () => {
expect(document.title).toEqual('mytitle');
});
tap.start();
export default tap.start();