protobufjs-cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## [1.1.1](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1) (2023-02-02) | ||
### Bug Fixes | ||
* **cli:** fix relative path to Google pb files ([#1859](https://github.com/protobufjs/protobuf.js/issues/1859)) ([e42eea4](https://github.com/protobufjs/protobuf.js/commit/e42eea4868b11f4a07934804a56683321ed191e2)) | ||
## [1.1.0](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.0.2...protobufjs-cli-v1.1.0) (2023-01-24) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "protobufjs-cli", | ||
"description": "Translates between file formats and generates static code as well as TypeScript definitions.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -81,3 +81,3 @@ "use strict"; | ||
// protobuf.js package directory contains additional, otherwise non-bundled google types | ||
paths.push(path.relative(process.cwd(), path.join(__dirname, "..")) || "."); | ||
paths.push(path.relative(process.cwd(), path.join(__dirname, "../protobufjs")) || "."); | ||
@@ -84,0 +84,0 @@ if (!files.length) { |
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
111892