@saptools/bruno 0.3.0 โ†’ 0.3.1

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 +7 -5
  2. 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
- <div align="center">
475
+ ## ๐Ÿ‘จโ€๐Ÿ’ป Author
476
476
 
477
- **Made with โค๏ธ for SAP BTP developers who'd rather script their API tests than click them.**
477
+ **dongtran** โœจ
478
478
 
479
- If this saved you an afternoon, consider โญ starring the [repo](https://github.com/dongitran/saptools) โ€” it's the main thing that tells me to keep shipping.
479
+ ## ๐Ÿ“„ License
480
480
 
481
- **License** ยท [MIT](./LICENSE)
481
+ MIT
482
482
 
483
- </div>
483
+ ---
484
+
485
+ Made with โค๏ธ to make your work life easier!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saptools/bruno",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Smart runner for Bruno โ€” CF-aware env metadata, automatic token injection, and shorthand paths",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@inquirer/prompts": "^8.3.2",
54
- "@saptools/cf-sync": "^0.3.5",
54
+ "@saptools/cf-sync": "^0.4.1",
55
55
  "@saptools/cf-xsuaa": "^0.1.6",
56
56
  "@usebruno/cli": "^3.2.2",
57
57
  "commander": "^13.0.0"