@connectrpc/protoc-gen-connect-es
Advanced tools
Comparing version 1.4.0-rc1 to 1.4.0
{ | ||
"name": "@connectrpc/protoc-gen-connect-es", | ||
"version": "1.4.0-rc1", | ||
"version": "1.4.0", | ||
"description": "Code generator for Connect", | ||
@@ -23,8 +23,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^1.6.0", | ||
"@bufbuild/protoplugin": "^1.6.0" | ||
"@bufbuild/protobuf": "^1.7.2", | ||
"@bufbuild/protoplugin": "^1.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@connectrpc/connect": "1.4.0-rc1", | ||
"@bufbuild/protoc-gen-es": "^1.6.0" | ||
"@connectrpc/connect": "1.4.0", | ||
"@bufbuild/protoc-gen-es": "^1.7.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependenciesMeta": { |
{ | ||
"name": "@connectrpc/protoc-gen-connect-es", | ||
"version": "1.4.0-rc1", | ||
"version": "1.4.0", | ||
"description": "Code generator for Connect", | ||
@@ -23,8 +23,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^1.6.0", | ||
"@bufbuild/protoplugin": "^1.6.0" | ||
"@bufbuild/protobuf": "^1.7.2", | ||
"@bufbuild/protoplugin": "^1.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@connectrpc/connect": "1.4.0-rc1", | ||
"@bufbuild/protoc-gen-es": "^1.6.0" | ||
"@connectrpc/connect": "1.4.0", | ||
"@bufbuild/protoc-gen-es": "^1.7.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependenciesMeta": { |
@@ -150,3 +150,14 @@ # @connectrpc/protoc-gen-connect-es | ||
### `ts_nocheck=false` | ||
By default, [protoc-gen-connect-es](https://www.npmjs.com/package/@connectrpc/protoc-gen-connect-es) | ||
(and all other plugins based on [@bufbuild/protoplugin](https://www.npmjs.com/package/@bufbuild/protoplugin)) | ||
generate an annotation at the top of each file: `// @ts-nocheck`. | ||
We generate the annotation to support a wide range of compiler configurations | ||
and future changes to the language. But there can be situations where the | ||
annotation shadows an underlying problem, for example an unresolvable import. | ||
To remove the annotation and to enable type checks, set the plugin option | ||
`ts_nocheck=false`. | ||
## Example generated code | ||
@@ -153,0 +164,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26739
1
222
+ Added@connectrpc/connect@1.4.0(transitive)
- Removed@connectrpc/connect@1.4.0-rc1(transitive)
Updated@bufbuild/protobuf@^1.7.2
Updated@bufbuild/protoplugin@^1.7.2