Skip to content

Commit

Permalink
js: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jan 16, 2024
1 parent 2806fe4 commit 760d173
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions js/packages/observe-sdk-datadog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dylibso/observe-sdk-datadog",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library that produces function tracing to datadog",
"directories": {
"test": "test"
Expand Down Expand Up @@ -40,4 +40,4 @@
],
"author": "",
"license": "ISC"
}
}
4 changes: 2 additions & 2 deletions js/packages/observe-sdk-honeycomb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dylibso/observe-sdk-honeycomb",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library that produces function tracing to honeycomb",
"directories": {
"test": "test"
Expand Down Expand Up @@ -40,4 +40,4 @@
],
"author": "",
"license": "ISC"
}
}
4 changes: 2 additions & 2 deletions js/packages/observe-sdk-lightstep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dylibso/observe-sdk-lightstep",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library that produces function tracing to lightstep",
"directories": {
"test": "test"
Expand Down Expand Up @@ -40,4 +40,4 @@
],
"author": "",
"license": "ISC"
}
}
4 changes: 2 additions & 2 deletions js/packages/observe-sdk-stdout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dylibso/observe-sdk-stdout",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library that produces function tracing to stdout",
"directories": {
"test": "test"
Expand Down Expand Up @@ -31,4 +31,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}

0 comments on commit 760d173

Please sign in to comment.