🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@goldstack/utils-typescript-references

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-typescript-references - npm Package Compare versions

Comparing version

to
0.1.2

0

dist/src/sharedUtils.d.ts

@@ -0,0 +0,0 @@ export interface PackageData {

@@ -0,0 +0,0 @@ "use strict";

export declare const updatePackageProjectReferences: () => void;
//# sourceMappingURL=updatePackageProjectReferences.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export declare const updateRootProjectReferences: () => void;
//# sourceMappingURL=updateRootProjectReferences.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

export declare const run: (args: string[]) => void;
//# sourceMappingURL=utilsTypeScriptReferences.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@goldstack/utils-typescript-references",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility for keeping TypeScript references in sync in the monorepo",

@@ -5,0 +5,0 @@ "keywords": [

@@ -72,3 +72,3 @@ # TypeScript References Utility

- The root of the project and each workspace must contain a `tsconfig.json`. It is currently not able to specify an alternative file name for `tsconfig.json`.
- The root of the project and each workspace must contain a `tsconfig.json`. It is currently not able to specify an alternative file name for `tsconfig.json`.
- The root `tsconfig.json` file needs to be a vanilla JSON document (so no comments)

@@ -83,2 +83,2 @@

- [Optimizing multi-package apps with TypeScript Project References](https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440)
- [TypeScript Monorepos with Yarn](https://semaphoreci.com/blog/typescript-monorepos-with-yarn)
- [TypeScript Monorepos with Yarn](https://semaphoreci.com/blog/typescript-monorepos-with-yarn)