@wireio/protoc-gen-solana 1.0.4 → 1.0.5

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireio/protoc-gen-solana",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "protoc plugin generating Rust encode/decode modules from protobuf3 definitions for Solana programs",
5
5
  "private": false,
6
6
  "type": "module",
@@ -22,6 +22,8 @@
22
22
  "README.md"
23
23
  ],
24
24
  "dependencies": {
25
+ "@wireio/protoc-gen-solana": "link:../../../Library/pnpm/global/5/node_modules/@wireio/protoc-gen-solana",
26
+ "@wireio/protoc-gen-solidity": "link:../../../Library/pnpm/global/5/node_modules/@wireio/protoc-gen-solidity",
25
27
  "@yao-pkg/pkg": "^6.14.1",
26
28
  "protobufjs": "^8.0.0",
27
29
  "tracer": "^1.3.0"