@azure-tools/codegen
Advanced tools
Comparing version 2.7.0-dev.1 to 2.7.0-dev.2
@@ -27,3 +27,7 @@ { | ||
"packages/libs/codegen/src/utility.ts": "07879670dea4e23055d344c40bc2792d7f6b116d", | ||
"packages/libs/codegen/src/yaml.ts": "206b0350ed1849e0433d6dd9b9050b72d828fee3", | ||
"packages/libs/codegen/src/yaml-dump/common.ts": "dff3ac06b4db2a9511497f9b5efe3a4f4220ad7f", | ||
"packages/libs/codegen/src/yaml-dump/index.ts": "642e94b7871e7ad751e11875f19c367d0b5d7011", | ||
"packages/libs/codegen/src/yaml-dump/readme.md": "202f9e422de751a3142688b3630aed827568c165", | ||
"packages/libs/codegen/src/yaml-dump/yaml-dump.ts": "e01e8bd03330cf158086e11a6fc868c55bdfba3d", | ||
"packages/libs/codegen/src/yaml.ts": "aed1ebf52ac3a40c1e54e07e18c93369cd05ea5c", | ||
"packages/libs/codegen/tsconfig.build.json": "b4079ce75de1aff6128d84ef08634d399f794171", | ||
@@ -30,0 +34,0 @@ "packages/libs/codegen/tsconfig.json": "91b3259f9e6fdec611acc36bb88ab6cbfe85c3e0", |
@@ -9,2 +9,3 @@ "use strict"; | ||
const js_yaml_1 = require("js-yaml"); | ||
const yaml_dump_1 = require("./yaml-dump"); | ||
const propertyPriority = [ | ||
@@ -93,3 +94,3 @@ "info", | ||
: { schema: js_yaml_1.DEFAULT_SCHEMA, sortKeys: true, ...schemaOrOptions }; | ||
return js_yaml_1.dump(model, { | ||
return yaml_dump_1.dump(model, { | ||
schema: options.schema, | ||
@@ -96,0 +97,0 @@ sortKeys: options.sortKeys && sortWithPriorty, |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.7.0-dev.1", | ||
"version": "2.7.0-dev.2", | ||
"description": "Autorest Code generator common and base classes", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
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
348717
81
4609