@synnaxlabs/alamos 0.56.0 → 0.56.1

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.
@@ -5,7 +5,7 @@ $ tsc --noEmit && vite build
5
5
  rendering chunks...
6
6
  
7
7
  [unplugin:dts] Start generate declaration files...
8
- [unplugin:dts] Declaration files built in 2535ms.
8
+ [unplugin:dts] Declaration files built in 2356ms.
9
9
  
10
10
  computing gzip size...
11
11
  dist/alamos.js 0.74 kB │ gzip: 0.45 kB
@@ -19,4 +19,4 @@ dist/alamos.cjs 0.73 kB │ gzip: 0.38 kB
19
19
  dist/dev.cjs 3.53 kB │ gzip: 1.28 kB
20
20
  dist/instrumentation-o9cJjaej.cjs 9.77 kB │ gzip: 3.23 kB
21
21
 
22
- ✓ built in 2.62s
22
+ ✓ built in 2.44s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synnaxlabs/alamos",
3
- "version": "0.56.0",
3
+ "version": "0.56.1",
4
4
  "type": "module",
5
5
  "description": "Distributed instrumentation for Synnax",
6
6
  "repository": "https://github.com/synnaxlabs/synnax/tree/main/freighter/ts",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@opentelemetry/api": "^1.9.1",
19
- "@synnaxlabs/x": "^0.56.0"
19
+ "@synnaxlabs/x": "^0.56.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^25.9.0",