@rainbow-o23/n3 1.0.58-alpha.2 → 1.0.58

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -632,7 +632,7 @@ CFG_ENDPOINTS_ORDER_PAYMENT_URL=https://order.com/payment
632
632
 
633
633
  - `transparentHeaderNames` and `omittedTransparentHeaderNames`:
634
634
  Use `transparentHeaderNames` to specify the names of request headers whose values need to be transparently passed from the input
635
- parameters to the downstream service. Separate the names with ';'. The names support using `.` for connection so that values from
635
+ parameters to the downstream service. Separate the names with `;`. The names support using `.` for connection so that values from
636
636
  multi-level objects can be directly retrieved. For example, `account.name` will retrieve the value of the `name` property from the
637
637
  `account` property of the input object. When writing the values into the header values, the following rules apply:
638
638
  - If the value is an array, use `, ` to connect the elements. `null` and empty strings will be filtered out.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainbow-o23/n3",
3
- "version": "1.0.58-alpha.2",
3
+ "version": "1.0.58",
4
4
  "description": "o23 pipelines",
5
5
  "main": "index.cjs",
6
6
  "module": "index.js",
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/InsureMO/rainbow-o23/issues"
22
22
  },
23
23
  "dependencies": {
24
- "@rainbow-o23/n1": "1.0.58-alpha.2",
24
+ "@rainbow-o23/n1": "1.0.58",
25
25
  "node-fetch": "2.6.7",
26
26
  "typeorm": "^0.3.20",
27
27
  "typescript": "5.5.4"