@roadiehq/scaffolder-backend-module-utils 1.8.7 → 1.8.8

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -343,7 +343,7 @@ spec:
343
343
  - item1
344
344
  expression: '$ ~> | $ | { "items": [items, "item2"] }|'
345
345
  output:
346
- result: ${{ steps.serialize.output.result }}
346
+ result: ${{ steps.jsonata.output.result }}
347
347
  ```
348
348
 
349
349
  Transform a JSON file:
@@ -369,7 +369,7 @@ spec:
369
369
  path: input-data.jaon
370
370
  expression: '$ ~> | $ | { "items": [items, "item2"] }|'
371
371
  output:
372
- result: ${{ steps.serialize.output.result }}
372
+ result: ${{ steps.jsonata.output.result }}
373
373
  ```
374
374
 
375
375
  Transform a YAML file:
@@ -395,7 +395,7 @@ spec:
395
395
  path: input-data.yaml
396
396
  expression: '$ ~> | $ | { "items": [items, "item2"] }|'
397
397
  output:
398
- result: ${{ steps.serialize.output.result }}
398
+ result: ${{ steps.jsonata.output.result }}
399
399
  ```
400
400
 
401
401
  ### Merge JSON
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roadiehq/scaffolder-backend-module-utils",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -56,5 +56,5 @@
56
56
  "files": [
57
57
  "dist"
58
58
  ],
59
- "gitHead": "2ab80abcac019b6f5be9bc947e51eaf094422606"
59
+ "gitHead": "16fe36bc239169b9222c024d9e891b6d1bb65bdf"
60
60
  }