@vot.js/shared
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -11,3 +11,3 @@ export default { | ||
loggerLevel: 1, | ||
version: "2.0.2", | ||
version: "2.0.3", | ||
}; |
{ | ||
"name": "@vot.js/shared", | ||
"description": "shared for all @vot.js package", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Toil", | ||
@@ -109,4 +109,6 @@ "license": "MIT", | ||
"scripts": { | ||
"prepack": "bun run ../../scripts/onPrepack.ts", | ||
"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" | ||
} | ||
} |
174215