BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-28 22:07:52 +02:00
parent b02ee5e9f4
commit 8956f4be89
12 changed files with 7187 additions and 18103 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartsystem',
version: '3.0.0',
description: 'interact with the system you are running on'
}

View File

@ -1,4 +1,4 @@
import * as plugins from './smartsystem.plugins';
import * as plugins from './smartsystem.plugins.js';
export class Smartsystem {
public env = new plugins.smartenv.Smartenv();