@azure/eventgrid
Advanced tools
Comparing version 4.1.1-alpha.20210329.1 to 4.1.1-alpha.20210330.1
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "4.1.1-alpha.20210329.1", | ||
"version": "4.1.1-alpha.20210330.1", | ||
"keywords": [ | ||
@@ -35,2 +35,14 @@ "node", | ||
], | ||
"//sampleConfiguration": { | ||
"productName": "Azure Event Grid", | ||
"productSlugs": [ | ||
"azure", | ||
"azure-event-grid" | ||
], | ||
"requiredResources": { | ||
"Azure Event Grid Custom Topic, configured to use the Event Grid Schema": "https://docs.microsoft.com/azure/event-grid/scripts/event-grid-cli-create-custom-topic", | ||
"Azure Event Grid Custom Topic, configured to use the Cloud Event 1.0 Schema": "https://docs.microsoft.com/azure/event-grid/scripts/event-grid-cli-create-custom-topic", | ||
"Azure Service Bus Queue": "https://docs.microsoft.com/azure/service-bus-messaging/service-bus-quickstart-portal" | ||
} | ||
}, | ||
"//metadata": { | ||
@@ -56,10 +68,10 @@ "constantPaths": [ | ||
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", | ||
"build:samples": "dev-tool samples prep && cd dist-samples && tsc -p .", | ||
"build:samples": "echo Obsolete", | ||
"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "npm run build:samples && dev-tool samples run samples/javascript samples/typescript/dist/samples/typescript/src/", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "karma start --single-run", | ||
@@ -83,3 +95,3 @@ "integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/**/*.spec.js\"", | ||
"dependencies": { | ||
"@azure/core-auth": "^1.2.0", | ||
"@azure/core-auth": "^1.3.0-alpha", | ||
"@azure/core-client": "^1.0.0", | ||
@@ -86,0 +98,0 @@ "@azure/core-rest-pipeline": "^1.0.0", |
@@ -13,3 +13,3 @@ # Azure Event Grid client library for JavaScript | ||
[Package (NPM)](https://www.npmjs.com/package/@azure/eventgrid/v/next) | | ||
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/eventgrid/?view=azure-node-preview) | | ||
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/eventgrid/) | | ||
[Product documentation](https://docs.microsoft.com/azure/event-grid/) | | ||
@@ -16,0 +16,0 @@ [Samples](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventgrid/eventgrid/samples) |
1338806