Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
af07a53053 | |||
2ace413435 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartsystem",
|
"name": "smartsystem",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartsystem",
|
"name": "@pushrocks/smartsystem",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"description": "interact with the system you are running on",
|
"description": "interact with the system you are running on",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './smartsystem.plugins';
|
import * as plugins from './smartsystem.plugins';
|
||||||
|
|
||||||
export class Smartsystem {
|
export class Smartsystem {
|
||||||
public env = new plugins.smartenv.Smartenv()
|
public env = new plugins.smartenv.Smartenv();
|
||||||
public cpus = plugins.os.cpus();
|
public cpus = plugins.os.cpus();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user