Latest bump to 0.8.9 removed 0.8.8 from npm
Closed this issue · 2 comments
jjgonecrypto commented
Somehow, the latest bump to 0.8.9 removed 0.8.8 from npm.
npm info grunt-cucumberjs
is returning the below (note how 0.8.8 is missing). Was it unpublished perhaps??? (i'm running npm 3.4.1
)
{ name: 'grunt-cucumberjs',
description: 'Generates documentation from Cucumber features',
'dist-tags': { latest: '0.8.9' },
versions:
[ '0.1.0',
'0.1.1',
'0.1.2',
'0.1.3',
'0.1.4',
'0.1.5',
'0.1.6',
'0.1.7',
'0.1.8',
'0.2.0',
'0.2.1',
'0.3.0',
'0.4.0',
'0.4.1',
'0.5.0',
'0.5.1',
'0.5.2',
'0.7.0',
'0.7.3',
'0.8.0',
'0.8.1',
'0.8.2',
'0.8.3',
'0.8.4',
'0.8.5',
'0.8.6',
'0.8.7',
'0.8.9' ],
maintainers:
[ 'jozzhart <me@jozzhart.com>',
'kushang <g.kushang@gmail.com>',
'mavdi <mehdi.avdi@gmail.com>' ],
time:
{ modified: '2016-03-20T18:42:05.576Z',
created: '2013-10-14T15:34:58.037Z',
'0.1.0': '2013-10-14T15:35:00.676Z',
'0.1.1': '2013-10-14T15:38:54.411Z',
'0.1.2': '2013-10-14T16:05:34.639Z',
'0.1.3': '2013-10-14T16:11:55.797Z',
'0.1.4': '2013-10-14T16:14:38.602Z',
'0.1.5': '2013-10-17T12:14:38.260Z',
'0.1.6': '2013-10-17T16:09:23.385Z',
'0.1.7': '2013-10-28T14:40:11.023Z',
'0.1.8': '2013-12-11T17:07:00.052Z',
'0.2.0': '2013-12-12T10:41:10.904Z',
'0.2.1': '2013-12-12T14:34:06.977Z',
'0.3.0': '2014-04-15T10:37:42.100Z',
'0.4.0': '2014-07-28T10:27:30.606Z',
'0.4.1': '2014-07-28T10:30:11.009Z',
'0.5.0': '2014-11-27T13:09:24.684Z',
'0.5.1': '2015-01-08T17:15:53.508Z',
'0.5.2': '2015-03-16T02:04:56.027Z',
'0.7.0': '2015-05-12T15:30:47.192Z',
'0.7.3': '2015-07-28T08:33:02.205Z',
'0.8.0': '2015-08-13T18:55:25.481Z',
'0.8.1': '2015-11-18T18:20:36.813Z',
'0.8.2': '2015-12-01T18:46:58.301Z',
'0.8.3': '2015-12-02T17:46:29.510Z',
'0.8.4': '2015-12-02T18:01:20.097Z',
'0.8.5': '2015-12-17T20:38:07.548Z',
'0.8.6': '2015-12-22T19:04:00.599Z',
'0.8.7': '2016-01-07T18:17:51.571Z',
'0.8.8': '2016-02-26T22:07:43.895Z',
'0.8.9': '2016-03-20T18:42:05.576Z' },
author: 'Mehdi Avdi <mehdi.avdi@gmail.com>',
repository:
{ type: 'git',
url: 'git://github.com/mavdi/grunt-cucumberjs.git' },
homepage: 'https://github.com/mavdi/grunt-cucumberjs',
keywords: [ 'gruntplugin' ],
contributors:
[ 'Andrew Keig <andrew.keig@gmail.com> (https://github.com/AndrewKeig)',
'Jozz Hart <me@jozzhart.com> (http://jozzhart.com)',
'Kushang Gajjar <g.kushang@gmail.com> (https://github.com/gkushang)' ],
bugs: { url: 'https://github.com/mavdi/grunt-cucumberjs/issues' },
readmeFilename: 'README.md',
version: '0.8.9',
licenses:
[ { type: 'MIT',
url: 'https://github.com/mavdi/grunt-cucumberjs/blob/master/LICENSE-MIT' } ],
main: 'Gruntfile.js',
engines: { node: '>= 0.8.0' },
scripts: { test: 'grunt' },
devDependencies:
{ cucumber: '^0.4.8',
grunt: '~0.4.5',
'grunt-cli': '~0.1.13',
'grunt-contrib-clean': '~0.5.0',
'grunt-contrib-jshint': '~0.10.0',
'grunt-jsbeautifier': '^0.2.10' },
peerDependencies: { grunt: '~0.4.5' },
dependencies:
{ underscore: '~1.5.2',
commondir: '~0.0.1',
jsonfile: '^2.2.1',
'js-base64': '^2.1.8' },
gitHead: '4bd9b85a6acfb1ea059073fd3cbb988f6f880dd4',
dist:
{ shasum: 'dd17be729e17de3a3d412d03daacdd94d1c79722',
tarball: 'http://registry.npmjs.org/grunt-cucumberjs/-/grunt-cucumberjs-0.8.9.tgz' },
directories: {} }
gkushang commented
@justinjmoses Sorry to hear that. We found a bug in the 0.8.8
version but it should not have been unpublished. The version 0.8.9
has the similar features as the previous but you could also try the latest v0.9.0
which has the Parallel execution support to run Scenarios and/or Features in Parallel.
gkushang commented
I believe this issues is resolved with the latest version 👍