@saidsef/tracing-node 1.0.4 → 1.1.2

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 (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
- # Opentelemetry Wrapper for Tracing Node Applications
1
+ # Opentelemetry Wrapper for Tracing Node Applications
2
+
3
+ [![CI](https://github.com/saidsef/tracing-node/actions/workflows/pr.yml/badge.svg)](#Instalation) [![Release](https://github.com/saidsef/tracing-node/actions/workflows/release.yml/badge.svg)](#Instalation) ![GitHub issues](https://img.shields.io/github/issues/saidsef/tracing-node)
4
+ ![npm](https://img.shields.io/npm/v/%40saidsef%2Ftracing-node) ![npm](https://img.shields.io/npm/dt/%40saidsef/tracing-node)
5
+
6
+
2
7
 
3
8
  Get telemetry for your app in less than 3 minutes!
4
9
 
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@saidsef/tracing-node",
3
- "version": "1.0.4",
3
+ "version": "1.1.2",
4
4
  "description": "tracing NodeJS - This is wrapper for OpenTelemetry instrumentation packages",
5
5
  "main": "libs/index.js",
6
6
  "scripts": {
7
7
  "test": "node --trace-warnings --test --report-uncaught-exception --heap-prof --cpu-prof --track-heap-objects --report-dir=test/ --diagnostic-dir=test/ --heap-prof-dir=test/ libs/index.js",
8
- "lint": "eslint libs"
8
+ "lint": "eslint libs",
9
+ "rebuild": "rm -rfv node_modules/ package-lock.json && npm install"
9
10
  },
10
11
  "private": false,
11
12
  "repository": {
@@ -35,7 +36,7 @@
35
36
  },
36
37
  "homepage": "https://github.com/saidsef/tracing-nodejs#readme",
37
38
  "dependencies": {
38
- "@opentelemetry/api": "^1.3.0",
39
+ "@opentelemetry/api": "^1.4.1",
39
40
  "@opentelemetry/exporter-collector-grpc": "^0.25.0",
40
41
  "@opentelemetry/instrumentation": "^0.40.0",
41
42
  "@opentelemetry/instrumentation-aws-sdk": "^0.34.3",