@saptools/bruno 0.3.0 → 0.3.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 +7 -5
- package/dist/cli.js +490 -494
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +56 -56
- package/dist/index.js +233 -231
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -472,12 +472,14 @@ The e2e suite uses a stub `bru` binary and fixture CF snapshots, so it runs full
|
|
|
472
472
|
|
|
473
473
|
---
|
|
474
474
|
|
|
475
|
-
|
|
475
|
+
## 👨💻 Author
|
|
476
476
|
|
|
477
|
-
**
|
|
477
|
+
**dongtran** ✨
|
|
478
478
|
|
|
479
|
-
|
|
479
|
+
## 📄 License
|
|
480
480
|
|
|
481
|
-
|
|
481
|
+
MIT
|
|
482
482
|
|
|
483
|
-
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
Made with ❤️ to make your work life easier!
|