@sap-ux/yaml
Advanced tools
Comparing version 0.11.4 to 0.11.5
@@ -84,3 +84,3 @@ import type { YAMLMap } from 'yaml'; | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.value - the path object's value | ||
* @param {object} path.value - the path object's value | ||
* @param {boolean} path.createIntermediateKeys - create the intermediate keys if they're missing. Error if not | ||
@@ -104,4 +104,4 @@ * @param path.nodeComment - optional comment to add to the node | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.matcher - key/value pair identifying the object | ||
* @param {Object} path.value - the path object's value | ||
* @param {object} path.matcher - key/value pair identifying the object | ||
* @param {object} path.value - the path object's value | ||
* @param path.matcher.key | ||
@@ -125,3 +125,3 @@ * @param path.matcher.value | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.matcher - key/value pair identifying the object | ||
* @param {object} path.matcher - key/value pair identifying the object | ||
* @param {string} path.matcher.key - the key | ||
@@ -128,0 +128,0 @@ * @param {string} path.matcher.value - the value |
@@ -144,3 +144,3 @@ "use strict"; | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.value - the path object's value | ||
* @param {object} path.value - the path object's value | ||
* @param {boolean} path.createIntermediateKeys - create the intermediate keys if they're missing. Error if not | ||
@@ -191,4 +191,4 @@ * @param path.nodeComment - optional comment to add to the node | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.matcher - key/value pair identifying the object | ||
* @param {Object} path.value - the path object's value | ||
* @param {object} path.matcher - key/value pair identifying the object | ||
* @param {object} path.value - the path object's value | ||
* @param path.matcher.key | ||
@@ -215,3 +215,3 @@ * @param path.matcher.value | ||
* @param {string} path.path - the path object's path | ||
* @param {Object} path.matcher - key/value pair identifying the object | ||
* @param {object} path.matcher - key/value pair identifying the object | ||
* @param {string} path.matcher.key - the key | ||
@@ -218,0 +218,0 @@ * @param {string} path.matcher.value - the value |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.11.4", | ||
"version": "0.11.5", | ||
"main": "dist/index.js", | ||
@@ -30,4 +30,4 @@ "files": [ | ||
"engines": { | ||
"pnpm": ">=6.26.1", | ||
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0" | ||
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0", | ||
"node": ">=12.22.5 < 13.0.0 || >= 14.16.0 < 15.0.0 || >=16.1.0 < 17.0.0 || >=18.0.0 < 19.0.0" | ||
}, | ||
@@ -44,4 +44,3 @@ "scripts": { | ||
"unlink": "pnpm unlink --global" | ||
}, | ||
"readme": "# @sap-ux/yaml\n\nLibrary to manipulate YAML file contents\n\n\n## Installation\nNpm\n`npm install --save @sap-ux/yaml`\n\nYarn\n`yarn add @sap-ux/yaml`\n\nPnpm\n`pnpm add @sap-ux/yaml`\n\n## Usage\nSee examples in `test/yaml-document.test.ts` \n\n## Keywords\nSAP Fiori Freestyle\n" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44194