Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "onix-app", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Onix abstract application", | ||
@@ -28,3 +28,3 @@ "main": "built/index.js", | ||
"dependencies": { | ||
"onix-core": "^1.2.28", | ||
"onix-core": "^1.2.29", | ||
"redux": "^3.7.2", | ||
@@ -35,8 +35,8 @@ "rxjs": "^5.4.3", | ||
"devDependencies": { | ||
"@types/node": "^7.0.42", | ||
"@types/node": "^7.0.43", | ||
"awesome-typescript-loader": "^3.2.3", | ||
"source-map-loader": "^0.2.1", | ||
"typescript": "^2.5.0", | ||
"typescript": "^2.5.3", | ||
"webpack": "^2.7.0" | ||
} | ||
} |
export interface IModule { | ||
init(): void; | ||
} |
@@ -0,0 +0,0 @@ import { Reducer } from 'redux'; |
@@ -0,0 +0,0 @@ export enum ConnectionStatus { |
@@ -0,0 +0,0 @@ import { Subscription, BehaviorSubject } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { MessageType } from './MessageType'; |
@@ -0,0 +0,0 @@ export enum MessageType { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32920
184
1
Updatedonix-core@^1.2.29