-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c76abc
commit 01b2144
Showing
57 changed files
with
634 additions
and
187 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
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,7 +1,7 @@ | ||
{ | ||
"name": "nightingale-monorepo", | ||
"private": true, | ||
"version": "14.2.1", | ||
"version": "15.0.0", | ||
"description": "Logger for browser and node, see [nightingale](packages/nightingale) to get started !", | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
"license": "ISC", | ||
|
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
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": "nightingale-app-console", | ||
"version": "14.2.1", | ||
"version": "15.0.0", | ||
"description": "nightingale default config and logger for app", | ||
"keywords": [], | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
|
@@ -71,9 +71,9 @@ | |
}, | ||
"dependencies": { | ||
"@types/node": ">=18.0.0", | ||
"nightingale": "14.2.1", | ||
"nightingale-browser-console": "14.2.1", | ||
"nightingale-console": "14.2.1" | ||
"nightingale": "15.0.0", | ||
"nightingale-browser-console": "15.0.0", | ||
"nightingale-console": "15.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.6", | ||
|
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
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
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
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,7 +1,7 @@ | ||
{ | ||
"name": "nightingale-console-example", | ||
"private": true, | ||
"version": "14.2.1", | ||
"version": "15.0.0", | ||
"author": "Christophe Hurpeau <[email protected]> (https://christophe.hurpeau.com)", | ||
"license": "ISC", | ||
"repository": { | ||
|
@@ -62,9 +62,9 @@ | |
}, | ||
"dependencies": { | ||
"@sentry/node": "7.82.0", | ||
"nightingale": "14.2.1", | ||
"nightingale-console": "14.2.1", | ||
"nightingale-sentry": "14.2.1" | ||
"nightingale": "15.0.0", | ||
"nightingale-console": "15.0.0", | ||
"nightingale-sentry": "15.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.23.6", | ||
|
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
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
Oops, something went wrong.