@bufbuild/protoplugin 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -31,4 +31,4 @@ ECMAScript-compliant code.
31
31
 
32
32
  ## Usage
33
33
 
34
- Get started now with our [plugin documentation](https://github.com/bufbuild/protobuf-es/blob/main/MANUAL.md#writing-plugins).
34
+ Get started now with our [plugin documentation](https://protobufes.com/guides/writing-plugins/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bufbuild/protoplugin",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Helps to create your own Protocol Buffers code generators.",
6
6
  "keywords": [
@@ -10,6 +10,7 @@
10
10
  "ecmascript",
11
11
  "protoc-plugin"
12
12
  ],
13
+ "homepage": "https://protobufes.com/",
13
14
  "repository": {
14
15
  "type": "git",
15
16
  "url": "https://github.com/bufbuild/protobuf-es.git",
@@ -35,7 +36,7 @@
35
36
  }
36
37
  },
37
38
  "dependencies": {
38
- "@bufbuild/protobuf": "2.12.0",
39
+ "@bufbuild/protobuf": "2.12.1",
39
40
  "@typescript/vfs": "^1.6.2",
40
41
  "typescript": "5.4.5"
41
42
  },