@xmtp/proto
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "@xmtp/proto", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Protobuf client and generated classes for GRPC API", | ||
"main": "./ts/dist/cjs/index.js", | ||
"module": "./ts/dist/esm/index.js", | ||
"main": "./ts/dist/cjs/node.js", | ||
"module": "./ts/dist/esm/node.js", | ||
"types": "./ts/dist/types/index.d.ts", | ||
"browser": "./ts/dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./ts/types/cjs/index.d.ts", | ||
"types": "./ts/types/types/index.d.ts", | ||
"import": "./ts/dist/esm/index.js", | ||
@@ -62,5 +63,9 @@ "require": "./ts/dist/cjs/index.js" | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@types/node": "^18.6.4", | ||
"husky": "^8.0.0", | ||
"semantic-release": "^19.0.3" | ||
}, | ||
"dependencies": { | ||
"undici": "^5.8.1" | ||
} | ||
} |
# proto | ||
Shared Protocol Buffers and their associated generated code | ||
## Working on this repo | ||
Before committing any changes to this repo, you will want to run `npm i` at least once. This will install the Husky precommit hooks to your machine. | ||
Go code will be regenerated based on the `.proto` files on each commit and does not need to be done manually. | ||
Commit messages must be in the [Angular Commit Message Convention](https://gist.github.com/stephenparish/9941e89d80e2bc58a153) |
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
55477
23
820
12
1
4
8
+ Addedundici@^5.8.1
+ Added@fastify/busboy@2.1.1(transitive)
+ Addedundici@5.28.4(transitive)