assemblyai
Advanced tools
Comparing version 4.4.2-beta.3 to 4.4.2-beta.4
{ | ||
"name": "assemblyai", | ||
"version": "4.4.2-beta.3", | ||
"version": "4.4.2-beta.4", | ||
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.", | ||
@@ -20,12 +20,4 @@ "engines": { | ||
"workerd": "./dist/index.mjs", | ||
"browser": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/browser.mjs", | ||
"require": "./dist/browser.cjs" | ||
}, | ||
"react-native": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/browser.mjs", | ||
"require": "./dist/browser.cjs" | ||
}, | ||
"browser": "./dist/browser.mjs", | ||
"react-native": "./dist/browser.mjs", | ||
"node": { | ||
@@ -40,8 +32,2 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"./browser": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/browser.mjs", | ||
"require": "./dist/browser.cjs", | ||
"default": "./dist/browser.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -152,2 +138,2 @@ }, | ||
} | ||
} | ||
} |
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
544570