Mercurial > hg > ugly-duckling
diff src/app/analysis-item/AnalysisItem.ts @ 497:c39df81c4dae
Upgrade to released piper version, which had a lot of breaking changes due to shifting modules around and renaming.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Sun, 13 Aug 2017 19:44:07 +0100 |
parents | c9c6b01e9b4f |
children |
line wrap: on
line diff
--- a/src/app/analysis-item/AnalysisItem.ts Fri Jul 21 14:29:02 2017 +0100 +++ b/src/app/analysis-item/AnalysisItem.ts Sun Aug 13 19:44:07 2017 +0100 @@ -2,7 +2,7 @@ * Created by lucast on 08/06/2017. */ import {KnownShapedFeature} from '../visualisations/FeatureUtilities'; -import {SimpleRequest} from 'piper/HigherLevelUtilities'; +import {OneShotExtractionRequest as SimpleRequest} from 'piper-js/one-shot'; export abstract class Item { id: string; hasSharedTimeline: boolean;