mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: migrate to esm
This commit is contained in:
@@ -31,8 +31,8 @@ import {
|
||||
SCSearchRoute,
|
||||
SCThings,
|
||||
} from '@openstapps/core';
|
||||
import {ApiError, CoreVersionIncompatibleError, OutOfRangeError, PluginNotAvailableError} from './errors';
|
||||
import {HttpClientHeaders, HttpClientInterface} from './http-client-interface';
|
||||
import {ApiError, CoreVersionIncompatibleError, OutOfRangeError, PluginNotAvailableError} from './errors.js';
|
||||
import {HttpClientHeaders, HttpClientInterface} from './http-client-interface.js';
|
||||
|
||||
/**
|
||||
* StApps-API client
|
||||
|
||||
Reference in New Issue
Block a user