@zdavison/nestjs-rpc-toolkit 0.0.6 → 0.0.7

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.
package/dist/bin/init.js CHANGED
@@ -112,7 +112,7 @@ class RpcPackageInitializer {
112
112
  "generate:types": "ts-node scripts/generate-all-rpc-types.ts"
113
113
  },
114
114
  dependencies: {
115
- "@zdavison/nestjs-rpc-toolkit": "^0.0.5",
115
+ "@zdavison/nestjs-rpc-toolkit": "^0.0.7",
116
116
  "@nestjs/common": "^10.0.0",
117
117
  "@nestjs/microservices": "^10.0.0"
118
118
  },