@azure/eventgrid
Advanced tools
Comparing version 5.8.0-alpha.20241022.1 to 5.8.0-alpha.20241023.1
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "5.8.0-alpha.20241022.1", | ||
"version": "5.8.0-alpha.20241023.1", | ||
"keywords": [ | ||
@@ -67,3 +67,3 @@ "node", | ||
"scripts": { | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api", | ||
@@ -75,3 +75,3 @@ "build:browser": "tsc -p . && dev-tool run bundle", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log", | ||
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
@@ -114,3 +114,2 @@ "extract-api": "tsc -p . && dev-tool run extract-api", | ||
"@azure/service-bus": "^7.0.0", | ||
"@microsoft/api-extractor": "^7.31.1", | ||
"@types/chai": "^4.1.6", | ||
@@ -138,3 +137,2 @@ "@types/chai-as-promised": "^7.1.0", | ||
"nyc": "^17.0.0", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.0", | ||
@@ -141,0 +139,0 @@ "source-map-support": "^0.5.9", |
33
2269364