machinepack-machines
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -29,5 +29,5 @@ module.exports = { | ||
var Filesystem = require('machinepack-fs'); | ||
var Machine = require('machine'); | ||
require('machine').build(require('./read-package-json')) | ||
Machine.build(require('./read-package-json')) | ||
.configure({ | ||
@@ -48,7 +48,9 @@ dir: inputs.dir | ||
machine: identity, | ||
expectations: [{ | ||
todo: true, | ||
using: {}, | ||
outcome: 'success' | ||
}] | ||
expectations: [ | ||
// { | ||
// todo: true, | ||
// using: {}, | ||
// outcome: 'success' | ||
// } | ||
] | ||
}; | ||
@@ -55,0 +57,0 @@ // TODO: At some point, come back here and generate a more custom test suite for each machine. |
{ | ||
"name": "machinepack-machines", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Work with machines and machinepacks.", | ||
@@ -16,11 +16,12 @@ "scripts": { | ||
"dependencies": { | ||
"machine": "^3.0.0", | ||
"lodash": "^2.4.1", | ||
"async": "^0.9.0", | ||
"chalk": "^0.5.1", | ||
"debug": "^2.1.2", | ||
"inquirer": "^0.8.0", | ||
"lodash": "^2.4.1", | ||
"machine": "^3.0.0", | ||
"machinepack-fs": "^2.3.0", | ||
"machinepack-javascript": "^0.1.8", | ||
"machinepack-fs": "^2.0.3", | ||
"async": "^0.9.0", | ||
"machinepack-npm": "^3.0.0", | ||
"debug": "^2.1.2" | ||
"machinepack-util": "^4.4.0" | ||
}, | ||
@@ -49,3 +50,4 @@ "machinepack": { | ||
"interpret-machine-module", | ||
"scaffold-tests" | ||
"scaffold-tests", | ||
"add-test" | ||
], | ||
@@ -52,0 +54,0 @@ "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-machinepacks" |
{ | ||
"machine": "get-machines-dir", | ||
"expectations": [ | ||
{ | ||
"using": { | ||
"dir": "./" | ||
}, | ||
"outcome": "success" | ||
} | ||
] | ||
} |
{ | ||
"machine": "list-machines", | ||
"expectations": [ | ||
{ | ||
"using": { | ||
"dir": "./" | ||
}, | ||
"outcome": "success" | ||
} | ||
] | ||
} |
{ | ||
"machine": "read-machine-file", | ||
"expectations": [ | ||
{ | ||
"using": { | ||
"source": "./machines/get-machines-dir.js" | ||
}, | ||
"outcome": "success" | ||
} | ||
] | ||
} |
{ | ||
"machine": "read-package-json", | ||
"expectations": [ | ||
{ | ||
"using": { | ||
"dir": "./" | ||
}, | ||
"outcome": "success" | ||
} | ||
] | ||
} |
{ | ||
"machine": "scaffold-tests", | ||
"expectations": [ | ||
{ | ||
"using": { | ||
"dir": "./" | ||
}, | ||
"outcome": "success" | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92230
47
2455
10
+ Addedmachinepack-util@^4.4.0
+ Addedmachinepack-util@4.4.0(transitive)
+ Addedobject-hash@0.5.0(transitive)
Updatedmachinepack-fs@^2.3.0