Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
v0.0.9-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Motti Bechhofer committed May 16, 2024
1 parent a15bdaf commit 008236f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/service-under-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-service-under-test",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"description": "example for service being tested with open telemetry instrumentation",
"repository": "https://github.com/aspecto-io/malabi",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tests-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-tests-runner",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"description": "run remote tests on 'service-under-test'",
"repository": "https://github.com/aspecto-io/malabi",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"examples/*"
],
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/instrumentation-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-malabi-instrumentation-node",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"description": "open telemetry auto instrumentation for the nodejs",
"keywords": [
"opentelemetry",
Expand Down
2 changes: 1 addition & 1 deletion packages/malabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-malabi",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"homepage": "https://github.com/aspecto-io/malabi#readme",
"license": "Apache-2.0",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-instrumentation-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-opentelemetry-instrumentation-mocha",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"description": "mocha root hook plugin for open-telemetry instrumentation",
"keywords": [
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-proto-transformations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-opentelemetry-proto-transformations",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"main": "dist/src/index.js",
"license": "Apache-2.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspecto-malabi-telemetry-repository",
"version": "0.0.8-alpha.0",
"version": "0.0.9-alpha.0",
"author": "Aspecto Authors",
"homepage": "https://github.com/aspecto-io/malabi#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 008236f

Please sign in to comment.