Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,4 @@ import { CommandBase, ICommand } from './CommandBase'; | ||
export interface ICompositeCommand<TPayload> extends ICommand<TPayload> { | ||
registerCommand(command: ICommand<TPayload>): any; | ||
unregisterCommand(command: ICommand<TPayload>): any; | ||
registerCommand(command: ICommand<TPayload>): void; | ||
unregisterCommand(command: ICommand<TPayload>): void; | ||
} | ||
@@ -10,0 +10,0 @@ /** |
@@ -1,6 +0,9 @@ | ||
export { DataTemplate } from './bindings/DataTemplate'; | ||
export { ICommand } from './commands/CommandBase'; | ||
export { ICommandThunk, ICanExecuteCommandThunk, Command } from './commands/Command'; | ||
export { CompositeCommand } from './commands/CompositeCommand'; | ||
export { IViewModel, IMountAware } from './mvvm/ViewModel'; | ||
export { IView, IViewProps } from './mvvm/View'; | ||
export { IViewModelLocatorProps, IViewModelResolver, ViewModelLocator } from './mvvm/ViewModelLocator'; | ||
export { createComponent } from './mvvm/createComponent'; | ||
export { IPubSubEvent, IPubSubEventDisposer, IPubSubEventListener, IPubSubEventService, IPubSubEventType, PubSubEventService } from './services/PubSubEventService'; | ||
export { IEvent, IEventListener, IEventListenerDisposer, createEvent } from './utils/createEvent'; |
"use strict"; | ||
// bindings | ||
// commanding | ||
var DataTemplate_1 = require('./bindings/DataTemplate'); | ||
exports.DataTemplate = DataTemplate_1.DataTemplate; | ||
// commanding | ||
var Command_1 = require('./commands/Command'); | ||
@@ -11,2 +8,7 @@ exports.Command = Command_1.Command; | ||
exports.CompositeCommand = CompositeCommand_1.CompositeCommand; | ||
// mvvm | ||
var ViewModelLocator_1 = require('./mvvm/ViewModelLocator'); | ||
exports.ViewModelLocator = ViewModelLocator_1.ViewModelLocator; | ||
var createComponent_1 = require('./mvvm/createComponent'); | ||
exports.createComponent = createComponent_1.createComponent; | ||
// services | ||
@@ -13,0 +15,0 @@ var PubSubEventService_1 = require('./services/PubSubEventService'); |
{ | ||
"name": "mobx-mvvm", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "MobX MVVM solution based off React and inspired by Prism", | ||
@@ -36,2 +36,3 @@ "main": "./lib/index.js", | ||
"rimraf": "^2.5.4", | ||
"ts-loader": "^0.8.2", | ||
"typescript": "^2.0.0" | ||
@@ -38,0 +39,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27741
22
547
0
8