BREAKING CHANGE(core): update

This commit is contained in:
2023-03-20 14:23:33 +01:00
parent 0b56464a5f
commit 069d61ccf7
13 changed files with 4288 additions and 11022 deletions

View File

@@ -1,5 +1,5 @@
import * as plugins from './test-sdk.plugins';
import { AgTestServer } from './test-sdk.classes.testserver';
import * as plugins from './test-sdk.plugins.js';
import { AgTestServer } from './test-sdk.classes.testserver.js';
import { AAgHandler } from '@apiglobal/sdk';
export { AgTestServer };