Skip to content

Commit 8c8481a

Browse files
authored
fix: update proto import path (#5878)
fixes #5876
1 parent 931859e commit 8c8481a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/google-cloud-tasks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"default": "./build/cjs/src/index.cjs"
2424
}
2525
},
26-
"./build/protos/protos": {
26+
"./build/protos": {
2727
"import": {
28-
"types": "./build/protos/protos/protos.d.ts",
29-
"default": "./build/protos/protos/protos.js"
28+
"types": "./build/protos/protos.d.ts",
29+
"default": "./build/protos/protos.js"
3030
},
3131
"require": {
32-
"types": "./build/protos/protos/protos.d.ts",
33-
"default": "./build/protos/protos/protos.cjs"
32+
"types": "./build/protos/protos.d.ts",
33+
"default": "./build/protos/protos.cjs"
3434
}
3535
}
3636
},

0 commit comments

Comments
 (0)