Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 25, 2024
2 parents 5062e1d + bb09c7c commit 63ead66
Show file tree
Hide file tree
Showing 18 changed files with 164 additions and 1,198 deletions.
12 changes: 11 additions & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@
"url": "https://registry.npmjs.com/${ pkg.pkgFile.pkg.name }/${ pkg.pkgFile.version }"
}
},
"publish": ["pnpm build", "pnpm publish --access public --no-git-checks"]
"publish": [
{
"command": "pnpm build",
"dryRunCommand": "pnpm build"
},
{
"command": "npm publish --provenance --access public",
"dryRunCommand": "npm publish --provenance --access public --dry-run",
"pipe": true
}
]
},
"rust": {
"version": true,
Expand Down
5 changes: 5 additions & 0 deletions .changes/log-split.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"log-plugin": patch
---

Added `Builder::split` which returns the raw logger implementation so you can pipe to other loggers such as `multi_log` or `tauri-plugin-devtools`.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/sponsors/crabnebula.svg

This file was deleted.

136 changes: 0 additions & 136 deletions .github/sync-to-mirrors.sh

This file was deleted.

Loading

0 comments on commit 63ead66

Please sign in to comment.