bootme-projectx
Advanced tools
Comparing version 0.0.2 to 0.0.3
14
index.js
@@ -5,20 +5,24 @@ 'use strict' | ||
{ | ||
info: 'Retrieve the IIS position', | ||
request: { | ||
url: 'http://api.open-notify.org/iss-now.json' | ||
}, | ||
info: 'Retrieve the IIS position' | ||
onInit: async state => {}, | ||
onBefore: async state => {}, | ||
onAfter: async state => {}, | ||
onError: async err => {} | ||
}, | ||
{ | ||
info: 'Create temp file', | ||
temp: { | ||
type: 'file' | ||
}, | ||
info: 'Create temp file' | ||
} | ||
}, | ||
{ | ||
info: 'Start request against google', | ||
request: { | ||
url: 'http://google.de', | ||
contentType: 'text' | ||
}, | ||
info: 'Start request against google' | ||
} | ||
} | ||
] |
{ | ||
"name": "bootme-projectx", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Example of how to share a JSON pipeline definition", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1495
26