@csnext/cs-core
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,3 +16,3 @@ import { Dashboard } from './dashboard'; | ||
}; | ||
left?: SidebarOptions; | ||
leftSidebar?: SidebarOptions; | ||
constructor(); | ||
@@ -19,0 +19,0 @@ } |
@@ -10,3 +10,3 @@ "use strict"; | ||
this.services = {}; | ||
this.left = {}; | ||
this.leftSidebar = {}; | ||
} | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@csnext/cs-core", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "cscore", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"url": "https://github.com/TNOCS/csnext", | ||
"bugs": "https://github.com/TNOCS/csnext/issues", | ||
"license": "MIT", | ||
@@ -8,0 +10,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ import { Dashboard } from './dashboard'; | ||
public services? : { [id: string] : IServiceConfig} = {}; | ||
public left? : SidebarOptions = { }; | ||
public leftSidebar? : SidebarOptions = { }; | ||
@@ -17,0 +17,0 @@ public constructor() { |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
6728