Skip to content

Commit

Permalink
August beta milestone qa (#184)
Browse files Browse the repository at this point in the history
* Update api and client-library-otel package.json versions

* Add goose quotes as a sample app

* Add sample apps for QA

* Update stressy mcstress face (a node app)

* Add a note to the node app README that node is not yet supported

* Update readme with how to dev client library locally

* Format

* Update api pjson

* Remove stressy mcstressface

* add asides about runtime support

* add to landing page too

* update readme too fwiw

---------

Co-authored-by: Laurynas Keturakis <[email protected]>
  • Loading branch information
brettimus and keturiosakys authored Aug 26, 2024
1 parent 58570b1 commit 0660dc9
Show file tree
Hide file tree
Showing 20 changed files with 1,209 additions and 58 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0-alpha.5",
"version": "0.8.0-beta.2",
"name": "@fiberplane/studio",
"description": "Local development debugging interface for Hono apps",
"author": "Fiberplane<[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-library-otel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Fiberplane<[email protected]>",
"type": "module",
"main": "dist/index.js",
"version": "0.1.0-beta.9",
"version": "0.1.0-beta.10",
"dependencies": {
"@opentelemetry/api": "~1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
Expand Down
Loading

0 comments on commit 0660dc9

Please sign in to comment.