@azure-tools/rlc-common
Advanced tools
Comparing version 0.33.0-alpha.20240927.1 to 0.33.0-alpha.20240930.1
@@ -15,3 +15,3 @@ { | ||
"packages/rlc-common/src/buildIsUnexpectedHelper.ts": "b8f8a13829bed28787b904ec0647412d5d9a47db", | ||
"packages/rlc-common/src/buildLogger.ts": "37a75d4abbffd04e1cb9f084b1b975aacdb2bd43", | ||
"packages/rlc-common/src/buildLogger.ts": "b6041fb5b228240487d0f009dffd25a86cc00720", | ||
"packages/rlc-common/src/buildMethodShortcuts.ts": "833a2b2965d7b71d5a696b358498a9f9e68d83d1", | ||
@@ -48,3 +48,3 @@ "packages/rlc-common/src/buildObjectTypes.ts": "474359c964646dfd7a8a3fef5ff9b10efc11dbc8", | ||
"packages/rlc-common/src/metadata/buildTsConfig.ts": "f0559c62848f2bb9d221d1a39aeeacb6cadca291", | ||
"packages/rlc-common/src/metadata/buildVitestConfig.ts": "0e8fed4600c6727da03767e38adab03753e65840", | ||
"packages/rlc-common/src/metadata/buildVitestConfig.ts": "711bd015fc1c581740c2de74e7dace8f8b622840", | ||
"packages/rlc-common/src/metadata/packageJson/azurePackageCommon.ts": "99d9449b78f025c70a46af66125ca5f20520d705", | ||
@@ -51,0 +51,0 @@ "packages/rlc-common/src/metadata/packageJson/buildAzureMonorepoPackage.ts": "2e5ef14870c62e71ad3c77815a40d17beb882bf5", |
@@ -16,3 +16,5 @@ // Copyright (c) Microsoft Corporation. | ||
const { packageDetails } = model.options; | ||
const filePath = path.join(srcPath.substring(0, srcPath.lastIndexOf("src") + 4), `logger.ts`); | ||
const filePath = path.join(srcPath.substring(0, srcPath.includes("generated") && !srcPath.includes("src") | ||
? srcPath.lastIndexOf("generated") + 10 | ||
: srcPath.lastIndexOf("src") + 4), `logger.ts`); | ||
const loggerFile = project.createSourceFile("logger.ts", undefined, { | ||
@@ -19,0 +21,0 @@ overwrite: true |
@@ -29,2 +29,3 @@ // Copyright (c) Microsoft Corporation. | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -65,2 +66,3 @@ });`; | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -67,0 +69,0 @@ });`; |
@@ -20,3 +20,5 @@ "use strict"; | ||
const { packageDetails } = model.options; | ||
const filePath = path.join(srcPath.substring(0, srcPath.lastIndexOf("src") + 4), `logger.ts`); | ||
const filePath = path.join(srcPath.substring(0, srcPath.includes("generated") && !srcPath.includes("src") | ||
? srcPath.lastIndexOf("generated") + 10 | ||
: srcPath.lastIndexOf("src") + 4), `logger.ts`); | ||
const loggerFile = project.createSourceFile("logger.ts", undefined, { | ||
@@ -23,0 +25,0 @@ overwrite: true |
@@ -32,2 +32,3 @@ "use strict"; | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -68,2 +69,3 @@ });`; | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -70,0 +72,0 @@ });`; |
{ | ||
"name": "@azure-tools/rlc-common", | ||
"version": "0.33.0-alpha.20240927.1", | ||
"version": "0.33.0-alpha.20240930.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -20,3 +20,8 @@ // Copyright (c) Microsoft Corporation. | ||
const filePath = path.join( | ||
srcPath.substring(0, srcPath.lastIndexOf("src") + 4), | ||
srcPath.substring( | ||
0, | ||
srcPath.includes("generated") && !srcPath.includes("src") | ||
? srcPath.lastIndexOf("generated") + 10 | ||
: srcPath.lastIndexOf("src") + 4 | ||
), | ||
`logger.ts` | ||
@@ -23,0 +28,0 @@ ); |
@@ -32,2 +32,3 @@ // Copyright (c) Microsoft Corporation. | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -75,2 +76,3 @@ });`; | ||
testTimeout: 1200000, | ||
hookTimeout: 1200000 | ||
} | ||
@@ -77,0 +79,0 @@ });`; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1226889
22264