-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change to type alias and add better comments for the initializers * bump version numbers for publishing
- Loading branch information
1 parent
b161b12
commit 59990f4
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@autometrics/autometrics", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries", | ||
"author": "Fiberplane<[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@autometrics/typescript-plugin", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Language service plugin for Autometrics", | ||
"author": "Fiberplane<[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "autometrics", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"type": "module", | ||
"description": "Easily add metrics to your system -- and actually understand them using automatically customized Prometheus queries", | ||
"author": "Fiberplane<[email protected]>", | ||
|
@@ -30,7 +30,7 @@ | |
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"@autometrics/autometrics": "^0.1.2", | ||
"@autometrics/autometrics": "^0.2.0", | ||
"@opentelemetry/exporter-prometheus": "^0.35.1", | ||
"@opentelemetry/sdk-metrics": "^1.9.0" | ||
} | ||
|