protoc-gen-grpc-gateway-es
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1096,4 +1096,4 @@ #!/usr/bin/env node | ||
export const asBigIntString: ( | ||
value: BigIntString | bigint | number | ||
) => BigIntString = String as any; | ||
value: string | bigint | number | ||
) => BigIntString = (v) => String(BigInt(v)) as BigIntString; | ||
@@ -1411,2 +1411,11 @@ /** | ||
git: "https://github.com/czabaj/protoc-gen-grpc-gateway-es", | ||
repository: { | ||
type: "git", | ||
url: "git+https://github.com/czabaj/protoc-gen-grpc-gateway-es.git" | ||
}, | ||
keywords: [ | ||
"grpc-gateway", | ||
"protobuf", | ||
"protoc" | ||
], | ||
license: "MIT", | ||
@@ -1417,6 +1426,6 @@ name: "protoc-gen-grpc-gateway-es", | ||
generateOptions: "cd options && bunx buf generate buf.build/googleapis/googleapis && bunx buf generate buf.build/grpc-ecosystem/grpc-gateway && bunx buf generate buf.build/protocolbuffers/wellknowntypes", | ||
release: "bun test && bun run build && bunx release-it" | ||
release: "bunx release-it" | ||
}, | ||
type: "module", | ||
version: "0.1.1" | ||
version: "0.1.3" | ||
}; | ||
@@ -1423,0 +1432,0 @@ |
@@ -23,2 +23,11 @@ { | ||
"git": "https://github.com/czabaj/protoc-gen-grpc-gateway-es", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/czabaj/protoc-gen-grpc-gateway-es.git" | ||
}, | ||
"keywords": [ | ||
"grpc-gateway", | ||
"protobuf", | ||
"protoc" | ||
], | ||
"license": "MIT", | ||
@@ -29,6 +38,6 @@ "name": "protoc-gen-grpc-gateway-es", | ||
"generateOptions": "cd options && bunx buf generate buf.build/googleapis/googleapis && bunx buf generate buf.build/grpc-ecosystem/grpc-gateway && bunx buf generate buf.build/protocolbuffers/wellknowntypes", | ||
"release": "bun test && bun run build && bunx release-it" | ||
"release": "bunx release-it" | ||
}, | ||
"type": "module", | ||
"version": "0.1.2" | ||
"version": "0.1.3" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
67819
1381
0