You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Nikhil Khandelwal <ni...@microsoft.com> on 2015/06/02 16:25:00 UTC

npm info cordova returning version 5.1.0

Why does npm info cordova - give me 5.1.0 version which points to cordova 5.0.0 tgz? See the lines below in asterisk.

{ name: 'cordova',
  description: 'Cordova command line interface tool',
  'dist-tags': 
   { latest: '5.0.0',
     rc: '5.1.0',
     '3.6.0-0.2.8': '3.6.0-0.2.8',
     nightly: '4.1.3-nightly.2014.10.21' },
  versions: 
   [ '0.0.0-fake',
     '0.0.1',
     '5.0.0',
     *** '5.1.0' ],
  time: 
   { modified: '2015-06-02T02:55:19.592Z',
     created: '2012-07-14T22:05:40.306Z',
     '5.0.0': '2015-04-16T20:16:51.255Z',
   ***  '5.1.0': '2015-05-27T23:54:43.677Z' },
  preferGlobal: 'true',
  main: 'cordova',
  engines: { node: '>=0.9.9' },
  engineStrict: true,
  bin: { cordova: './bin/cordova' },
  scripts: 
   { test: 'node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec',
     cover: 'node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec' },
  dependencies: 
 ****  { 'cordova-lib': '5.0.0',
     q: '1.0.1',
     nopt: '3.0.1',
     underscore: '1.7.0' },
  devDependencies: 
   { istanbul: '^0.3.4',
     grunt: '0.4.5',
     'grunt-retire': '0.3.7',
     'jasmine-node': '1.14.5' },
  dist: 
   { shasum: '696907aff7c889beea4422b6c80e57558a905c05',
****     tarball: 'http://registry.npmjs.org/cordova/-/cordova-5.0.0.tgz' },
  directories: {} }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


RE: npm info cordova returning version 5.1.0

Posted by Nikhil Khandelwal <ni...@microsoft.com>.
Thanks for the explanation. I was not familiar with npm and our release process and this confused me. It makes sense now.

-Nikhil

-----Original Message-----
From: Steven Gill [mailto:stevengill97@gmail.com] 
Sent: Tuesday, June 2, 2015 10:52 AM
To: dev@cordova.apache.org
Subject: Re: npm info cordova returning version 5.1.0

Yeah, 5.1.0 was published as RC so we could test it.

On Tue, Jun 2, 2015 at 8:10 AM, Shazron <sh...@gmail.com> wrote:

> I see the 'latest' tag as 5.0.0? That is what is associated with the 
> dist tarball you see.
>
> On Tue, Jun 2, 2015 at 7:25 AM, Nikhil Khandelwal 
> <ni...@microsoft.com>
> wrote:
>
> > Why does npm info cordova - give me 5.1.0 version which points to 
> > cordova
> > 5.0.0 tgz? See the lines below in asterisk.
> >
> > { name: 'cordova',
> >   description: 'Cordova command line interface tool',
> >   'dist-tags':
> >    { latest: '5.0.0',
> >      rc: '5.1.0',
> >      '3.6.0-0.2.8': '3.6.0-0.2.8',
> >      nightly: '4.1.3-nightly.2014.10.21' },
> >   versions:
> >    [ '0.0.0-fake',
> >      '0.0.1',
> >      '5.0.0',
> >      *** '5.1.0' ],
> >   time:
> >    { modified: '2015-06-02T02:55:19.592Z',
> >      created: '2012-07-14T22:05:40.306Z',
> >      '5.0.0': '2015-04-16T20:16:51.255Z',
> >    ***  '5.1.0': '2015-05-27T23:54:43.677Z' },
> >   preferGlobal: 'true',
> >   main: 'cordova',
> >   engines: { node: '>=0.9.9' },
> >   engineStrict: true,
> >   bin: { cordova: './bin/cordova' },
> >   scripts:
> >    { test: 'node node_modules/jasmine-node/bin/jasmine-node
> > --captureExceptions --color spec',
> >      cover: 'node node_modules/istanbul/lib/cli.js cover --root src 
> > --print detail node_modules/jasmine-node/bin/jasmine-node -- spec' },
> >   dependencies:
> >  ****  { 'cordova-lib': '5.0.0',
> >      q: '1.0.1',
> >      nopt: '3.0.1',
> >      underscore: '1.7.0' },
> >   devDependencies:
> >    { istanbul: '^0.3.4',
> >      grunt: '0.4.5',
> >      'grunt-retire': '0.3.7',
> >      'jasmine-node': '1.14.5' },
> >   dist:
> >    { shasum: '696907aff7c889beea4422b6c80e57558a905c05',
> > ****     tarball: 'http://registry.npmjs.org/cordova/-/cordova-5.0.0.tgz
> '
> > },
> >   directories: {} }
> >
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: npm info cordova returning version 5.1.0

Posted by Steven Gill <st...@gmail.com>.
Yeah, 5.1.0 was published as RC so we could test it.

On Tue, Jun 2, 2015 at 8:10 AM, Shazron <sh...@gmail.com> wrote:

> I see the 'latest' tag as 5.0.0? That is what is associated with the dist
> tarball you see.
>
> On Tue, Jun 2, 2015 at 7:25 AM, Nikhil Khandelwal <ni...@microsoft.com>
> wrote:
>
> > Why does npm info cordova - give me 5.1.0 version which points to cordova
> > 5.0.0 tgz? See the lines below in asterisk.
> >
> > { name: 'cordova',
> >   description: 'Cordova command line interface tool',
> >   'dist-tags':
> >    { latest: '5.0.0',
> >      rc: '5.1.0',
> >      '3.6.0-0.2.8': '3.6.0-0.2.8',
> >      nightly: '4.1.3-nightly.2014.10.21' },
> >   versions:
> >    [ '0.0.0-fake',
> >      '0.0.1',
> >      '5.0.0',
> >      *** '5.1.0' ],
> >   time:
> >    { modified: '2015-06-02T02:55:19.592Z',
> >      created: '2012-07-14T22:05:40.306Z',
> >      '5.0.0': '2015-04-16T20:16:51.255Z',
> >    ***  '5.1.0': '2015-05-27T23:54:43.677Z' },
> >   preferGlobal: 'true',
> >   main: 'cordova',
> >   engines: { node: '>=0.9.9' },
> >   engineStrict: true,
> >   bin: { cordova: './bin/cordova' },
> >   scripts:
> >    { test: 'node node_modules/jasmine-node/bin/jasmine-node
> > --captureExceptions --color spec',
> >      cover: 'node node_modules/istanbul/lib/cli.js cover --root src
> > --print detail node_modules/jasmine-node/bin/jasmine-node -- spec' },
> >   dependencies:
> >  ****  { 'cordova-lib': '5.0.0',
> >      q: '1.0.1',
> >      nopt: '3.0.1',
> >      underscore: '1.7.0' },
> >   devDependencies:
> >    { istanbul: '^0.3.4',
> >      grunt: '0.4.5',
> >      'grunt-retire': '0.3.7',
> >      'jasmine-node': '1.14.5' },
> >   dist:
> >    { shasum: '696907aff7c889beea4422b6c80e57558a905c05',
> > ****     tarball: 'http://registry.npmjs.org/cordova/-/cordova-5.0.0.tgz
> '
> > },
> >   directories: {} }
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
> >
>

Re: npm info cordova returning version 5.1.0

Posted by Shazron <sh...@gmail.com>.
I see the 'latest' tag as 5.0.0? That is what is associated with the dist
tarball you see.

On Tue, Jun 2, 2015 at 7:25 AM, Nikhil Khandelwal <ni...@microsoft.com>
wrote:

> Why does npm info cordova - give me 5.1.0 version which points to cordova
> 5.0.0 tgz? See the lines below in asterisk.
>
> { name: 'cordova',
>   description: 'Cordova command line interface tool',
>   'dist-tags':
>    { latest: '5.0.0',
>      rc: '5.1.0',
>      '3.6.0-0.2.8': '3.6.0-0.2.8',
>      nightly: '4.1.3-nightly.2014.10.21' },
>   versions:
>    [ '0.0.0-fake',
>      '0.0.1',
>      '5.0.0',
>      *** '5.1.0' ],
>   time:
>    { modified: '2015-06-02T02:55:19.592Z',
>      created: '2012-07-14T22:05:40.306Z',
>      '5.0.0': '2015-04-16T20:16:51.255Z',
>    ***  '5.1.0': '2015-05-27T23:54:43.677Z' },
>   preferGlobal: 'true',
>   main: 'cordova',
>   engines: { node: '>=0.9.9' },
>   engineStrict: true,
>   bin: { cordova: './bin/cordova' },
>   scripts:
>    { test: 'node node_modules/jasmine-node/bin/jasmine-node
> --captureExceptions --color spec',
>      cover: 'node node_modules/istanbul/lib/cli.js cover --root src
> --print detail node_modules/jasmine-node/bin/jasmine-node -- spec' },
>   dependencies:
>  ****  { 'cordova-lib': '5.0.0',
>      q: '1.0.1',
>      nopt: '3.0.1',
>      underscore: '1.7.0' },
>   devDependencies:
>    { istanbul: '^0.3.4',
>      grunt: '0.4.5',
>      'grunt-retire': '0.3.7',
>      'jasmine-node': '1.14.5' },
>   dist:
>    { shasum: '696907aff7c889beea4422b6c80e57558a905c05',
> ****     tarball: 'http://registry.npmjs.org/cordova/-/cordova-5.0.0.tgz'
> },
>   directories: {} }
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>