@synnaxlabs/alamos 0.49.0 → 0.50.0

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.50.0 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.2.7 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
15
  dist/instrumentation-B82TXsFM.js 20.58 kB │ gzip: 5.09 kB
16
- [vite:dts] Declaration files built in 2256ms.
17
-
16
+ [vite:dts] Declaration files built in 2200ms.
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.56s
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synnaxlabs/alamos",
3
- "version": "0.49.0",
3
+ "version": "0.50.0",
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,18 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@opentelemetry/api": "^1.9.0",
19
- "@synnaxlabs/x": "^0.49.0"
19
+ "@synnaxlabs/x": "^0.50.0"
20
20
  },
21
21
  "devDependencies": {
22
- "eslint": "^9.39.1",
22
+ "@types/node": "^25.0.2",
23
+ "eslint": "^9.39.2",
23
24
  "madge": "^8.0.0",
24
25
  "typescript": "^5.9.3",
25
- "vite": "^7.1.12",
26
+ "vite": "^7.2.7",
26
27
  "vitest": "^3.2.4",
27
- "@synnaxlabs/tsconfig": "^0.43.0",
28
- "@synnaxlabs/vite-plugin": "^0.43.0",
29
- "eslint-config-synnaxlabs": "^0.43.0"
28
+ "@synnaxlabs/tsconfig": "^0.50.0",
29
+ "eslint-config-synnaxlabs": "^0.50.0",
30
+ "@synnaxlabs/vite-plugin": "^0.50.0"
30
31
  },
31
32
  "main": "dist/index.js",
32
33
  "module": "dist/index.js",
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.