mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'devel' into update-meteor-babel
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
* Released `mongo@1.11.1` fixing a `Timestamp.ONE is undefined` bug.
|
||||
|
||||
* Released `mongo-id@1.0.8` removing unused dependency `id-map`.
|
||||
|
||||
## v2.2, 2021-04-15
|
||||
|
||||
#### Highlights
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Package.describe({
|
||||
summary: 'JS simulation of MongoDB ObjectIDs',
|
||||
version: '1.0.7',
|
||||
version: '1.0.8',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.export('MongoID');
|
||||
api.use(['ejson', 'id-map', 'random', 'ecmascript']);
|
||||
api.use(['ejson', 'random', 'ecmascript']);
|
||||
api.mainModule('id.js');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user