@aurum-sdk/core 0.2.4 → 0.2.5
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/{chunk-GTEGWUGU.js → chunk-27AOACEW.js} +1845 -3719
- package/dist/{chunk-LMQLRSFP.js → chunk-4EBNC4R3.js} +3 -3
- package/dist/{chunk-ZT57KKYB.mjs → chunk-DRID67T7.mjs} +2 -2
- package/dist/{chunk-YFDA5EMH.mjs → chunk-J6XFKNJN.mjs} +2 -9
- package/dist/{chunk-IQ7F5R7D.js → chunk-QIPVNM7T.js} +3 -10
- package/dist/{chunk-GP7AGIK5.mjs → chunk-X6ADRWYF.mjs} +1501 -3375
- package/dist/{chunk-ATH4UWSL.js → chunk-XTOUIIXZ.js} +12 -12
- package/dist/{chunk-YEVOYJGQ.mjs → chunk-YP64HBUK.mjs} +2 -2
- package/dist/{dist-3K7ESMKX.js → dist-7I773YNF.js} +68 -68
- package/dist/{dist-SYSRLCAE.mjs → dist-YBFFGXT3.mjs} +3 -3
- package/dist/index.js +101 -101
- package/dist/index.mjs +9 -9
- package/dist/{index.web-HX5ZVRA3.mjs → index.web-T26HBS3X.mjs} +4 -4
- package/dist/{index.web-ZRK5OLZ5.js → index.web-WXUV52ZW.js} +495 -495
- package/dist/widgets.js +18 -18
- package/dist/widgets.mjs +3 -3
- package/package.json +4 -4
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQIPVNM7Tjs = require('./chunk-QIPVNM7T.js');
|
|
4
4
|
|
|
5
5
|
// ../../node_modules/.pnpm/zustand@5.0.9_@types+react@18.3.26_react@19.2.3/node_modules/zustand/esm/vanilla.mjs
|
|
6
|
-
|
|
6
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
7
7
|
var createStoreImpl = (createState) => {
|
|
8
8
|
let state;
|
|
9
9
|
const listeners = /* @__PURE__ */ new Set();
|
|
@@ -30,4 +30,4 @@ var createStore = ((createState) => createState ? createStoreImpl(createState) :
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
exports.createStore = createStore;
|
|
33
|
-
//# sourceMappingURL=chunk-
|
|
33
|
+
//# sourceMappingURL=chunk-4EBNC4R3.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_polyfills
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-J6XFKNJN.mjs";
|
|
4
4
|
|
|
5
5
|
// ../../node_modules/.pnpm/zustand@5.0.9_@types+react@18.3.26_react@19.2.3/node_modules/zustand/esm/vanilla.mjs
|
|
6
6
|
init_polyfills();
|
|
@@ -30,4 +30,4 @@ var createStore = ((createState) => createState ? createStoreImpl(createState) :
|
|
|
30
30
|
export {
|
|
31
31
|
createStore
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=chunk-
|
|
33
|
+
//# sourceMappingURL=chunk-DRID67T7.mjs.map
|
|
@@ -8,16 +8,10 @@ var __typeError = (msg) => {
|
|
|
8
8
|
throw TypeError(msg);
|
|
9
9
|
};
|
|
10
10
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
12
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
13
|
-
}) : x)(function(x) {
|
|
14
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
15
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
16
|
-
});
|
|
17
11
|
var __esm = (fn, res) => function __init() {
|
|
18
12
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
19
13
|
};
|
|
20
|
-
var __commonJS = (cb, mod) => function
|
|
14
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
21
15
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
22
16
|
};
|
|
23
17
|
var __export = (target, all) => {
|
|
@@ -1856,7 +1850,6 @@ var init_polyfills = __esm({
|
|
|
1856
1850
|
});
|
|
1857
1851
|
|
|
1858
1852
|
export {
|
|
1859
|
-
__require,
|
|
1860
1853
|
__esm,
|
|
1861
1854
|
__commonJS,
|
|
1862
1855
|
__export,
|
|
@@ -1882,4 +1875,4 @@ buffer/index.js:
|
|
|
1882
1875
|
* @license MIT
|
|
1883
1876
|
*)
|
|
1884
1877
|
*/
|
|
1885
|
-
//# sourceMappingURL=chunk-
|
|
1878
|
+
//# sourceMappingURL=chunk-J6XFKNJN.mjs.map
|
|
@@ -8,16 +8,10 @@ var __typeError = (msg) => {
|
|
|
8
8
|
throw TypeError(msg);
|
|
9
9
|
};
|
|
10
10
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
12
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
13
|
-
}) : x)(function(x) {
|
|
14
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
15
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
16
|
-
});
|
|
17
11
|
var __esm = (fn, res) => function __init() {
|
|
18
12
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
19
13
|
};
|
|
20
|
-
var __commonJS = (cb, mod) => function
|
|
14
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
21
15
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
22
16
|
};
|
|
23
17
|
var __export = (target, all) => {
|
|
@@ -1867,8 +1861,7 @@ var init_polyfills = __esm({
|
|
|
1867
1861
|
|
|
1868
1862
|
|
|
1869
1863
|
|
|
1870
|
-
|
|
1871
|
-
exports.__require = __require; exports.__esm = __esm; exports.__commonJS = __commonJS; exports.__export = __export; exports.__toESM = __toESM; exports.__toCommonJS = __toCommonJS; exports.__publicField = __publicField; exports.__privateGet = __privateGet; exports.__privateAdd = __privateAdd; exports.__privateSet = __privateSet; exports.require_buffer = require_buffer; exports.init_polyfills = init_polyfills;
|
|
1864
|
+
exports.__esm = __esm; exports.__commonJS = __commonJS; exports.__export = __export; exports.__toESM = __toESM; exports.__toCommonJS = __toCommonJS; exports.__publicField = __publicField; exports.__privateGet = __privateGet; exports.__privateAdd = __privateAdd; exports.__privateSet = __privateSet; exports.require_buffer = require_buffer; exports.init_polyfills = init_polyfills;
|
|
1872
1865
|
/*! Bundled license information:
|
|
1873
1866
|
|
|
1874
1867
|
ieee754/index.js:
|
|
@@ -1882,4 +1875,4 @@ buffer/index.js:
|
|
|
1882
1875
|
* @license MIT
|
|
1883
1876
|
*)
|
|
1884
1877
|
*/
|
|
1885
|
-
//# sourceMappingURL=chunk-
|
|
1878
|
+
//# sourceMappingURL=chunk-QIPVNM7T.js.map
|