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,4 +1,4 @@
import * as plugins from './test-sdk.plugins';
import * as plugins from './test-sdk.plugins.js';
export class AgTestServer {
public handlers: Array<plugins.agSdk.AAgHandler<any>> = [];