Skip to content

Commit

Permalink
Add bufbuild/es v1.3.0 community/stephenh-ts-proto v1.155.1 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jul 17, 2023
1 parent 599a326 commit 00e5d9a
Show file tree
Hide file tree
Showing 14 changed files with 328 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/bufbuild/es/v1.3.0/.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/bufbuild/es/v1.3.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1.4
FROM node:18.16.1-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/@bufbuild/protoc-gen-es/bin/protoc-gen-es

FROM gcr.io/distroless/nodejs18-debian11
COPY --link --from=build /app /app
USER nobody
ENTRYPOINT [ "/app/node_modules/.bin/protoc-gen-es" ]
17 changes: 17 additions & 0 deletions plugins/bufbuild/es/v1.3.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: v1
name: buf.build/bufbuild/es
plugin_version: v1.3.0
source_url: https://github.com/bufbuild/protobuf-es
description: Base types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types.
output_languages:
- javascript
- typescript
registry:
npm:
import_style: module
rewrite_import_path_suffix: pb.js
deps:
- package: '@bufbuild/protobuf'
version: ^1.3.0
spdx_license_id: Apache-2.0
license_url: https://github.com/bufbuild/protobuf-es/blob/v1.3.0/LICENSE
93 changes: 93 additions & 0 deletions plugins/bufbuild/es/v1.3.0/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/bufbuild/es/v1.3.0/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "plugins-bufbuild-protobuf-es",
"version": "1.3.0",
"dependencies": {
"@bufbuild/protoc-gen-es": "1.3.0"
}
}
3 changes: 3 additions & 0 deletions plugins/community/stephenh-ts-proto/v1.155.1/.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/community/stephenh-ts-proto/v1.155.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# syntax=docker/dockerfile:1.4
FROM node:18.16.1-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/ts-proto/protoc-gen-ts_proto

FROM gcr.io/distroless/nodejs18-debian11
COPY --link --from=build /app /app
USER nobody
ENTRYPOINT [ "/app/node_modules/.bin/protoc-gen-ts_proto" ]
9 changes: 9 additions & 0 deletions plugins/community/stephenh-ts-proto/v1.155.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: v1
name: buf.build/community/stephenh-ts-proto
plugin_version: v1.155.1
source_url: https://github.com/stephenh/ts-proto
description: An idiomatic protobuf generator for TypeScript.
output_languages:
- typescript
spdx_license_id: Apache-2.0
license_url: https://github.com/stephenh/ts-proto/blob/v1.155.1/LICENSE
163 changes: 163 additions & 0 deletions plugins/community/stephenh-ts-proto/v1.155.1/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/community/stephenh-ts-proto/v1.155.1/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "plugins-stephenh-ts-proto",
"version": "1.0.0",
"dependencies": {
"ts-proto": "1.155.1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:EtlxDxG0RxqxpuCa/ZMlxJUev5pwltgbGb07BPym3+U=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:ITl4BZJsHgNAA+d1F82/wzsOhl6jpIgtBCRS+bCY7kc=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:ylDnwJcGghsib//K4d4vC4z8crP6bOV8Kcf0NtH7+GY=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1:9scs+1tq9rOsU4INUYcD+X3hjHUEAPHBfqL/Hc71vk8=

0 comments on commit 00e5d9a

Please sign in to comment.