assemblyai
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "assemblyai", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "The AssemblyAI Node.js 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.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "commonjs", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.esm.js", | ||
"node": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
}, | ||
"repository": { | ||
@@ -20,3 +24,3 @@ "type": "git", | ||
"publishConfig": { | ||
"tag": "latest", | ||
"tag": "beta", | ||
"access": "public", | ||
@@ -28,3 +32,3 @@ "registry": "https://registry.npmjs.org/" | ||
"clean": "rimraf dist", | ||
"lint": "eslint -c .eslintrc.json '{src,tests}/**/*.{js,ts}'", | ||
"lint": "eslint -c .eslintrc.json '{src,tests}/**/*.{js,ts}' && publint", | ||
"test": "pnpm lint && pnpm test:unit", | ||
@@ -69,2 +73,3 @@ "test:unit": "jest --config jest.config.rollup.ts", | ||
"prettier": "^2.8.8", | ||
"publint": "^0.2.5", | ||
"rimraf": "^5.0.1", | ||
@@ -81,2 +86,2 @@ "rollup": "^3.25.1", | ||
} | ||
} | ||
} |
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
181497
25