assemblyai 4.4.2-beta.2 → 4.4.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assemblyai",
|
|
3
|
-
"version": "4.4.2-beta.
|
|
3
|
+
"version": "4.4.2-beta.3",
|
|
4
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.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18"
|
|
@@ -42,12 +42,6 @@
|
|
|
42
42
|
"require": "./dist/browser.cjs",
|
|
43
43
|
"default": "./dist/browser.cjs"
|
|
44
44
|
},
|
|
45
|
-
"./react-native": {
|
|
46
|
-
"types": "./dist/index.d.ts",
|
|
47
|
-
"import": "./dist/browser.mjs",
|
|
48
|
-
"require": "./dist/browser.cjs",
|
|
49
|
-
"default": "./dist/browser.cjs"
|
|
50
|
-
},
|
|
51
45
|
"./package.json": "./package.json"
|
|
52
46
|
},
|
|
53
47
|
"imports": {
|
|
@@ -68,10 +62,11 @@
|
|
|
68
62
|
}
|
|
69
63
|
},
|
|
70
64
|
"type": "commonjs",
|
|
65
|
+
"react-native": "./dist/browser.mjs",
|
|
66
|
+
"browser": "./dist/browser.mjs",
|
|
71
67
|
"main": "./dist/index.cjs",
|
|
72
68
|
"require": "./dist/index.cjs",
|
|
73
69
|
"module": "./dist/index.mjs",
|
|
74
|
-
"react-native": "./dist/index.mjs",
|
|
75
70
|
"types": "./dist/index.d.ts",
|
|
76
71
|
"typings": "./dist/index.d.ts",
|
|
77
72
|
"repository": {
|