@saptools/cf-debugger 0.1.2 โ†’ 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -324,10 +324,14 @@ The e2e suite hits live SAP BTP CF. Set `CF_DEBUGGER_E2E_REGIONS=eu10,ap10` (plu
324
324
 
325
325
  ---
326
326
 
327
- <div align="center">
327
+ ## ๐Ÿ‘จโ€๐Ÿ’ป Author
328
328
 
329
- Made with โค๏ธ for SAP BTP developers who'd rather attach than log-print.
329
+ **dongtran** โœจ
330
330
 
331
- **License** ยท [MIT](./LICENSE)
331
+ ## ๐Ÿ“„ License
332
332
 
333
- </div>
333
+ MIT
334
+
335
+ ---
336
+
337
+ Made with โค๏ธ to make your work life easier!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saptools/cf-debugger",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Open an SSH debug tunnel to a SAP BTP Cloud Foundry app's Node.js inspector โ€” from any terminal, no IDE required.",
5
5
  "type": "module",
6
6
  "publishConfig": {