diff --git a/README.md b/README.md index 891701c..86a3a01 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,23 @@ To use Protocol Buffers with JavaScript, you need two main components: (look for the `protoc-*.zip` files under **Downloads**). -Project Status as of September 2022 + +Project Status === -This project is currently in a somewhat broken state that we are working to rectify. We expect to have updated releases by the end of September 2022. +This project is currently in a working state. **Support Status** -Protobuf JavaScript is widely used and well maintained internally at Google but does not currently have staffing for more than minimal support for this open source project. +We currently do not have staffing for more than minimal support for this open +source project. We will answer questions and triage any issues. **Contributing** -Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades. +Contributions should preserve existing behavior where possible. Current +customers rely on applications continuing to work across minor version upgrades. +We encourage small targeted contributions. Thanks! -We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks! Setup ===== @@ -149,7 +152,7 @@ The syntax of the `--js_out` flag is: Where `OPTIONS` are separated by commas. Options are either `opt=val` or just `opt` (for options that don't take a value). The available options are specified and documented in the `GeneratorOptions` struct in -[src/google/protobuf/compiler/js/js_generator.h](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/compiler/js/js_generator.h#L53). +[generator/js_generator.h](https://github.com/protocolbuffers/protobuf-javascript/blob/main/generator/js_generator.h#L53). Some examples: diff --git a/package-lock.json b/package-lock.json index 1d4530b..e3da9d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3348,9 +3348,9 @@ } }, "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, "bin": { "semver": "bin/semver" @@ -7064,9 +7064,9 @@ } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true }, "semver-greatest-satisfied-range": { diff --git a/yarn.lock b/yarn.lock index 0843834..70782b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1635,8 +1635,8 @@ semver-greatest-satisfied-range@^1.1.0: sver-compat "^1.5.0" "semver@2 || 3 || 4 || 5": - version "5.7.1" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" set-blocking@^2.0.0: version "2.0.0"