@goldstack/utils-typescript-references
Advanced tools
Comparing version
@@ -37,5 +37,3 @@ "use strict"; | ||
function processPackage({ packageDir, allPackages, tsConfigNames, excludeInReferences, }) { | ||
const packageJson = fs_1.default | ||
.readFileSync(path_1.default.resolve(packageDir, './package.json')) | ||
.toString(); | ||
const packageJson = fs_1.default.readFileSync(path_1.default.resolve(packageDir, './package.json')).toString(); | ||
const packageJsonData = JSON.parse(packageJson); | ||
@@ -42,0 +40,0 @@ const tsConfigPath = (0, sharedUtils_1.getTsConfigPath)(packageDir, tsConfigNames); |
{ | ||
"name": "@goldstack/utils-typescript-references", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Utility for keeping TypeScript references in sync in a Yarn monorepo", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.3.19", | ||
"@goldstack/utils-log": "0.3.20", | ||
"source-map-support": "^0.5.21", | ||
@@ -44,3 +44,3 @@ "yargs": "^17.5.1" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.13", | ||
"@goldstack/utils-git": "0.2.14", | ||
"@swc/core": "^1.12.11", | ||
@@ -47,0 +47,0 @@ "@swc/jest": "^0.2.39", |
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
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
29730
-0.07%305
-0.65%+ Added
+ Added
- Removed
- Removed
Updated