@pitaya-components/textfield
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -11,3 +11,3 @@ "use strict"; | ||
function configure(frameworkConfig, callback) { | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("pitaya-framework")); | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("@pitaya-components/app")); | ||
if (callback instanceof Function) { | ||
@@ -14,0 +14,0 @@ frameworkConfig.globalResources([ |
@@ -6,3 +6,3 @@ import { PLATFORM } from "aurelia-framework"; | ||
export function configure(frameworkConfig, callback) { | ||
frameworkConfig.plugin(PLATFORM.moduleName("pitaya-framework")); | ||
frameworkConfig.plugin(PLATFORM.moduleName("@pitaya-components/app")); | ||
if (callback instanceof Function) { | ||
@@ -9,0 +9,0 @@ frameworkConfig.globalResources([ |
{ | ||
"name" : "@pitaya-components/textfield", | ||
"version" : "0.0.4", | ||
"version" : "0.0.5", | ||
"description" : "Pitaya-Framework Textfield Component.", | ||
@@ -88,3 +88,3 @@ "repository" : { | ||
"aurelia-typed-observable-plugin" : "~0.4.2", | ||
"pitaya-framework" : "~0.0.44", | ||
"@pitaya-components/app" : "~0.0.44", | ||
"@material/textfield" : "4.0.0", | ||
@@ -91,0 +91,0 @@ "@material/layout-grid" : "4.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
243038
- Removedpitaya-framework@~0.0.44
- Removed@material/elevation@4.0.0(transitive)
- Removedaurelia-fetch-client@1.8.2(transitive)
- Removedpitaya-framework@0.0.44(transitive)