Skip to content

Commit

Permalink
Merge pull request #22 from AssemblyAI/76BA0C3E8E6B68C33DC97D584D7F1CD8
Browse files Browse the repository at this point in the history
Release 3.1.2
  • Loading branch information
Swimburger committed Nov 24, 2023
2 parents d352e51 + 00ddb22 commit 6909ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "assemblyai",
"version": "3.1.1",
"version": "3.1.2",
"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",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"exports": {
"default": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.esm.js",
"node": "./dist/index.js"
"node": "./dist/index.js",
"default": "./dist/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6909ab4

Please sign in to comment.