@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.
- package/README.md +7 -5
- 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!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saptools/bruno",
|
|
3
|
-
"version": "0.3.
|
|
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.
|
|
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"
|