Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #2270

Merged
merged 12 commits into from
Apr 16, 2019
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"test-client": "npm-run-all -p -l \"test-client-* -- {@}\"",
"test-client-eventhubs-client": "echo skipped",
"test-client-eventhubs-processor": "echo skipped",
"test-client-servicebus": "echo skipped",
"test-client-servicebus": "echo skipped",
"test-client-storage-blob": "echo skipped",
"test-client-storage-file": "echo skipped",
"test-client-storage-queue": "echo skipped",
Expand Down
2,394 changes: 1,107 additions & 1,287 deletions sdk/eventhub/event-hubs/package-lock.json

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions sdk/eventhub/event-hubs/package.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,95 @@
{
"name": "@azure/event-hubs",
"version": "2.0.0",
"description": "Azure Event Hubs SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
"cloud",
"event hubs",
"events"
],
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
},
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./typings/src/index.d.ts",
"browser": {
"./dist/index.js": "./browser/index.js"
},
"engine": {
"node": ">=6.0.0"
},
"dependencies": {
"@azure/amqp-common": "^1.0.0-preview.2",
"async-lock": "^1.1.3",
"debug": "^3.1.0",
"is-buffer": "2.0.2",
"jssha": "^2.3.1",
"@azure/ms-rest-nodeauth": "^0.9.2",
"rhea-promise": "^0.1.14",
"tslib": "^1.9.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^6.3.0",
"@types/async-lock": "^1.1.0",
"@types/chai": "^4.1.6",
"@types/chai-as-promised": "^7.1.0",
"@types/debug": "^0.0.31",
"@types/dotenv": "^4.0.3",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.37",
"@types/uuid": "^3.3.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"dotenv": "^6.1.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.0.1",
"nyc": "13.3.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.2.1"
},
"files": [
"LICENSE",
"changelog.md",
"README.md",
"dist/",
"dist-esm/src/",
"src/",
"typings/"
],
"scripts": {
"tslint": "tslint -p . -c tslint.json",
"tsc": "tsc",
"prebuild": "rimraf dist && rimraf typings",
"build": "npm run tslint && tsc -p . && rollup -c",
"build-browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c",
"build-node": "tsc -p . && cross-env ONLY_NODE=true rollup -c",
"build-test": "tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js",
"build-samples": "cd examples && tsc -p .",
"test": "npm run build",
"unit": "npm run build-test && mocha -t 120000 test-dist/index.js",
"coverage": "npm run build-test && nyc --reporter=lcov mocha -t 120000 test-dist/index.js",
"prepack": "npm i && npm run build",
"extract-api": "tsc -p . && api-extractor run --local"
}
"name": "@azure/event-hubs",
"version": "2.0.0",
"description": "Azure Event Hubs SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub",
"repository": "github:Azure/azure-sdk-for-js",
"keywords": [
"azure",
"cloud",
"event hubs",
"events"
],
"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
},
"main": "./dist/index.js",
"module": "dist-esm/src/index.js",
"types": "./typings/src/index.d.ts",
"browser": {
"./dist/index.js": "./browser/index.js"
},
"engine": {
"node": ">=6.0.0"
},
"dependencies": {
"@azure/amqp-common": "^1.0.0-preview.2",
"async-lock": "^1.1.3",
"debug": "^3.1.0",
"is-buffer": "2.0.2",
"jssha": "^2.3.1",
"@azure/ms-rest-nodeauth": "^0.9.2",
"rhea-promise": "^0.1.14",
"tslib": "^1.9.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^6.3.0",
"@types/async-lock": "^1.1.0",
"@types/chai": "^4.1.6",
"@types/chai-as-promised": "^7.1.0",
"@types/debug": "^0.0.31",
"@types/dotenv": "^4.0.3",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.37",
"@types/uuid": "^3.3.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"dotenv": "^6.1.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.0.1",
"nyc": "^14.0.0",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.15.0",
"typescript": "^3.2.1"
},
"files": [
"LICENSE",
"changelog.md",
"README.md",
"dist/",
"dist-esm/src/",
"src/",
"typings/"
],
"scripts": {
"tslint": "tslint -p . -c tslint.json",
"tsc": "tsc",
"prebuild": "rimraf dist && rimraf typings",
"build": "npm run tslint && tsc -p . && rollup -c",
"build-browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c",
"build-node": "tsc -p . && cross-env ONLY_NODE=true rollup -c",
"build-test": "tsc -p . && cross-env ONLY_NODE=true rollup -c rollup.test.config.js",
"build-samples": "cd examples && tsc -p .",
"test": "npm run build",
"unit": "npm run build-test && mocha -t 120000 test-dist/index.js",
"coverage": "npm run build-test && nyc --reporter=lcov mocha -t 120000 test-dist/index.js",
"prepack": "npm i && npm run build",
"extract-api": "tsc -p . && api-extractor run --local"
}
}
Loading