@datapos/datapos-shared 0.3.189 → 0.3.191

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