Skip to content

Commit abe6c19

Browse files
russellwheatleymikehardy
authored andcommitted
fix(vertexai): package.json main needs updating to commonjs path
1 parent 58e1309 commit abe6c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vertexai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "22.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - Vertex AI is a fully-managed, unified AI development platform for building and using generative AI",
6-
"main": "./dist/module/index.js",
6+
"main": "./dist/commonjs/index.js",
7+
"module": "./dist/module/index.js",
78
"types": "./dist/typescript/module/lib/index.d.ts",
89
"scripts": {
910
"build": "genversion --esm --semi lib/version.ts",
@@ -37,7 +38,6 @@
3738
"typescript": "^5.8.3"
3839
},
3940
"source": "./lib/index.ts",
40-
"module": "./dist/module/index.js",
4141
"exports": {
4242
".": {
4343
"import": {

0 commit comments

Comments
 (0)