@stoplight/yaml
Advanced tools
Comparing version 1.1.0 to 1.2.0
export * from './parseWithPointers'; | ||
export * from './safeStringify'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./parseWithPointers"), exports); | ||
tslib_1.__exportStar(require("./safeStringify"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@stoplight/yaml", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Useful functions when working with YAML.", | ||
@@ -28,2 +28,3 @@ "keywords": [ | ||
"@stoplight/types": "3.x.x", | ||
"js-yaml": "3.x.x", | ||
"lodash": "4.x.x", | ||
@@ -30,0 +31,0 @@ "yaml-ast-parser": "0.0.43" |
Sorry, the diff of this file is not supported yet
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
23841
12
157
4
+ Addedjs-yaml@3.x.x
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)