@vot.js/shared
Advanced tools
Comparing version 2.1.10 to 2.1.11
@@ -7,3 +7,3 @@ export default { | ||
userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 YaBrowser/24.12.0.0 Safari/537.36", | ||
componentVersion: "24.12.2.856", | ||
componentVersion: "24.12.3.780", | ||
hmac: "bt8xH3VOlb4mqf0nqAibnDOoiPlXsisf", | ||
@@ -13,3 +13,3 @@ defaultDuration: 343, | ||
loggerLevel: 1, | ||
version: "2.1.10", | ||
version: "2.1.11", | ||
}; |
@@ -1,2 +0,2 @@ | ||
import _m0 from "protobufjs/minimal"; | ||
import _m0 from "protobufjs/minimal.js"; | ||
export declare const protobufPackage = ""; | ||
@@ -3,0 +3,0 @@ export declare enum StreamInterval { |
@@ -1,2 +0,2 @@ | ||
import _m0 from "protobufjs/minimal"; | ||
import _m0 from "protobufjs/minimal.js"; | ||
export const protobufPackage = ""; | ||
@@ -3,0 +3,0 @@ export var StreamInterval; |
{ | ||
"name": "@vot.js/shared", | ||
"description": "shared for all @vot.js package", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"author": "Toil", | ||
@@ -111,4 +111,4 @@ "license": "MIT", | ||
"postpublish": "bun run ../../scripts/onPostPublish.ts", | ||
"proto:gen": "protoc --plugin=..\\..\\node_modules\\.bin\\protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_out=. ./src/protos/yandex.proto" | ||
"proto:gen": "protoc --plugin=..\\..\\node_modules\\.bin\\protoc-gen-ts_proto --ts_proto_opt=esModuleInterop=true --ts_proto_opt=importSuffix=.js --ts_proto_out=. ./src/protos/yandex.proto" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
179266