nativescript-bottombar
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "nativescript-bottombar", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "NativeScript plugin for AHBottomNavigation.", | ||
@@ -5,0 +5,0 @@ "main": "bottombar.js", |
@@ -63,3 +63,3 @@ [![npm](https://img.shields.io/npm/v/nativescript-bottombar.svg)](https://www.npmjs.com/package/nativescript-bottombar) | ||
import {Observable} from 'data/observable'; | ||
import {TITLE_STATE} from 'nativescript-bottombar/bottombar-common'; | ||
import {TITLE_STATE} from 'nativescript-bottombar/bottombar.common'; | ||
@@ -95,3 +95,3 @@ export class HelloWorldModel extends Observable { | ||
import {registerElement} from 'nativescript-angular/element-registry'; | ||
import {TITLE_STATE} from 'nativescript-bottombar/bottombar-common'; | ||
import {TITLE_STATE} from 'nativescript-bottombar/bottombar.common'; | ||
import {SelectedIndexChangedEventData} from 'nativescript-bottombar'; | ||
@@ -98,0 +98,0 @@ registerElement("BottomBar", () => require("nativescript-bottombar").BottomBar); |
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
0