@bufbuild/protoc-gen-es
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "@bufbuild/protoc-gen-es", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"license": "Apache-2.0", | ||
@@ -33,7 +33,7 @@ "description": "Protocol Buffers code generator for ECMAScript", | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^2.2.2", | ||
"@bufbuild/protoplugin": "2.2.2" | ||
"@bufbuild/protobuf": "^2.2.3", | ||
"@bufbuild/protoplugin": "2.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@bufbuild/protobuf": "2.2.2" | ||
"@bufbuild/protobuf": "2.2.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependenciesMeta": { |
{ | ||
"name": "@bufbuild/protoc-gen-es", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"license": "Apache-2.0", | ||
@@ -33,7 +33,7 @@ "description": "Protocol Buffers code generator for ECMAScript", | ||
"dependencies": { | ||
"@bufbuild/protobuf": "^2.2.2", | ||
"@bufbuild/protoplugin": "2.2.2" | ||
"@bufbuild/protobuf": "^2.2.3", | ||
"@bufbuild/protoplugin": "2.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@bufbuild/protobuf": "2.2.2" | ||
"@bufbuild/protobuf": "2.2.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependenciesMeta": { |
@@ -12,13 +12,9 @@ # @bufbuild/protoc-gen-es | ||
To install the plugin and the runtime library, run: | ||
To install the runtime library and the plugin, run: | ||
```shell | ||
npm install @bufbuild/protobuf | ||
npm install --save-dev @bufbuild/protoc-gen-es | ||
npm install @bufbuild/protobuf | ||
``` | ||
We use peer dependencies to ensure that the code generator and runtime library are | ||
compatible with each other. Note that npm installs them automatically, but Yarn | ||
and pnpm do not. | ||
## Generating code | ||
@@ -25,0 +21,0 @@ |
34856
121
+ Added@bufbuild/protoplugin@2.2.3(transitive)
- Removed@bufbuild/protobuf@2.2.2(transitive)
- Removed@bufbuild/protoplugin@2.2.2(transitive)
Updated@bufbuild/protobuf@^2.2.3
Updated@bufbuild/protoplugin@2.2.3