Skip to content

Commit

Permalink
fix: update pylon-telemetry to beta version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Sep 17, 2024
1 parent 3a56c4a commit 0780588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"commander": "^12.1.0",
"consola": "^3.2.3",
"detect-package-manager": "^3.0.2",
"@getcronit/pylon-telemetry": "^1.0.0"
"@getcronit/pylon-telemetry": "beta"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pylon-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://pylon.cronit.io",
"dependencies": {
"@getcronit/pylon-builder": "beta",
"@getcronit/pylon-telemetry": "^1.0.0",
"@getcronit/pylon-telemetry": "beta",
"@gqty/cli": "^4.2.0",
"commander": "^12.1.0",
"consola": "^3.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jsonwebtoken": "^9.0.2",
"openid-client": "^5.6.4",
"winston": "^3.8.2",
"@getcronit/pylon-telemetry": "^1.0.0"
"@getcronit/pylon-telemetry": "beta"
},
"resolutions": {
"graphql": "^16.9.0"
Expand Down

0 comments on commit 0780588

Please sign in to comment.