@forwardimpact/svctrace 0.1.31 → 0.1.34
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forwardimpact/svctrace",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"description": "Trace service for receiving and storing OpenTelemetry spans in Guide",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "D. Olsson <hi@senzilla.io>",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"engines": {
|
|
10
|
-
"
|
|
10
|
+
"bun": ">=1.2.0",
|
|
11
|
+
"node": ">=18.0.0"
|
|
11
12
|
},
|
|
12
13
|
"scripts": {
|
|
13
14
|
"dev": "node --watch server.js",
|
|
14
|
-
"start": "
|
|
15
|
-
"test": "node --test test/*.test.js"
|
|
15
|
+
"start": "bunx download && bun server.js",
|
|
16
|
+
"test": "bun run node --test test/*.test.js"
|
|
16
17
|
},
|
|
17
18
|
"dependencies": {
|
|
18
19
|
"@forwardimpact/libconfig": "^0.1.58",
|