From 8a121badd2cd3c4eb960f58799419fe7a42e1c1e Mon Sep 17 00:00:00 2001 From: Zeke Sonxx Date: Wed, 12 Jul 2017 16:48:55 -0400 Subject: [PATCH] 1.0.0 release node-yggdrasil is, AFAICT, "complete", with no known remaining bugs or missing implementations. --- LICENSE | 10 ++++++---- lib/Client.js | 1 + package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 477fe62..8d38d74 100644 --- a/LICENSE +++ b/LICENSE @@ -1,12 +1,14 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Zeke Sonxx +Copyright (c) 2014-2017 Zach Mertes +Copyright (c) 2015-2017 zekesonxx/node-yggdrasil contributers: +roblaba, jonathanperret, insanity54, yariplus, comp500 -Permission is hereby granted, free of charge, to any pony obtaining a copy +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit ponies to whom the Software is +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all @@ -18,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/lib/Client.js b/lib/Client.js index e2eb148..4a49cd5 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -68,6 +68,7 @@ Client.validate = function (token, cb) { cb(err) }) } + /** * Invalidates all access tokens. * @param {String} user User's user diff --git a/package.json b/package.json index e2d68ea..9b2e7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yggdrasil", - "version": "0.3.0", + "version": "1.0.0", "author": "Zeke Sonxx ", "description": "Mojang authentication (Yggdrasil) client", "scripts": {