@synnaxlabs/alamos 0.49.0 → 0.52.3

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
1
 
2
- > @synnaxlabs/alamos@0.49.0 build /home/runner/work/synnax/synnax/alamos/ts
2
+ > @synnaxlabs/alamos@0.52.3 build /home/runner/work/synnax/synnax/alamos/ts
3
3
  > tsc --noEmit && vite build
4
4
 
5
5
   Synnax - Production mode
6
- vite v7.2.2 building client environment for production...
6
+ vite v7.3.1 building client environment for production...
7
7
  transforming...
8
8
  ✓ 54 modules transformed.
9
9
  rendering chunks...
10
-
11
- [vite:dts] Start generate declaration files...
10
+ 
11
+ [vite:dts] Start generate declaration files...
12
12
  computing gzip size...
13
13
  dist/index.js  0.61 kB │ gzip: 0.36 kB
14
14
  dist/dev.js  5.29 kB │ gzip: 1.50 kB
15
- dist/instrumentation-B82TXsFM.js 20.58 kB │ gzip: 5.09 kB
16
- [vite:dts] Declaration files built in 2256ms.
17
-
15
+ dist/instrumentation-BvrhwRHI.js 20.59 kB │ gzip: 5.09 kB
16
+ [vite:dts] Declaration files built in 2101ms.
17
+ 
18
18
  dist/index.cjs  0.74 kB │ gzip: 0.33 kB
19
19
  dist/dev.cjs  4.09 kB │ gzip: 1.37 kB
20
20
  dist/instrumentation-BUpiX8Rz.cjs 13.63 kB │ gzip: 4.14 kB
21
- ✓ built in 2.65s
21
+ ✓ built in 2.49s
package/dist/dev.js CHANGED
@@ -1,4 +1,4 @@
1
- import { d as m, C as T, r as D, D as h, g as E, u as w, I as C, T as R, a as V } from "./instrumentation-B82TXsFM.js";
1
+ import { C as T, d as m, r as D, D as h, g as E, u as w, I as C, T as R, a as V } from "./instrumentation-BvrhwRHI.js";
2
2
  var f;
3
3
  (function(t) {
4
4
  t[t.NONE = 0] = "NONE", t[t.SAMPLED = 1] = "SAMPLED";
@@ -1,3 +1,3 @@
1
- import { default as synnaxConfig } from 'eslint-config-synnaxlabs';
2
- export default synnaxConfig;
1
+ import { default as cfg } from '@synnaxlabs/eslint-config';
2
+ export default cfg;
3
3
  //# sourceMappingURL=eslint.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AASA,OAAO,YAAY,MAAM,0BAA0B,CAAC;AAEpD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AASA,OAAO,GAAG,MAAM,2BAA2B,CAAC;AAE5C,eAAe,GAAG,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { I as e, L as a, a as o, N as r, b as l, T as s, _ as t, l as n, c as p } from "./instrumentation-B82TXsFM.js";
1
+ import { I as e, L as a, a as o, N as r, b as l, T as s, _ as t, l as n, c as p } from "./instrumentation-BvrhwRHI.js";
2
2
  const g = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3
3
  __proto__: null,
4
4
  Instrumentation: e,
@@ -99,7 +99,7 @@ function F(r) {
99
99
  return f.prerelease != null || o.major !== f.major ? a(u) : o.major === 0 ? o.minor === f.minor && o.patch <= f.patch ? i(u) : a(u) : o.minor <= f.minor ? i(u) : a(u);
100
100
  };
101
101
  }
102
- var V = F(p), k = p.split(".")[0], g = Symbol.for("opentelemetry.js.api." + k), v = $;
102
+ var V = F(p), k = p.split(".")[0], g = /* @__PURE__ */ Symbol.for("opentelemetry.js.api." + k), v = $;
103
103
  function x(r, e, t, n) {
104
104
  var o;
105
105
  n === void 0 && (n = !1);
package/eslint.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
@@ -7,6 +7,6 @@
7
7
  // License, use of this software will be governed by the Apache License, Version 2.0,
8
8
  // included in the file licenses/APL.txt.
9
9
 
10
- import synnaxConfig from "eslint-config-synnaxlabs";
10
+ import cfg from "@synnaxlabs/eslint-config";
11
11
 
12
- export default synnaxConfig;
12
+ export default cfg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synnaxlabs/alamos",
3
- "version": "0.49.0",
3
+ "version": "0.52.3",
4
4
  "type": "module",
5
5
  "description": "Distributed instrumentation for Synnax",
6
6
  "repository": "https://github.com/synnaxlabs/synnax/tree/main/freighter/ts",
@@ -16,17 +16,19 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@opentelemetry/api": "^1.9.0",
19
- "@synnaxlabs/x": "^0.49.0"
19
+ "@synnaxlabs/x": "^0.52.3"
20
20
  },
21
21
  "devDependencies": {
22
- "eslint": "^9.39.1",
22
+ "@types/node": "^25.1.0",
23
+ "@vitest/coverage-v8": "^3.2.4",
24
+ "eslint": "^9.39.2",
23
25
  "madge": "^8.0.0",
24
26
  "typescript": "^5.9.3",
25
- "vite": "^7.1.12",
27
+ "vite": "^7.3.1",
26
28
  "vitest": "^3.2.4",
27
- "@synnaxlabs/tsconfig": "^0.43.0",
28
- "@synnaxlabs/vite-plugin": "^0.43.0",
29
- "eslint-config-synnaxlabs": "^0.43.0"
29
+ "@synnaxlabs/eslint-config": "^0.0.0",
30
+ "@synnaxlabs/tsconfig": "^0.0.0",
31
+ "@synnaxlabs/vite-plugin": "^0.0.0"
30
32
  },
31
33
  "main": "dist/index.js",
32
34
  "module": "dist/index.js",
@@ -48,6 +50,7 @@
48
50
  "build": "tsc --noEmit && vite build",
49
51
  "watch": "tsc --noEmit && vite build --watch",
50
52
  "test": "vitest",
53
+ "cov": "vitest --coverage",
51
54
  "lint": "eslint",
52
55
  "fix": "eslint --fix",
53
56
  "madge": "madge --circular src"
package/src/dev/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/external.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/log.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/meta.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/trace.spec.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/src/trace.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/vite.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2025 Synnax Labs, Inc.
1
+ // Copyright 2026 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.