steamutils 1.5.42 → 1.5.43
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/_steamproto.js +0 -2
- package/full_steamproto.js +0 -2
- package/package.json +1 -1
- package/steamproto.js +0 -2
package/_steamproto.js
CHANGED
@@ -13,10 +13,8 @@ export class SteamProto {
|
|
13
13
|
|
14
14
|
toProto() {
|
15
15
|
const localProto = path.join(`${__dirname}/protos/`, this._proto.filename);
|
16
|
-
console.log(`localProto: ${localProto}`);
|
17
16
|
|
18
17
|
const descriptorPath = gpf.getProtoPath("protobuf/descriptor.proto");
|
19
|
-
console.log(`descriptorPath: ${descriptorPath}`);
|
20
18
|
|
21
19
|
const root = new Protobuf.Root().loadSync([descriptorPath, localProto], {
|
22
20
|
keepCase: true,
|
package/full_steamproto.js
CHANGED
@@ -13,10 +13,8 @@ export class SteamProto {
|
|
13
13
|
|
14
14
|
toProto() {
|
15
15
|
const localProto = path.join(`${__dirname}/protos/`, this._proto.filename);
|
16
|
-
console.log(`localProto: ${localProto}`);
|
17
16
|
|
18
17
|
const descriptorPath = gpf.getProtoPath("protobuf/descriptor.proto");
|
19
|
-
console.log(`descriptorPath: ${descriptorPath}`);
|
20
18
|
|
21
19
|
const root = new Protobuf.Root().loadSync([descriptorPath, localProto], {
|
22
20
|
keepCase: true,
|
package/package.json
CHANGED
package/steamproto.js
CHANGED
@@ -13,10 +13,8 @@ export class SteamProto {
|
|
13
13
|
|
14
14
|
toProto() {
|
15
15
|
const localProto = path.join(`${__dirname}/protos/`, this._proto.filename);
|
16
|
-
console.log(`localProto: ${localProto}`);
|
17
16
|
|
18
17
|
const descriptorPath = gpf.getProtoPath("protobuf/descriptor.proto");
|
19
|
-
console.log(`descriptorPath: ${descriptorPath}`);
|
20
18
|
|
21
19
|
const root = new Protobuf.Root().loadSync([descriptorPath, localProto], {
|
22
20
|
keepCase: true,
|