This is an automated email from the ASF dual-hosted git repository. riteshghorse pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push: new d32d3057d22 Add missing package to imports. (#27528) d32d3057d22 is described below commit d32d3057d2203fa9f87ac7247de125b99e85919a Author: Robert Bradshaw <rober...@gmail.com> AuthorDate: Tue Jul 18 10:42:55 2023 -0700 Add missing package to imports. (#27528) --- sdks/typescript/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 5bd7bfbcbbe..18be237f816 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -56,8 +56,9 @@ "main": "./dist/src/apache_beam/index.js", "exports": { ".": "./dist/src/apache_beam/index.js", - "./transforms": "./dist/src/apache_beam/transforms/index.js", + "./io": "./dist/src/apache_beam/io/index.js", "./runners": "./dist/src/apache_beam/index.js", + "./transforms": "./dist/src/apache_beam/transforms/index.js", "./*": "./dist/src/apache_beam/*.js" } }