Skip to content

Commit

Permalink
Update connectrpc/es to v1.1.4 (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-token-plugins[bot] authored Dec 4, 2023
1 parent cdb9082 commit 35b03aa
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/connectrpc/es/v1.1.4/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!Dockerfile
!package*.json
11 changes: 11 additions & 0 deletions plugins/connectrpc/es/v1.1.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1.6
FROM node:20.10.0-alpine3.18 AS build
WORKDIR /app
COPY --link package*.json .
RUN npm ci
RUN sed -i -e 's|/usr/bin/env node|/nodejs/bin/node|g' /app/node_modules/@connectrpc/protoc-gen-connect-es/bin/protoc-gen-connect-es

FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:6bd06494907b362c5d85dfbf60930e98272b9ffc1cbcb5c6d602da7ba9a303a0
COPY --link --from=build /app /app
USER nobody
ENTRYPOINT [ "/app/node_modules/.bin/protoc-gen-connect-es" ]
20 changes: 20 additions & 0 deletions plugins/connectrpc/es/v1.1.4/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: v1
name: buf.build/connectrpc/es
plugin_version: v1.1.4
source_url: https://github.com/connectrpc/connect-es
integration_guide_url: https://connectrpc.com/docs/web/getting-started
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
deps:
- plugin: buf.build/bufbuild/es:v1.5.0
output_languages:
- javascript
- typescript
registry:
npm:
import_style: module
rewrite_import_path_suffix: connect.js
deps:
- package: '@connectrpc/connect'
version: ^1.1.4
spdx_license_id: Apache-2.0
license_url: https://github.com/connectrpc/connect-es/blob/v1.1.4/LICENSE
98 changes: 98 additions & 0 deletions plugins/connectrpc/es/v1.1.4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions plugins/connectrpc/es/v1.1.4/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "plugins-connectrpc-es",
"version": "1.1.4",
"dependencies": {
"@connectrpc/protoc-gen-connect-es": "1.1.4"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:uTzKPQa9x60Jy6TTVw8UZQG6jV9y8iZikLSUGX67HqQ=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:5qDDzAEiG5F3+fNR/EmXrnr6qAxAD/NSVqlc12FguFg=

0 comments on commit 35b03aa

Please sign in to comment.