Skip to content

Commit

Permalink
set up for a quick beta publish before final 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keturiosakys committed Sep 26, 2023
1 parent 57bc121 commit b0c6a7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/hono-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"@autometrics/autometrics": "file:../../packages/autometrics",
"@autometrics/exporter-otlp-http": "file:../../packages/exporter-otlp-http",
"@autometrics/autometrics": "^0.7.0-beta11",
"@autometrics/exporter-otlp-http": "^0.7.0-beta11",
"hono": "^3.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/autometrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autometrics/autometrics",
"version": "0.7.0",
"version": "0.7.0-beta11",
"type": "module",
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries",
"author": "Fiberplane <info@fiberplane.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/exporter-otlp-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autometrics/exporter-otlp-http",
"version": "0.7.0",
"version": "0.7.0-beta11",
"type": "module",
"description": "Export metrics using OTLP over HTTP/JSON",
"author": "Fiberplane <info@fiberplane.com>",
Expand Down

0 comments on commit b0c6a7b

Please sign in to comment.