fix(core): Update dependencies and add logging for email and SMS functions

This commit is contained in:
2024-10-02 08:01:31 +02:00
parent e19a5b6195
commit a71d5f1bde
10 changed files with 461 additions and 505 deletions

View File

@ -1,8 +1,8 @@
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
import * as platformclient from '../ts/index.js'
import * as platformclient from '../ts/index.js';
tap.test('first test', async () => {
console.log(platformclient)
})
console.log(platformclient);
});
tap.start()
tap.start();