steamutils 1.4.36 → 1.4.37

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.4.36",
3
+ "version": "1.4.37",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  message CEngineGotvSyncPacket {
4
4
  optional uint64 match_id = 1;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  extend .google.protobuf.EnumValueOptions {
4
4
  optional string network_connection_token = 50500;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  extend .google.protobuf.FieldOptions {
4
4
  optional bool key_field = 60000 [default = false];
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  option optimize_for = SPEED;
4
4
  option cc_generic_services = true;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  option optimize_for = SPEED;
4
4
  option cc_generic_services = false;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  extend .google.protobuf.FieldOptions {
4
4
  optional bool valve_map_field = 61000 [default = false];
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  option optimize_for = SPEED;
4
4
  option cc_generic_services = true;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
  import "enums.proto";
3
3
 
4
4
  option optimize_for = SPEED;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  option optimize_for = SPEED;
4
4
  option cc_generic_services = false;
@@ -1,6 +1,6 @@
1
1
  import "enums.proto";
2
2
  import "steammessages_base.proto";
3
- import "google/protobuf/descriptor.proto";
3
+
4
4
 
5
5
  option optimize_for = SPEED;
6
6
  option cc_generic_services = true;
@@ -1,4 +1,4 @@
1
- import "google/protobuf/descriptor.proto";
1
+
2
2
 
3
3
  extend .google.protobuf.FieldOptions {
4
4
  optional string description = 50000;
package/steamproto.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import path from "path";
2
- import { loadProfos } from "./helpers/protos.js";
3
2
  import { fileURLToPath } from "url";
4
3
  import Protobuf from "protobufjs";
4
+
5
5
  const __filename = fileURLToPath(import.meta.url);
6
6
  const __dirname = path.dirname(__filename);
7
7