@azure/abort-controller
Advanced tools
Comparing version 2.1.3-alpha.20240813.2 to 2.1.3-alpha.20240814.1
{ | ||
"name": "@azure/abort-controller", | ||
"sdk-type": "client", | ||
"version": "2.1.3-alpha.20240813.2", | ||
"version": "2.1.3-alpha.20240814.1", | ||
"description": "Microsoft Azure SDK for JavaScript - Aborter", | ||
@@ -22,3 +22,2 @@ "author": "Microsoft Corporation", | ||
"browser": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/browser/index.d.ts", | ||
@@ -28,3 +27,2 @@ "default": "./dist/browser/index.js" | ||
"react-native": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/react-native/index.d.ts", | ||
@@ -34,3 +32,2 @@ "default": "./dist/react-native/index.js" | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -40,3 +37,2 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -102,3 +98,3 @@ "default": "./dist/commonjs/index.js" | ||
"rimraf": "^5.0.5", | ||
"tshy": "^1.17.0", | ||
"tshy": "^2.0.0", | ||
"typescript": "~5.5.3", | ||
@@ -105,0 +101,0 @@ "vitest": "^2.0.5" |
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
33099