@datapos/datapos-shared 0.3.192 → 0.3.194
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/dist/datapos-shared.es.js +135 -142
- package/package.json +1 -4
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
const
|
|
2
|
-
function
|
|
3
|
-
function e(a,
|
|
4
|
-
|
|
1
|
+
const M = ["createObject", "dropObject", "removeRecords", "upsertRecords"], F = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
|
|
2
|
+
function j() {
|
|
3
|
+
function e(a, t, r) {
|
|
4
|
+
r.textContent = "Cytoscape.js diagram goes here...";
|
|
5
5
|
}
|
|
6
6
|
return { render: e };
|
|
7
7
|
}
|
|
8
|
-
function
|
|
9
|
-
function e(a,
|
|
10
|
-
|
|
8
|
+
function U() {
|
|
9
|
+
function e(a, t, r) {
|
|
10
|
+
r.textContent = "values table goes here...";
|
|
11
11
|
}
|
|
12
12
|
return { render: e };
|
|
13
13
|
}
|
|
14
14
|
const v = "https://cdn.jsdelivr.net/npm/highcharts@11.4.3/es-modules/masters/", I = "highcharts";
|
|
15
|
-
let b,
|
|
16
|
-
function
|
|
15
|
+
let b, D = !1;
|
|
16
|
+
function P() {
|
|
17
17
|
async function e(n, s, m, h) {
|
|
18
|
-
await
|
|
18
|
+
await r();
|
|
19
19
|
const l = [];
|
|
20
20
|
for (const c of s.data.measures)
|
|
21
21
|
l.push({ type: n.options.highchartsType, name: c.name, data: c.data });
|
|
@@ -30,7 +30,7 @@ function W() {
|
|
|
30
30
|
return { chart: u, resize: () => u.reflow(), vendorId: I };
|
|
31
31
|
}
|
|
32
32
|
async function a(n, s, m, h) {
|
|
33
|
-
await Promise.all([
|
|
33
|
+
await Promise.all([r(), o()]);
|
|
34
34
|
const l = [];
|
|
35
35
|
for (const c of s.data.measures)
|
|
36
36
|
l.push({ type: n.options.highchartsType, name: c.name, data: c.data });
|
|
@@ -44,8 +44,8 @@ function W() {
|
|
|
44
44
|
}, u = b.chart(m, p, h);
|
|
45
45
|
return { chart: u, resize: () => u.reflow(), vendorId: I };
|
|
46
46
|
}
|
|
47
|
-
async function
|
|
48
|
-
await Promise.all([
|
|
47
|
+
async function t(n, s, m, h) {
|
|
48
|
+
await Promise.all([r(), o()]);
|
|
49
49
|
const l = [], p = [];
|
|
50
50
|
for (let f = 0; f < s.data.measures[0].data.length; f++)
|
|
51
51
|
p.push([s.data.measures[0].data[f][0], s.data.measures[1].data[f][0]]);
|
|
@@ -60,7 +60,7 @@ function W() {
|
|
|
60
60
|
}, c = b.chart(m, u, h);
|
|
61
61
|
return { chart: c, resize: () => c.reflow(), vendorId: I };
|
|
62
62
|
}
|
|
63
|
-
async function
|
|
63
|
+
async function r() {
|
|
64
64
|
if (b) return;
|
|
65
65
|
const n = "https://cdn.jsdelivr.net/npm/highcharts@11.4.3/es-modules/masters/", s = `${n}highcharts.src.js`, m = `${n}modules/accessibility.src.js`;
|
|
66
66
|
b = (await import(
|
|
@@ -72,39 +72,32 @@ function W() {
|
|
|
72
72
|
);
|
|
73
73
|
}
|
|
74
74
|
async function o() {
|
|
75
|
-
if (
|
|
76
|
-
await import(`${v}highcharts-more.src.js`),
|
|
75
|
+
if (D) return;
|
|
76
|
+
await import(`${v}highcharts-more.src.js`), D = !0;
|
|
77
77
|
}
|
|
78
|
-
return { renderCartesianChart: e, renderPolarChart: a, renderRangeChart:
|
|
78
|
+
return { renderCartesianChart: e, renderPolarChart: a, renderRangeChart: t };
|
|
79
79
|
}
|
|
80
|
-
const
|
|
80
|
+
const S = 4, O = `https://cdn.jsdelivr.net/npm/micromark@${S}/+esm`, A = 1, N = `https://cdn.jsdelivr.net/npm/prismjs@${A}/+esm`;
|
|
81
81
|
let x;
|
|
82
|
-
function
|
|
82
|
+
function B() {
|
|
83
83
|
async function e() {
|
|
84
|
-
return await
|
|
84
|
+
return await t(), { micromark: x };
|
|
85
85
|
}
|
|
86
86
|
async function a() {
|
|
87
|
-
await
|
|
87
|
+
await t();
|
|
88
88
|
}
|
|
89
|
-
async function
|
|
90
|
-
|
|
91
|
-
x = (await Promise.all([import(
|
|
89
|
+
async function t() {
|
|
90
|
+
x || (x = (await Promise.all([import(
|
|
92
91
|
/* @vite-ignore */
|
|
93
92
|
O
|
|
94
93
|
), import(
|
|
95
94
|
/* @vite-ignore */
|
|
96
95
|
N
|
|
97
|
-
)]))[0].micromark,
|
|
98
|
-
/* @vite-ignore */
|
|
99
|
-
_
|
|
100
|
-
), import(
|
|
101
|
-
/* @vite-ignore */
|
|
102
|
-
C
|
|
103
|
-
)]);
|
|
96
|
+
)]))[0].micromark, globalThis.Prism);
|
|
104
97
|
}
|
|
105
98
|
return { getStuff: e, render: a };
|
|
106
99
|
}
|
|
107
|
-
const
|
|
100
|
+
const W = 0, H = (e) => e, z = () => Date.now(), V = {
|
|
108
101
|
cartesian_areaLine: { categoryId: "cartesian", typeId: "areaLine", label: { "en-gb": "Area Line" }, options: { highchartsType: "area" } },
|
|
109
102
|
cartesian_areaSpline: { categoryId: "cartesian", typeId: "areaSpline", label: { "en-gb": "Area Spline" }, options: { highchartsType: "area" } },
|
|
110
103
|
cartesian_bar: { categoryId: "cartesian", typeId: "bar", label: { "en-gb": "Bar" }, options: { highchartsType: "bar" } },
|
|
@@ -123,63 +116,63 @@ const V = 0, z = (e) => e, X = () => Date.now(), G = {
|
|
|
123
116
|
streamgraph: { categoryId: "streamgraph", label: { "en-gb": "Streamgraph" }, options: {} },
|
|
124
117
|
values: { categoryId: "values", label: { "en-gb": "Values" }, options: {} }
|
|
125
118
|
};
|
|
126
|
-
class
|
|
119
|
+
class w extends Error {
|
|
127
120
|
locator;
|
|
128
|
-
constructor(a,
|
|
129
|
-
super(a,
|
|
121
|
+
constructor(a, t, r) {
|
|
122
|
+
super(a, r), this.name = "DataPosError", this.locator = t, Error.captureStackTrace?.(this, new.target);
|
|
130
123
|
}
|
|
131
124
|
}
|
|
132
|
-
class g extends
|
|
133
|
-
constructor(a,
|
|
134
|
-
super(a,
|
|
125
|
+
class g extends w {
|
|
126
|
+
constructor(a, t, r) {
|
|
127
|
+
super(a, t, r), this.name = "ApplicationError";
|
|
135
128
|
}
|
|
136
129
|
}
|
|
137
|
-
class
|
|
138
|
-
constructor(a,
|
|
139
|
-
super(a,
|
|
130
|
+
class X extends g {
|
|
131
|
+
constructor(a, t, r) {
|
|
132
|
+
super(a, t, r), this.name = "APIError";
|
|
140
133
|
}
|
|
141
134
|
}
|
|
142
|
-
class
|
|
143
|
-
constructor(a,
|
|
144
|
-
super(a,
|
|
135
|
+
class G extends g {
|
|
136
|
+
constructor(a, t, r) {
|
|
137
|
+
super(a, t, r), this.name = "EngineError";
|
|
145
138
|
}
|
|
146
139
|
}
|
|
147
|
-
class
|
|
140
|
+
class T extends g {
|
|
148
141
|
body;
|
|
149
|
-
constructor(a,
|
|
150
|
-
super(a,
|
|
142
|
+
constructor(a, t, r, o) {
|
|
143
|
+
super(a, t, o), this.name = "FetchError", this.body = r;
|
|
151
144
|
}
|
|
152
145
|
}
|
|
153
|
-
class
|
|
146
|
+
class _ extends g {
|
|
154
147
|
componentName;
|
|
155
148
|
info;
|
|
156
|
-
constructor(a,
|
|
157
|
-
super(a,
|
|
149
|
+
constructor(a, t, r, o, n) {
|
|
150
|
+
super(a, t, n), this.name = "VueHandledError", this.info = r, this.componentName = o;
|
|
158
151
|
}
|
|
159
152
|
}
|
|
160
|
-
class
|
|
161
|
-
constructor(a,
|
|
162
|
-
super(a,
|
|
153
|
+
class K extends g {
|
|
154
|
+
constructor(a, t, r) {
|
|
155
|
+
super(a, t, r), this.name = "WindowHandledRuntimeError";
|
|
163
156
|
}
|
|
164
157
|
}
|
|
165
|
-
class
|
|
166
|
-
constructor(a,
|
|
167
|
-
super(a,
|
|
158
|
+
class J extends g {
|
|
159
|
+
constructor(a, t, r) {
|
|
160
|
+
super(a, t, r), this.name = "WindowHandledPromiseRejectionError";
|
|
168
161
|
}
|
|
169
162
|
}
|
|
170
|
-
class
|
|
171
|
-
constructor(a,
|
|
172
|
-
super(a,
|
|
163
|
+
class q extends w {
|
|
164
|
+
constructor(a, t, r) {
|
|
165
|
+
super(a, t, r), this.name = "OperationalError";
|
|
173
166
|
}
|
|
174
167
|
}
|
|
175
|
-
async function
|
|
176
|
-
const
|
|
177
|
-
return new
|
|
168
|
+
async function Q(e, a, t) {
|
|
169
|
+
const r = `${a} Response status '${e.status}${e.statusText ? ` - ${e.statusText}` : ""}' received.`, o = await e.text();
|
|
170
|
+
return new T(r, t, o);
|
|
178
171
|
}
|
|
179
|
-
function
|
|
172
|
+
function Y(e) {
|
|
180
173
|
return e.map((a) => a.message).join(" ");
|
|
181
174
|
}
|
|
182
|
-
function
|
|
175
|
+
function Z(e, a = "Unknown error.") {
|
|
183
176
|
if (e instanceof Error) return e;
|
|
184
177
|
if (typeof e == "string") return new Error(e);
|
|
185
178
|
try {
|
|
@@ -188,27 +181,27 @@ function te(e, a = "Unknown error.") {
|
|
|
188
181
|
return new Error(a);
|
|
189
182
|
}
|
|
190
183
|
}
|
|
191
|
-
function
|
|
192
|
-
const a = /* @__PURE__ */ new Set(),
|
|
193
|
-
let
|
|
194
|
-
for (;
|
|
195
|
-
a.add(
|
|
184
|
+
function ee(e) {
|
|
185
|
+
const a = /* @__PURE__ */ new Set(), t = [];
|
|
186
|
+
let r = e;
|
|
187
|
+
for (; r && !a.has(r); ) {
|
|
188
|
+
a.add(r);
|
|
196
189
|
let o;
|
|
197
|
-
if (
|
|
198
|
-
o = { body:
|
|
199
|
-
else if (
|
|
200
|
-
o = { componentName:
|
|
201
|
-
else if (
|
|
202
|
-
o = { locator:
|
|
203
|
-
else if (
|
|
204
|
-
const n =
|
|
205
|
-
o = { locator: "", message: n.message, name: n.name, stack: n.stack },
|
|
206
|
-
} else
|
|
207
|
-
/(?:\.{3}|[.!?])$/.test(o.message) || (o.message += "."),
|
|
190
|
+
if (r instanceof T)
|
|
191
|
+
o = { body: r.body, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
192
|
+
else if (r instanceof _)
|
|
193
|
+
o = { componentName: r.componentName, info: r.info, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
194
|
+
else if (r instanceof w)
|
|
195
|
+
o = { locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
196
|
+
else if (r instanceof Error) {
|
|
197
|
+
const n = r;
|
|
198
|
+
o = { locator: "", message: n.message, name: n.name, stack: n.stack }, r = n.cause;
|
|
199
|
+
} else r ? (o = { locator: "", message: String(r), name: "Error" }, r = void 0) : (o = { locator: "", message: "Unknown error.", name: "Error" }, r = void 0);
|
|
200
|
+
/(?:\.{3}|[.!?])$/.test(o.message) || (o.message += "."), t.push(o);
|
|
208
201
|
}
|
|
209
|
-
return
|
|
202
|
+
return t;
|
|
210
203
|
}
|
|
211
|
-
const
|
|
204
|
+
const R = "en-US", y = {}, re = (e) => {
|
|
212
205
|
switch (e) {
|
|
213
206
|
case "Edm.Binary":
|
|
214
207
|
return "unknown";
|
|
@@ -247,41 +240,41 @@ const S = "en-US", y = {}, ae = (e) => {
|
|
|
247
240
|
default:
|
|
248
241
|
return "unknown";
|
|
249
242
|
}
|
|
250
|
-
},
|
|
243
|
+
}, te = (e) => {
|
|
251
244
|
if (e) {
|
|
252
|
-
const a = e.lastIndexOf("/"),
|
|
253
|
-
return
|
|
245
|
+
const a = e.lastIndexOf("/"), t = e.lastIndexOf(".", a > -1 ? a : e.length);
|
|
246
|
+
return t > -1 ? e.substring(0, t) : e;
|
|
254
247
|
}
|
|
255
|
-
},
|
|
248
|
+
}, ae = (e) => {
|
|
256
249
|
if (e) {
|
|
257
250
|
const a = e.lastIndexOf(".");
|
|
258
251
|
if (a > -1) return e.substring(a + 1);
|
|
259
252
|
}
|
|
260
|
-
}, i = (e, a = 2,
|
|
253
|
+
}, i = (e, a = 2, t = a, r = R) => {
|
|
261
254
|
if (e == null) return "";
|
|
262
|
-
const o = `${
|
|
255
|
+
const o = `${r}decimal${a}.${t}`;
|
|
263
256
|
let n = y[o];
|
|
264
|
-
return n || (n = new Intl.NumberFormat(
|
|
257
|
+
return n || (n = new Intl.NumberFormat(r, {
|
|
265
258
|
localeMatcher: "best fit",
|
|
266
259
|
maximumFractionDigits: a,
|
|
267
|
-
minimumFractionDigits:
|
|
260
|
+
minimumFractionDigits: t,
|
|
268
261
|
minimumIntegerDigits: 1,
|
|
269
262
|
style: "decimal",
|
|
270
263
|
useGrouping: !0
|
|
271
264
|
}), y[o] = n), n.format(e);
|
|
272
|
-
},
|
|
265
|
+
}, ne = (e) => e == null ? "" : e < 1e3 ? E(e) : e < 1e6 ? `${i(e / 1e3, 2, 0)}K` : e < 1e9 ? `${i(e / 1e6, 2, 0)}M` : e < 1e12 ? `${i(e / 1e9, 2, 0)}B` : `${i(e / 1e12, 2, 0)}T`, oe = (e) => e == null ? "" : e === 1 ? "1 byte" : e < 1024 ? `${E(e)} bytes` : e < 1048576 ? `${i(e / 1024, 2, 0)} KB` : e < 1073741824 ? `${i(e / 1048576, 2, 0)} MB` : e < 1099511627776 ? `${i(e / 1073741824, 2, 0)} GB` : `${i(e / 1099511627776, 2, 0)} TB`, se = (e) => e == null ? "" : e < 1e3 ? `${E(e)} ms` : e === 1e3 ? `${E(e)} sec` : e < 6e4 ? `${i(e / 1e3, 2, 0)} secs` : e === 6e4 ? "1 min" : e < 36e5 ? `${i(e / 6e4, 2, 0)} mins` : e === 36e5 ? "1 hr" : e < 864e5 ? `${i(e / 36e5, 2, 0)} hrs` : e === 864e5 ? "1 day" : `${i(e / 864e5, 2, 0)} days`, E = (e, a = R) => {
|
|
273
266
|
if (e == null) return "";
|
|
274
|
-
const
|
|
275
|
-
let
|
|
276
|
-
return
|
|
267
|
+
const t = `${a}decimal0.0`;
|
|
268
|
+
let r = y[t];
|
|
269
|
+
return r || (r = new Intl.NumberFormat(a, {
|
|
277
270
|
localeMatcher: "best fit",
|
|
278
271
|
maximumFractionDigits: 0,
|
|
279
272
|
minimumFractionDigits: 0,
|
|
280
273
|
minimumIntegerDigits: 1,
|
|
281
274
|
style: "decimal",
|
|
282
275
|
useGrouping: !0
|
|
283
|
-
}), y[
|
|
284
|
-
},
|
|
276
|
+
}), y[t] = r), r.format(e);
|
|
277
|
+
}, ie = (e) => {
|
|
285
278
|
switch (e) {
|
|
286
279
|
case "csv":
|
|
287
280
|
return "text/csv";
|
|
@@ -295,7 +288,7 @@ const S = "en-US", y = {}, ae = (e) => {
|
|
|
295
288
|
default:
|
|
296
289
|
return "application/octet-stream";
|
|
297
290
|
}
|
|
298
|
-
},
|
|
291
|
+
}, C = [
|
|
299
292
|
{ id: "dtv", label: { "en-gb": "Delimited Text" } },
|
|
300
293
|
{ id: "e/e", label: { "en-gb": "Entity/Event" } },
|
|
301
294
|
{ id: "jsonArray", label: { "en-gb": "JSON Array" } },
|
|
@@ -303,22 +296,22 @@ const S = "en-US", y = {}, ae = (e) => {
|
|
|
303
296
|
{ id: "xls", label: { "en-gb": "XLS" } },
|
|
304
297
|
{ id: "xlsx", label: { "en-gb": "XLSX" } },
|
|
305
298
|
{ id: "xml", label: { "en-gb": "XML" } }
|
|
306
|
-
],
|
|
299
|
+
], le = (e = d) => {
|
|
307
300
|
const a = [];
|
|
308
|
-
for (const
|
|
301
|
+
for (const t of C) a.push({ ...t, label: t.label[e] || t.label[d] || t.id });
|
|
309
302
|
return a;
|
|
310
|
-
},
|
|
303
|
+
}, L = [
|
|
311
304
|
{ id: `
|
|
312
305
|
`, label: { "en-gb": "Newline" } },
|
|
313
306
|
{ id: "\r", label: { "en-gb": "Carriage Return" } },
|
|
314
307
|
{ id: `\r
|
|
315
308
|
`, label: { "en-gb": "Carriage Return/Newline" } }
|
|
316
|
-
],
|
|
309
|
+
], ce = (e = d) => {
|
|
317
310
|
const a = [];
|
|
318
|
-
for (const
|
|
319
|
-
a.push({ ...
|
|
311
|
+
for (const t of L)
|
|
312
|
+
a.push({ ...t, label: t.label[e] || t.label[d] || t.id });
|
|
320
313
|
return a;
|
|
321
|
-
},
|
|
314
|
+
}, $ = [
|
|
322
315
|
{ id: ":", label: { "en-gb": "Colon" } },
|
|
323
316
|
{ id: ",", label: { "en-gb": "Comma" } },
|
|
324
317
|
{ id: "!", label: { "en-gb": "Exclamation Mark" } },
|
|
@@ -330,10 +323,10 @@ const S = "en-US", y = {}, ae = (e) => {
|
|
|
330
323
|
{ id: "_", label: { "en-gb": "Underscore" } },
|
|
331
324
|
{ id: "0x1F", label: { "en-gb": "Unit Separator" } },
|
|
332
325
|
{ id: "|", label: { "en-gb": "Vertical Bar" } }
|
|
333
|
-
],
|
|
326
|
+
], de = (e = d) => {
|
|
334
327
|
const a = [];
|
|
335
|
-
for (const
|
|
336
|
-
a.push({ ...
|
|
328
|
+
for (const t of $)
|
|
329
|
+
a.push({ ...t, label: t.label[e] || t.label[d] || t.id });
|
|
337
330
|
return a;
|
|
338
331
|
}, k = [
|
|
339
332
|
{ id: "alpha", color: "red", label: { "en-gb": "alpha" } },
|
|
@@ -345,45 +338,45 @@ const S = "en-US", y = {}, ae = (e) => {
|
|
|
345
338
|
{ id: "releaseCandidate", color: "green", label: { "en-gb": "release-candidate" } },
|
|
346
339
|
{ id: "unavailable", color: "other", label: { "en-gb": "unavailable" } },
|
|
347
340
|
{ id: "underReview", color: "other", label: { "en-gb": "under-review" } }
|
|
348
|
-
],
|
|
349
|
-
const
|
|
350
|
-
return
|
|
341
|
+
], me = (e, a = d) => {
|
|
342
|
+
const t = k.find((r) => r.id === e);
|
|
343
|
+
return t ? { ...t, label: t.label[a] || t.label[d] || e } : { id: e, color: "other", label: e };
|
|
351
344
|
}, d = "en-gb";
|
|
352
345
|
export {
|
|
353
|
-
|
|
346
|
+
X as APIError,
|
|
354
347
|
g as ApplicationError,
|
|
355
|
-
|
|
356
|
-
|
|
348
|
+
M as CONNECTOR_DESTINATION_OPERATIONS,
|
|
349
|
+
F as CONNECTOR_SOURCE_OPERATIONS,
|
|
357
350
|
d as DEFAULT_LOCALE_CODE,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
351
|
+
W as DefaultTimestamp,
|
|
352
|
+
G as EngineError,
|
|
353
|
+
T as FetchError,
|
|
354
|
+
q as OperationalError,
|
|
355
|
+
_ as VueError,
|
|
356
|
+
J as WindowPromiseRejectionError,
|
|
357
|
+
K as WindowRuntimeError,
|
|
358
|
+
Q as buildFetchError,
|
|
359
|
+
Y as concatenateSerialisedErrorMessages,
|
|
360
|
+
H as convertMillisecondsToTimestamp,
|
|
361
|
+
re as convertODataTypeIdToUsageTypeId,
|
|
362
|
+
ae as extractExtensionFromPath,
|
|
363
|
+
te as extractNameFromPath,
|
|
371
364
|
i as formatNumberAsDecimalNumber,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
365
|
+
se as formatNumberAsDuration,
|
|
366
|
+
ne as formatNumberAsSize,
|
|
367
|
+
oe as formatNumberAsStorageSize,
|
|
375
368
|
E as formatNumberAsWholeNumber,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
369
|
+
me as getComponentStatus,
|
|
370
|
+
z as getCurrentTimestamp,
|
|
371
|
+
le as getDataFormats,
|
|
372
|
+
ce as getRecordDelimiters,
|
|
373
|
+
de as getValueDelimiters,
|
|
374
|
+
ie as lookupMimeTypeForExtension,
|
|
375
|
+
Z as normalizeToError,
|
|
376
|
+
V as presentationViewTypeMap,
|
|
377
|
+
ee as serialiseError,
|
|
378
|
+
j as useCytoscapeJS,
|
|
379
|
+
U as useDataTable,
|
|
380
|
+
P as useHighcharts,
|
|
381
|
+
B as useMicromark
|
|
389
382
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.194",
|
|
4
4
|
"description": "A TypeScript library containing common declarations and utilities used across other Data Positioning repositories.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -28,15 +28,12 @@
|
|
|
28
28
|
"csv-parse": "^6.1.0",
|
|
29
29
|
"date-fns": "^4.1.0",
|
|
30
30
|
"highcharts": "^12.4.0",
|
|
31
|
-
"markdown-it": "^14.1.0",
|
|
32
31
|
"micromark": "^4.0.2",
|
|
33
32
|
"nanoid": "^5.1.6",
|
|
34
|
-
"prismjs": "^1.30.0",
|
|
35
33
|
"zod": "^4.1.12"
|
|
36
34
|
},
|
|
37
35
|
"devDependencies": {
|
|
38
36
|
"@datapos/datapos-development": "^0.3.66",
|
|
39
|
-
"@types/markdown-it": "^14.1.2",
|
|
40
37
|
"@types/node": "^24.10.0",
|
|
41
38
|
"@types/prismjs": "^1.26.5",
|
|
42
39
|
"@typescript-eslint/eslint-plugin": "^8.46.3",
|