Skip to content

Commit

Permalink
fix: update proto import path (#5878)
Browse files Browse the repository at this point in the history
fixes  #5876
  • Loading branch information
sofisl authored Dec 12, 2024
1 parent 931859e commit 8c8481a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"default": "./build/cjs/src/index.cjs"
}
},
"./build/protos/protos": {
"./build/protos": {
"import": {
"types": "./build/protos/protos/protos.d.ts",
"default": "./build/protos/protos/protos.js"
"types": "./build/protos/protos.d.ts",
"default": "./build/protos/protos.js"
},
"require": {
"types": "./build/protos/protos/protos.d.ts",
"default": "./build/protos/protos/protos.cjs"
"types": "./build/protos/protos.d.ts",
"default": "./build/protos/protos.cjs"
}
}
},
Expand Down

0 comments on commit 8c8481a

Please sign in to comment.