Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

Publish to 0.9 Meteor package registry #407

Closed aaronjudd closed 10 years ago

aaronjudd commented 10 years ago

@raix and @aldeed Since 0.9 was released today, it would be good to publish to the new registry. (what fun, I know).

aldeed commented 10 years ago

@raix, for me, meteor update is not pulling in the 0.0.1 versions of cfs:tempstore and cfs:power-queue. I filed a Meteor issue earlier here: https://github.com/meteor/meteor/issues/2526

aldeed commented 10 years ago

But you can explicitly add the 0.0.1 versions of those to your app, and then it works.

raix commented 10 years ago

@aldeed I've bumped a couple of versions - could you try to remove/add cfs:standard-packages to see if it made a difference?

tanis2000 commented 10 years ago

@aldeed @raix it looks like meteor update is completely broken. Doing a meteor list in my app gives this result:

meteor list
standard-app-packages         1.0.1  Moved to meteor-platform
accounts-password             1.0.1  Password support for accounts
accounts-facebook             1.0.0  Login service for Facebook accounts
accounts-twitter              1.0.0  Login service for Twitter accounts
mrt:i18next-meteor            1.6.0  i18next repackaged for Meteor
tmeasday:crypto-md5           3.1.2  MD5 algorithm for CryptoJS, standard sec...
less                          1.0.7  The dynamic stylesheet language
mrt:phone                     0.0.1  Meteor package wrapping node-phone for p...
email                         1.0.2  Send email messages
crypto-base64                 0.0.0  Base64 (en/de)coding for CryptoJS, stand...
spiderable                    1.0.3  Makes the application crawlable to web s...
mrt:iron-router-progress      0.4.1* Progressbar for iron-router
mizzao:user-status            0.6.0* User connection and idle state tracking ...
http                          1.0.4  Make HTTP calls to remote servers
broth:inspector               0.2.2  Ensures that if meteor is in debug mode ...
meteor-server-info            0.0.0  Returns diagnostics info on server inter...
sayawan:pickadate             3.3.1  The mobile-friendly, responsive, and lig...
mrt:underscore-string-latest  2.3.3  underscore.string repackaged for Meteor
meteorhacks:fast-render       1.0.0* Render initial page 2-10 times faster by...
mrt:migrations                0.0.2  A package for meteor database migrations
service-configuration         1.0.1  Manage the configuration for third-party...
mrt:moment                    2.8.1  Moment.js, a JavaScript date library for...
meteorhacks:kadira            2.5.2* Performance Monitoring for Meteor
loftsteinn:crypto-aes         0.1.0  AES Package for Crypto.js, standard secu...
iron:router                   0.9.3  Routing specifically designed for Meteor
meteorhacks:npm               1.1.3  Use npm modules with your Meteor App
cmather:handlebars-server     2.0.0  Allows handlebars templates to be define...
translator                    0.6.3  A feature rich translation package
cfs:collection                0.0.0  CollectionFS, FS.Collection object
cfs:s3                        0.0.0  Amazon Web Services S3 storage adapter f...
npm-container                 1.0.0  Contains all your npm dependencies
cfs:standard-packages         0.0.0* Filesystem for Meteor, collectionFS
cfs:access-point              0.0.0  CollectionFS, add ddp and http accesspoi...
cfs:gridfs                    0.0.0  GridFS storage adapter for CollectionFS
datariot:ganalytics           0.2.0  Publish pageviews and events to Google A...
cfs:tempstore                 0.0.1* CollectionFS, temporary storage

 * New versions of these packages are available! Run 'meteor update' to update.

If I run meteor update the packages listed with updates available do not get updated at all. All it does is this:

meteor update
Refreshing package metadata. This may take a moment.
This project is already at Meteor 0.9.1, the latest release.
aldeed commented 10 years ago

@tanis2000, exactly. That's the meteor issue I filed: meteor/meteor#2526

aldeed commented 10 years ago

https://github.com/CollectionFS/Meteor-CollectionFS#installation

tanis2000 commented 10 years ago

@aldeed I've just updated to 0.9.1.1 and did like in the installation chapter of the readme but it still doesn't download the correct packages by itself. I've upgraded the packages by hand to version 0.0.1 and it works fine. I hope the Meteor core team publish an update asap though.

raix commented 10 years ago

Just a note, 0.9.1.1 is that semver? (thought that was the convention in the new package system) Feels like we are in a stall?

tanis2000 commented 10 years ago

@raix AFAIK that's not semver. But if you update your meteor installation, that's the version it gets updated to :-P

raix commented 10 years ago

hmm, bugger, seems like theres still some loose ends with the new package system. I hope @meteor is on this stuff.

aldeed commented 10 years ago

OK, thanks for the report @tanis2000. I see that the fix is definitely in 0.9.2 so we'll just have to do the manual workaround until then I guess.