@univerjs/protocol
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -85,5 +85,6 @@ import type { Duration } from "../google/protobuf/duration"; | ||
concurrentUnits: number; | ||
sizeLimitForCommercial: number; | ||
} | ||
export interface VersionType { | ||
type: string; | ||
export interface Config { | ||
distro: string; | ||
confDir: string; | ||
@@ -90,0 +91,0 @@ confName: string; |
{ | ||
"name": "@univerjs/protocol", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos", |
137224
3702