@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.
- package/README.md +8 -4
- 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
|
-
|
|
327
|
+
## ๐จโ๐ป Author
|
|
328
328
|
|
|
329
|
-
|
|
329
|
+
**dongtran** โจ
|
|
330
330
|
|
|
331
|
-
|
|
331
|
+
## ๐ License
|
|
332
332
|
|
|
333
|
-
|
|
333
|
+
MIT
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
Made with โค๏ธ to make your work life easier!
|
package/package.json
CHANGED