Skip to content

Commit

Permalink
chore(tel): switch from yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Nov 16, 2023
1 parent 85cae19 commit 439b2a7
Show file tree
Hide file tree
Showing 8 changed files with 16,016 additions and 15,383 deletions.
21 changes: 8 additions & 13 deletions telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"name": "@hyped/telemetry",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"packages/*"
]
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"Run": "===========================================================================================================",
"start": "turbo run start --parallel",
"Development": "===================================================================================================",
Expand All @@ -21,8 +14,7 @@
"fix": "turbo run fix --parallel",
"flightcheck": "turbo run flightcheck",
"Build": "=========================================================================================================",
"build": "turbo run build",
"postinstall": "patch-package"
"build": "turbo run build"
},
"devDependencies": {
"@types/is-ci": "^3.0.0",
Expand All @@ -36,8 +28,11 @@
"turbo": "^1.7.0",
"typescript": "^5.1.6"
},
"dependencies": {
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0"
"pnpm": {
"patchedDependencies": {
"openmct@2.2.5": "patches/openmct@2.2.5.patch",
"@nestjs/common@9.4.2": "patches/@nestjs__common@9.4.2.patch",
"nest-mqtt@0.2.0": "patches/nest-mqtt@0.2.0.patch"
}
}
}
3 changes: 1 addition & 2 deletions telemetry/packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"prepare": "tsdx build"
"build": "tsdx build"
},
"devDependencies": {
"@hyped/telemetry-types": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/node_modules/@nestjs/common/services/logger.service.d.ts b/node_modules/@nestjs/common/services/logger.service.d.ts
index 8e52c68..89ab4f1 100644
--- a/node_modules/@nestjs/common/services/logger.service.d.ts
+++ b/node_modules/@nestjs/common/services/logger.service.d.ts
diff --git a/services/logger.service.d.ts b/services/logger.service.d.ts
index 8e52c6852b6f4be2d3bbe39ea0296aff95c6808d..89ab4f1a9ad0c8641736d1f9610d79a6b55c8b40 100644
--- a/services/logger.service.d.ts
+++ b/services/logger.service.d.ts
@@ -21,11 +21,11 @@ export interface LoggerService {
/**
* Write a 'debug' level log.
Expand All @@ -15,4 +15,4 @@ index 8e52c68..89ab4f1 100644
+ verbose(message: any, ...optionalParams: any[]): any;
/**
* Set log levels.
* @param levels log levels
* @param levels log levels
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/node_modules/nest-mqtt/package.json b/node_modules/nest-mqtt/package.json
index d618c5b..0ce26cf 100644
--- a/node_modules/nest-mqtt/package.json
+++ b/node_modules/nest-mqtt/package.json
diff --git a/package.json b/package.json
index d618c5b39872a64b809eac6c27402241d77f79f7..0ce26cf2e52786645c5b8fe528df38cda55f969d 100644
--- a/package.json
+++ b/package.json
@@ -32,8 +32,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
Expand All @@ -12,4 +12,4 @@ index d618c5b..0ce26cf 100644
+ "@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"mqtt": "^3.0.0"
},
"devDependencies": {
"devDependencies": {
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
diff --git a/node_modules/openmct/dist/openmct.d.ts b/node_modules/openmct/dist/openmct.d.ts
index ce404b2..5594ef7 100644
--- a/node_modules/openmct/dist/openmct.d.ts
+++ b/node_modules/openmct/dist/openmct.d.ts
diff --git a/dist/openmct.d.ts b/dist/openmct.d.ts
index ce404b2dd2881abdbeb3ef6e5cbaa877c3f124d7..ef1ba3e7ceb42f8a5b57eeb2b512556dbb5bbb60 100644
--- a/dist/openmct.d.ts
+++ b/dist/openmct.d.ts
@@ -34,14 +34,17 @@ type OpenMCT = {
getAssetPath: {
(): string;
};
- start: (domElement: HTMLElement, isHeadlessMode: boolean) => void;
+ setAssetPath: {
+ (path: string): void;
+ };
+ }
+ start: (domElement?: HTMLElement, isHeadlessMode?: boolean) => void;
startHeadless: {
(): void;
Expand All @@ -22,10 +22,10 @@ index ce404b2..5594ef7 100644
components: OpenMCTComponent[];
};
type BuildInfo = {
diff --git a/node_modules/openmct/dist/src/api/time/TimeContext.d.ts b/node_modules/openmct/dist/src/api/time/TimeContext.d.ts
index b87f325..e56366e 100644
--- a/node_modules/openmct/dist/src/api/time/TimeContext.d.ts
+++ b/node_modules/openmct/dist/src/api/time/TimeContext.d.ts
diff --git a/dist/src/api/time/TimeContext.d.ts b/dist/src/api/time/TimeContext.d.ts
index b87f3254b37d51cd1ce6ef3e13210a1f00d96e83..e56366e686f551ca497ec1032c7e2eb08cb69ca8 100644
--- a/dist/src/api/time/TimeContext.d.ts
+++ b/dist/src/api/time/TimeContext.d.ts
@@ -43,7 +43,7 @@ declare class TimeContext {
* @memberof module:openmct.TimeAPI#
* @method timeSystem
Expand All @@ -34,4 +34,4 @@ index b87f325..e56366e 100644
+ timeSystem(timeSystemOrKey: TimeSystem | string, bounds?: any, ...args: any[]): TimeSystem;
/**
* Clock offsets are used to calculate temporal bounds when the system is
* ticking on a clock source.
* ticking on a clock source.
Loading

0 comments on commit 439b2a7

Please sign in to comment.