File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ #v0.5.1
2+ ## Fixed
3+ * Bad reference to atg-storage
4+
15# v0.5
26## Added
37* CLI: Support YAML for parameter files
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const dataStores = require ( 'atg-storage' ) ;
3+ const dataStores = require ( '@f5devcentral/ atg-storage' ) ;
44
55const FsSchemaProvider = require ( './lib/schema_provider' ) . FsSchemaProvider ;
66const { FsTemplateProvider, DataStoreTemplateProvider } = require ( './lib/template_provider' ) ;
Original file line number Diff line number Diff line change 77 "description" : " The core module for F5 Application Services Templates" ,
88 "scripts" : {
99 "test" : " mocha --recursive \" ./test/*.js\" " ,
10- "lint" : " eslint lib test cli.js --ignore-pattern jsoneditor.js" ,
10+ "lint" : " eslint lib test index.js cli.js --ignore-pattern jsoneditor.js" ,
1111 "buildbin" : " ./scripts/build-fastbin.sh" ,
1212 "coverage" : " nyc npm test"
1313 },
You can’t perform that action at this time.
0 commit comments