azure-common
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -1,4 +0,4 @@ | ||
// | ||
// | ||
// Copyright (c) Microsoft and contributors. All rights reserved. | ||
// | ||
// | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -8,10 +8,10 @@ // you may not use this file except in compliance with the License. | ||
// http://www.apache.org/licenses/LICENSE-2.0 | ||
// | ||
// | ||
// Unless required by applicable law or agreed to in writing, software | ||
// distributed under the License is distributed on an "AS IS" BASIS, | ||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
// | ||
// | ||
// See the License for the specific language governing permissions and | ||
// limitations under the License. | ||
// | ||
// | ||
@@ -72,2 +72,6 @@ var exports = module.exports; | ||
// pem files | ||
exports.certutils = require('./util/certutils'); | ||
exports.keyFiles = require('./util/keyFiles'); | ||
exports.util = require('./util/util'); | ||
@@ -80,2 +84,2 @@ exports.validate = require('./util/validate'); | ||
exports.OperationStatus = require('./services/operationstatus'); | ||
exports.OperationStatus = require('./services/operationstatus'); |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Windows Azure Common Client Library for node", | ||
@@ -16,0 +16,0 @@ "tags": [ |
279365
8297