sf-log-viewer 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,9 +109,6 @@ You can persist defaults in `~/.sf-log-viewer.json` so you don't need to pass fl
|
|
|
109
109
|
| `GET` | `/api/nebula/logs?org=` | List Nebula `Log__c` records |
|
|
110
110
|
| `GET` | `/api/nebula/logs/:id/entries?org=` | Fetch `LogEntry__c` records for a Nebula log |
|
|
111
111
|
|
|
112
|
-
# Publish
|
|
113
|
-
npm publish --access public
|
|
114
|
-
```
|
|
115
112
|
|
|
116
113
|
## License
|
|
117
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-log-viewer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A CLI web app for viewing Salesforce Apex debug logs and Nebula Logger logs in a rich browser UI with Monaco editor, dark/light theme, search, sorting, pagination and CSV export.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|