@hasna/logs 0.3.23 → 0.3.24

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.
Files changed (47) hide show
  1. package/LICENSE +1 -2
  2. package/README.md +3 -22
  3. package/bun.lock +7 -14
  4. package/dist/cli/index.js +2 -2
  5. package/dist/{index-t97ttm0a.js → index-75dwghvv.js} +88 -6
  6. package/dist/{index-1f2ghyhm.js → index-g8f8kep6.js} +93 -8
  7. package/dist/{index-zmayq5kj.js → index-pf8hpweg.js} +2 -2
  8. package/dist/{index-2sbhn1ye.js → index-w24zm361.js} +2 -2
  9. package/dist/mcp/index.js +23801 -8266
  10. package/dist/server/index.js +2 -2
  11. package/package.json +4 -3
  12. package/sdk/package.json +4 -9
  13. package/src/cli/entrypoints.test.ts +1 -1
  14. package/src/db/index.ts +1 -1
  15. package/src/lib/cloud-sync.ts +167 -0
  16. package/src/lib/ingest.ts +3 -3
  17. package/src/lib/remote-storage.ts +45 -0
  18. package/src/mcp/index.ts +30 -34
  19. package/dist/export-yjaar93b.js +0 -10
  20. package/dist/health-9792c1rc.js +0 -8
  21. package/dist/health-egdb00st.js +0 -8
  22. package/dist/http-0wsh40x1.js +0 -1240
  23. package/dist/index-14dvwcf1.js +0 -45
  24. package/dist/index-4ba0sabv.js +0 -1241
  25. package/dist/index-4hj4sakk.js +0 -1241
  26. package/dist/index-5cj74qka.js +0 -10803
  27. package/dist/index-5qwba140.js +0 -1241
  28. package/dist/index-5tvnhvgr.js +0 -536
  29. package/dist/index-6y8pmes4.js +0 -45
  30. package/dist/index-6zrkek5y.js +0 -9454
  31. package/dist/index-7qhh666n.js +0 -1241
  32. package/dist/index-86j0hn03.js +0 -540
  33. package/dist/index-exeq2gs6.js +0 -79
  34. package/dist/index-fzmz9aqs.js +0 -1241
  35. package/dist/index-g8dczzvv.js +0 -30
  36. package/dist/index-hjzbctgt.js +0 -5868
  37. package/dist/index-rbrsvsyh.js +0 -88
  38. package/dist/index-vmr85wa1.js +0 -9579
  39. package/dist/index-wbsq8qjd.js +0 -1241
  40. package/dist/index-xjn8gam3.js +0 -39
  41. package/dist/index-yb8yd4j6.js +0 -39
  42. package/dist/jobs-02z4fzsn.js +0 -22
  43. package/dist/query-6s5gqkck.js +0 -15
  44. package/dist/query-shjjj67k.js +0 -14
  45. package/dist/query-tcg3bm9s.js +0 -14
  46. package/src/mcp/http.test.ts +0 -92
  47. package/src/mcp/http.ts +0 -135
@@ -1,30 +0,0 @@
1
- // @bun
2
- var __create = Object.create;
3
- var __getProtoOf = Object.getPrototypeOf;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __toESM = (mod, isNodeMode, target) => {
8
- target = mod != null ? __create(__getProtoOf(mod)) : {};
9
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
10
- for (let key of __getOwnPropNames(mod))
11
- if (!__hasOwnProp.call(to, key))
12
- __defProp(to, key, {
13
- get: () => mod[key],
14
- enumerable: true
15
- });
16
- return to;
17
- };
18
- var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
19
- var __export = (target, all) => {
20
- for (var name in all)
21
- __defProp(target, name, {
22
- get: all[name],
23
- enumerable: true,
24
- configurable: true,
25
- set: (newValue) => all[name] = () => newValue
26
- });
27
- };
28
- var __require = import.meta.require;
29
-
30
- export { __toESM, __commonJS, __export, __require };