@bilig/headless 0.1.83 → 0.1.85
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/README.md +5 -5
- package/dist/change-order.d.ts +1 -1
- package/dist/change-order.js +2 -2
- package/dist/change-order.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/initial-sheet-load.d.ts +2 -2
- package/dist/initial-sheet-load.js +9 -9
- package/dist/initial-sheet-load.js.map +1 -1
- package/dist/matrix-mutation-plan.d.ts +2 -2
- package/dist/matrix-mutation-plan.js +6 -7
- package/dist/matrix-mutation-plan.js.map +1 -1
- package/dist/persistence.d.ts +2 -2
- package/dist/persistence.js +66 -77
- package/dist/persistence.js.map +1 -1
- package/dist/tracked-engine-event-refs.d.ts +2 -2
- package/dist/tracked-engine-event-refs.js +2 -4
- package/dist/tracked-engine-event-refs.js.map +1 -1
- package/dist/work-paper-errors.d.ts +1 -1
- package/dist/work-paper-errors.js +36 -38
- package/dist/work-paper-errors.js.map +1 -1
- package/dist/work-paper-runtime.d.ts +4 -4
- package/dist/work-paper-runtime.js +413 -495
- package/dist/work-paper-runtime.js.map +1 -1
- package/dist/work-paper-scratch-evaluator.d.ts +2 -2
- package/dist/work-paper-scratch-evaluator.js +3 -3
- package/dist/work-paper-scratch-evaluator.js.map +1 -1
- package/dist/work-paper-sheet-replacement.d.ts +1 -1
- package/dist/work-paper-sheet-replacement.js +2 -2
- package/dist/work-paper-sheet-replacement.js.map +1 -1
- package/dist/work-paper-types.d.ts +19 -19
- package/dist/work-paper.d.ts +3 -3
- package/dist/work-paper.js +3 -3
- package/dist/work-paper.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CellValue } from
|
|
2
|
-
import type { RawCellContent, SerializedWorkPaperNamedExpression, WorkPaperCellAddress, WorkPaperCellRange, WorkPaperConfig, WorkPaperSheet, WorkPaperSheets } from
|
|
1
|
+
import type { CellValue } from '@bilig/protocol';
|
|
2
|
+
import type { RawCellContent, SerializedWorkPaperNamedExpression, WorkPaperCellAddress, WorkPaperCellRange, WorkPaperConfig, WorkPaperSheet, WorkPaperSheets } from './work-paper-types.js';
|
|
3
3
|
export interface WorkPaperScratchWorkbook {
|
|
4
4
|
readonly engine: {
|
|
5
5
|
createSheet(sheetName: string): void;
|
|
@@ -11,13 +11,13 @@ export function calculateWorkPaperFormulaInScratchWorkbook(args) {
|
|
|
11
11
|
temporaryWorkbook.replaceSheetContent(sheetId, sheet);
|
|
12
12
|
});
|
|
13
13
|
temporaryWorkbook.clearHistoryStacks();
|
|
14
|
-
const scratchSheetName = args.scope !== undefined ? `__WORKPAPER_CALC_${args.scope}__` :
|
|
14
|
+
const scratchSheetName = args.scope !== undefined ? `__WORKPAPER_CALC_${args.scope}__` : '__WORKPAPER_CALC__';
|
|
15
15
|
temporaryWorkbook.engine.createSheet(scratchSheetName);
|
|
16
16
|
const scratchSheetId = temporaryWorkbook.requireSheetId(scratchSheetName);
|
|
17
|
-
temporaryWorkbook.applyRawContent({ sheet: scratchSheetId, row: 0, col: 0 }, args.formula.trim().startsWith(
|
|
17
|
+
temporaryWorkbook.applyRawContent({ sheet: scratchSheetId, row: 0, col: 0 }, args.formula.trim().startsWith('=') ? args.formula : `=${args.formula}`);
|
|
18
18
|
const spill = temporaryWorkbook.engine
|
|
19
19
|
.getSpillRanges()
|
|
20
|
-
.find((candidate) => candidate.sheetName === scratchSheetName && candidate.address ===
|
|
20
|
+
.find((candidate) => candidate.sheetName === scratchSheetName && candidate.address === 'A1');
|
|
21
21
|
const value = spill
|
|
22
22
|
? temporaryWorkbook.getRangeValues({
|
|
23
23
|
start: { sheet: scratchSheetId, row: 0, col: 0 },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-paper-scratch-evaluator.js","sourceRoot":"","sources":["../src/work-paper-scratch-evaluator.ts"],"names":[],"mappings":"AA+BA,MAAM,UAAU,0CAA0C,CAAC,IAO1D;IACC,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"work-paper-scratch-evaluator.js","sourceRoot":"","sources":["../src/work-paper-scratch-evaluator.ts"],"names":[],"mappings":"AA+BA,MAAM,UAAU,0CAA0C,CAAC,IAO1D;IACC,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAA;IAC1D,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;QACvD,iBAAiB,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC,CAAA;IACjD,CAAC,CAAC,CAAA;IACF,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;QAC3C,iBAAiB,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAA;IACvD,CAAC,CAAC,CAAA;IACF,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,EAAE,KAAK,CAAC,EAAE,EAAE;QACnE,MAAM,OAAO,GAAG,iBAAiB,CAAC,cAAc,CAAC,SAAS,CAAC,CAAA;QAC3D,iBAAiB,CAAC,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;IACvD,CAAC,CAAC,CAAA;IACF,iBAAiB,CAAC,kBAAkB,EAAE,CAAA;IACtC,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,oBAAoB,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,oBAAoB,CAAA;IAC7G,iBAAiB,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,CAAC,CAAA;IACtD,MAAM,cAAc,GAAG,iBAAiB,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAA;IACzE,iBAAiB,CAAC,eAAe,CAC/B,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EACzC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,OAAO,EAAE,CACxE,CAAA;IACD,MAAM,KAAK,GAAG,iBAAiB,CAAC,MAAM;SACnC,cAAc,EAAE;SAChB,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,KAAK,gBAAgB,IAAI,SAAS,CAAC,OAAO,KAAK,IAAI,CAAC,CAAA;IAC9F,MAAM,KAAK,GAAG,KAAK;QACjB,CAAC,CAAC,iBAAiB,CAAC,cAAc,CAAC;YAC/B,KAAK,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE;YAChD,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,KAAK,CAAC,IAAI,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,IAAI,GAAG,CAAC,EAAE;SACzE,CAAC;QACJ,CAAC,CAAC,iBAAiB,CAAC,YAAY,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,CAAA;IAC7E,iBAAiB,CAAC,OAAO,EAAE,CAAA;IAC3B,OAAO,KAAK,CAAA;AACd,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WorkPaperCellAddress, WorkPaperSheet, WorkPaperSheetDimensions } from
|
|
1
|
+
import type { WorkPaperCellAddress, WorkPaperSheet, WorkPaperSheetDimensions } from './work-paper-types.js';
|
|
2
2
|
export declare function replaceWorkPaperSheetContent(args: {
|
|
3
3
|
sheetId: number;
|
|
4
4
|
sheetName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { formatAddress, parseCellAddress } from
|
|
1
|
+
import { formatAddress, parseCellAddress } from '@bilig/formula';
|
|
2
2
|
export function replaceWorkPaperSheetContent(args) {
|
|
3
3
|
const undoStackStart = args.duringInitialization ? 0 : args.getUndoStackLength();
|
|
4
4
|
const deferredLiteralAddresses = new Set();
|
|
@@ -20,7 +20,7 @@ export function replaceWorkPaperSheetContent(args) {
|
|
|
20
20
|
if (dimensions.width > 0 && dimensions.height > 0) {
|
|
21
21
|
args.clearRange({
|
|
22
22
|
sheetName: args.sheetName,
|
|
23
|
-
startAddress:
|
|
23
|
+
startAddress: 'A1',
|
|
24
24
|
endAddress: formatAddress(dimensions.height - 1, dimensions.width - 1),
|
|
25
25
|
});
|
|
26
26
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-paper-sheet-replacement.js","sourceRoot":"","sources":["../src/work-paper-sheet-replacement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"work-paper-sheet-replacement.js","sourceRoot":"","sources":["../src/work-paper-sheet-replacement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAGhE,MAAM,UAAU,4BAA4B,CAAC,IAyB5C;IACC,MAAM,cAAc,GAAG,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAA;IAChF,MAAM,wBAAwB,GAAG,IAAI,GAAG,EAAU,CAAA;IAClD,IAAI;SACD,UAAU,EAAE;SACZ,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC,SAAS,CAAC;SACrD,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;QACjB,MAAM,KAAK,GAAG,gBAAgB,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAA;QAC9D,KAAK,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,SAAS,IAAI,CAAC,EAAE,CAAC;YAC/D,KAAK,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,SAAS,IAAI,CAAC,EAAE,CAAC;gBAC/D,IAAI,SAAS,KAAK,CAAC,IAAI,SAAS,KAAK,CAAC,EAAE,CAAC;oBACvC,SAAQ;gBACV,CAAC;gBACD,wBAAwB,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,GAAG,GAAG,SAAS,EAAE,KAAK,CAAC,GAAG,GAAG,SAAS,CAAC,CAAC,CAAA;YAC3F,CAAC;QACH,CAAC;IACH,CAAC,CAAC,CAAA;IACJ,MAAM,UAAU,GAAG,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IACxD,IAAI,UAAU,CAAC,KAAK,GAAG,CAAC,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAClD,IAAI,CAAC,UAAU,CAAC;YACd,SAAS,EAAE,IAAI,CAAC,SAAS;YACzB,YAAY,EAAE,IAAI;YAClB,UAAU,EAAE,aAAa,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,UAAU,CAAC,KAAK,GAAG,CAAC,CAAC;SACvE,CAAC,CAAA;IACJ,CAAC;IACD,IAAI,CAAC,mBAAmB,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,OAAO,EAAE;QAC9E,WAAW,EAAE,CAAC,IAAI,CAAC,oBAAoB;QACvC,qBAAqB,EAAE,wBAAwB;QAC/C,SAAS,EAAE,IAAI;KAChB,CAAC,CAAA;IACF,IAAI,IAAI,CAAC,oBAAoB,EAAE,CAAC;QAC9B,IAAI,CAAC,kBAAkB,EAAE,CAAA;QACzB,OAAM;IACR,CAAC;IACD,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAA;AACvC,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { CellValue, LiteralInput, RecalcMetrics } from
|
|
2
|
-
import type { EvaluationResult } from
|
|
1
|
+
import type { CellValue, LiteralInput, RecalcMetrics } from '@bilig/protocol';
|
|
2
|
+
import type { EvaluationResult } from '@bilig/formula';
|
|
3
3
|
export type RawCellContent = LiteralInput | string;
|
|
4
4
|
export type WorkPaperContextValue = string | number | boolean | null | WorkPaperContextObject | readonly WorkPaperContextValue[];
|
|
5
5
|
export interface WorkPaperContextObject {
|
|
6
6
|
[key: string]: WorkPaperContextValue;
|
|
7
7
|
}
|
|
8
8
|
export interface WorkPaperChooseAddressMappingPolicy {
|
|
9
|
-
mode:
|
|
9
|
+
mode: 'dense' | 'sparse';
|
|
10
10
|
}
|
|
11
11
|
export type WorkPaperSheet = readonly (readonly RawCellContent[])[];
|
|
12
12
|
export type WorkPaperSheets = Record<string, WorkPaperSheet>;
|
|
@@ -31,14 +31,14 @@ export interface WorkPaperSheetDimensions {
|
|
|
31
31
|
}
|
|
32
32
|
export type WorkPaperChange = WorkPaperCellChange | WorkPaperNamedExpressionChange;
|
|
33
33
|
export interface WorkPaperCellChange {
|
|
34
|
-
kind:
|
|
34
|
+
kind: 'cell';
|
|
35
35
|
address: WorkPaperCellAddress;
|
|
36
36
|
sheetName: string;
|
|
37
37
|
a1: string;
|
|
38
38
|
newValue: CellValue;
|
|
39
39
|
}
|
|
40
40
|
export interface WorkPaperNamedExpressionChange {
|
|
41
|
-
kind:
|
|
41
|
+
kind: 'named-expression';
|
|
42
42
|
name: string;
|
|
43
43
|
scope?: number;
|
|
44
44
|
newValue: CellValue | CellValue[][];
|
|
@@ -67,7 +67,7 @@ export type WorkPaperParsedDateTime = WorkPaperSimpleDate | WorkPaperSimpleTime
|
|
|
67
67
|
export type WorkPaperParseDateTime = (dateTimeString: string, dateFormat?: string, timeFormat?: string) => WorkPaperParsedDateTime | undefined;
|
|
68
68
|
export type WorkPaperStringifyDateTime = (dateTime: WorkPaperDateTime, dateTimeFormat: string) => string | undefined;
|
|
69
69
|
export type WorkPaperStringifyDuration = (time: WorkPaperSimpleTime, timeFormat: string) => string | undefined;
|
|
70
|
-
export type WorkPaperFunctionArgumentType =
|
|
70
|
+
export type WorkPaperFunctionArgumentType = 'STRING' | 'NUMBER' | 'BOOLEAN' | 'SCALAR' | 'NOERROR' | 'RANGE' | 'INTEGER' | 'COMPLEX' | 'ANY';
|
|
71
71
|
export interface WorkPaperFunctionArgument {
|
|
72
72
|
argumentType: WorkPaperFunctionArgumentType;
|
|
73
73
|
passSubtype?: boolean;
|
|
@@ -106,28 +106,28 @@ export interface WorkPaperLanguagePackage {
|
|
|
106
106
|
readonly ui?: Record<string, string>;
|
|
107
107
|
readonly [key: string]: unknown;
|
|
108
108
|
}
|
|
109
|
-
export type WorkPaperLicenseKeyValidityState =
|
|
109
|
+
export type WorkPaperLicenseKeyValidityState = 'valid' | 'invalid' | 'expired' | 'missing';
|
|
110
110
|
export interface WorkPaperConfig {
|
|
111
111
|
accentSensitive?: boolean;
|
|
112
112
|
caseSensitive?: boolean;
|
|
113
|
-
caseFirst?:
|
|
113
|
+
caseFirst?: 'upper' | 'lower' | 'false';
|
|
114
114
|
chooseAddressMappingPolicy?: WorkPaperChooseAddressMappingPolicy;
|
|
115
115
|
context?: WorkPaperContextValue;
|
|
116
116
|
currencySymbol?: string[];
|
|
117
117
|
dateFormats?: string[];
|
|
118
118
|
functionArgSeparator?: string;
|
|
119
|
-
decimalSeparator?:
|
|
119
|
+
decimalSeparator?: '.' | ',';
|
|
120
120
|
evaluateNullToZero?: boolean;
|
|
121
121
|
functionPlugins?: WorkPaperFunctionPluginDefinition[];
|
|
122
122
|
ignorePunctuation?: boolean;
|
|
123
123
|
language?: string;
|
|
124
|
-
ignoreWhiteSpace?:
|
|
124
|
+
ignoreWhiteSpace?: 'standard' | 'any';
|
|
125
125
|
leapYear1900?: boolean;
|
|
126
126
|
licenseKey?: string;
|
|
127
127
|
localeLang?: string;
|
|
128
128
|
matchWholeCell?: boolean;
|
|
129
|
-
arrayColumnSeparator?:
|
|
130
|
-
arrayRowSeparator?:
|
|
129
|
+
arrayColumnSeparator?: ',' | ';';
|
|
130
|
+
arrayRowSeparator?: ';' | '|';
|
|
131
131
|
maxRows?: number;
|
|
132
132
|
maxColumns?: number;
|
|
133
133
|
nullDate?: {
|
|
@@ -142,7 +142,7 @@ export interface WorkPaperConfig {
|
|
|
142
142
|
stringifyDateTime?: WorkPaperStringifyDateTime;
|
|
143
143
|
stringifyDuration?: WorkPaperStringifyDuration;
|
|
144
144
|
smartRounding?: boolean;
|
|
145
|
-
thousandSeparator?:
|
|
145
|
+
thousandSeparator?: '' | ',' | '.';
|
|
146
146
|
timeFormats?: string[];
|
|
147
147
|
useArrayArithmetic?: boolean;
|
|
148
148
|
useColumnIndex?: boolean;
|
|
@@ -197,17 +197,17 @@ export interface WorkPaperEventMap {
|
|
|
197
197
|
export type WorkPaperEventName = keyof WorkPaperEventMap;
|
|
198
198
|
export type WorkPaperListener<EventName extends WorkPaperEventName> = (...args: WorkPaperEventMap[EventName]) => void;
|
|
199
199
|
export type WorkPaperDetailedListener<EventName extends WorkPaperEventName> = (payload: WorkPaperDetailedEventMap[EventName]) => void;
|
|
200
|
-
export type WorkPaperCellType =
|
|
201
|
-
export type WorkPaperCellValueType =
|
|
202
|
-
export type WorkPaperCellValueDetailedType = WorkPaperCellValueType |
|
|
200
|
+
export type WorkPaperCellType = 'EMPTY' | 'VALUE' | 'FORMULA' | 'ARRAY';
|
|
201
|
+
export type WorkPaperCellValueType = 'EMPTY' | 'NUMBER' | 'STRING' | 'BOOLEAN' | 'ERROR';
|
|
202
|
+
export type WorkPaperCellValueDetailedType = WorkPaperCellValueType | 'DATE' | 'TIME' | 'DATETIME';
|
|
203
203
|
export type WorkPaperDependencyRef = {
|
|
204
|
-
kind:
|
|
204
|
+
kind: 'cell';
|
|
205
205
|
address: WorkPaperCellAddress;
|
|
206
206
|
} | {
|
|
207
|
-
kind:
|
|
207
|
+
kind: 'range';
|
|
208
208
|
range: WorkPaperCellRange;
|
|
209
209
|
} | {
|
|
210
|
-
kind:
|
|
210
|
+
kind: 'name';
|
|
211
211
|
name: string;
|
|
212
212
|
};
|
|
213
213
|
export interface WorkPaperStats {
|
package/dist/work-paper.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { WorkPaper } from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export { WorkPaper } from './work-paper-runtime.js';
|
|
2
|
+
export * from './work-paper-errors.js';
|
|
3
|
+
export * from './work-paper-types.js';
|
package/dist/work-paper.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { WorkPaper } from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export { WorkPaper } from './work-paper-runtime.js';
|
|
2
|
+
export * from './work-paper-errors.js';
|
|
3
|
+
export * from './work-paper-types.js';
|
|
4
4
|
//# sourceMappingURL=work-paper.js.map
|
package/dist/work-paper.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"work-paper.js","sourceRoot":"","sources":["../src/work-paper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"work-paper.js","sourceRoot":"","sources":["../src/work-paper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bilig/headless",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.85",
|
|
4
4
|
"description": "WorkPaper spreadsheet workbook facade for bilig with HyperFormula-style workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bilig",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@bilig/core": "0.1.
|
|
45
|
-
"@bilig/formula": "0.1.
|
|
46
|
-
"@bilig/protocol": "0.1.
|
|
44
|
+
"@bilig/core": "0.1.85",
|
|
45
|
+
"@bilig/formula": "0.1.85",
|
|
46
|
+
"@bilig/protocol": "0.1.85"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=24.0.0"
|