@azure-tools/codegen
Advanced tools
Comparing version 2.1.206 to 2.1.208
@@ -21,5 +21,5 @@ import { Initializer } from './initializer'; | ||
constructor(content?: TextPossibilities, objectIntializer?: Partial<Text>); | ||
readonly count: number; | ||
get count(): number; | ||
add(text: TextPossibilities): IText; | ||
readonly text: string; | ||
get text(): string; | ||
toString: () => string; | ||
@@ -37,3 +37,3 @@ trim(): void; | ||
prepend(name: string, content: TextPossibilities): void; | ||
readonly regions: { | ||
get regions(): { | ||
name: string; | ||
@@ -40,0 +40,0 @@ start: string; |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.1.206", | ||
"version": "2.1.208", | ||
"patchOffset": 100, | ||
@@ -43,3 +43,3 @@ "description": "Autorest Code generator common and base classes", | ||
"mocha-typescript": "1.1.17", | ||
"typescript": "~3.6.2", | ||
"typescript": "~3.7.0-beta", | ||
"@typescript-eslint/eslint-plugin": "~2.0.0", | ||
@@ -52,4 +52,4 @@ "@typescript-eslint/parser": "~2.0.0", | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.195", | ||
"@azure-tools/linq": "~3.1.197", | ||
"@azure-tools/async-io": "~3.0.197", | ||
"@azure-tools/linq": "~3.1.199", | ||
"js-yaml": "3.13.1", | ||
@@ -56,0 +56,0 @@ "semver": "^5.5.1", |
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
180792
Updated@azure-tools/linq@~3.1.199