@azure/eventgrid
Advanced tools
Comparing version 5.9.1-alpha.20241211.1 to 5.9.1-alpha.20241212.2
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Event Grid service.", | ||
"version": "5.9.1-alpha.20241211.1", | ||
"version": "5.9.1-alpha.20241212.2", | ||
"keywords": [ | ||
@@ -74,3 +74,3 @@ "node", | ||
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser", | ||
"integration-test:node": "dev-tool run test:vitest", | ||
"integration-test:node": "dev-tool run test:vitest --esm", | ||
"lint": "eslint package.json api-extractor.json README.md src test", | ||
@@ -128,3 +128,4 @@ "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]", | ||
], | ||
"selfLink": false | ||
"selfLink": false, | ||
"project": "./tsconfig.src.json" | ||
}, | ||
@@ -131,0 +132,0 @@ "exports": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6095648