mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use npm-node-aes-gcm@0.1.5_2 in oauth-encryption.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Package.describe({
|
||||
summary: "Encrypt account secrets stored in the database",
|
||||
version: '1.0.12'
|
||||
version: '1.0.13'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use("npm-node-aes-gcm@=0.1.5_1");
|
||||
api.use("npm-node-aes-gcm@=0.1.5_2");
|
||||
|
||||
api.export("OAuthEncryption", ["server"]);
|
||||
api.use([
|
||||
|
||||
Reference in New Issue
Block a user