@omnitronix/rng-client-core 1.0.6 → 1.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.
Files changed (2) hide show
  1. package/dist/rng.proto +1 -1
  2. package/package.json +1 -1
package/dist/rng.proto CHANGED
@@ -98,5 +98,5 @@ message BatchWithSeedsResponse {
98
98
 
99
99
  message BatchItem {
100
100
  int32 value = 1;
101
- int32 seed = 2;
101
+ uint64 seed = 2;
102
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnitronix/rng-client-core",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Simple HTTP client for random number generation",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",