@azure/api-management-custom-widgets-tools
Advanced tools
Comparing version 1.0.0-alpha.20240812.1 to 1.0.0-alpha.20240813.3
{ | ||
"name": "@azure/api-management-custom-widgets-tools", | ||
"version": "1.0.0-alpha.20240812.1", | ||
"version": "1.0.0-alpha.20240813.3", | ||
"author": "Microsoft Corporation", | ||
@@ -56,10 +56,10 @@ "license": "MIT", | ||
"@types/node": "^18.0.0", | ||
"@vitest/browser": "^1.4.0", | ||
"@vitest/coverage-istanbul": "^1.4.0", | ||
"@vitest/browser": "^2.0.5", | ||
"@vitest/coverage-istanbul": "^2.0.5", | ||
"eslint": "^8.0.0", | ||
"playwright": "^1.42.1", | ||
"rimraf": "^5.0.5", | ||
"tshy": "^1.17.0", | ||
"tshy": "^2.0.0", | ||
"typescript": "~5.5.3", | ||
"vitest": "^1.4.0" | ||
"vitest": "^2.0.5" | ||
}, | ||
@@ -91,3 +91,2 @@ "dependencies": { | ||
"browser": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/browser/index.d.ts", | ||
@@ -97,3 +96,2 @@ "default": "./dist/browser/index.js" | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -103,3 +101,2 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -106,0 +103,0 @@ "default": "./dist/commonjs/index.js" |
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
181381