fix: update @mosaicstack/telemetry-client to 0.1.1 for CJS compatibility
The 0.1.0 package was ESM-only, causing ERR_PACKAGE_PATH_NOT_EXPORTED when loaded by NestJS (which compiles to CommonJS). Version 0.1.1 ships dual ESM/CJS builds. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.72.1",
|
||||
"@mosaic/shared": "workspace:*",
|
||||
"@mosaicstack/telemetry-client": "^0.1.0",
|
||||
"@mosaicstack/telemetry-client": "^0.1.1",
|
||||
"@nestjs/axios": "^4.0.1",
|
||||
"@nestjs/bullmq": "^11.0.4",
|
||||
"@nestjs/common": "^11.1.12",
|
||||
|
||||
Generated
+5
-6
@@ -69,8 +69,8 @@ importers:
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/shared
|
||||
'@mosaicstack/telemetry-client':
|
||||
specifier: ^0.1.0
|
||||
version: 0.1.0
|
||||
specifier: ^0.1.1
|
||||
version: 0.1.1
|
||||
'@nestjs/axios':
|
||||
specifier: ^4.0.1
|
||||
version: 4.0.1(@nestjs/[email protected]([email protected])([email protected])([email protected])([email protected]))([email protected])([email protected])
|
||||
@@ -1515,9 +1515,8 @@ packages:
|
||||
'@mermaid-js/[email protected]':
|
||||
resolution: {integrity: sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==}
|
||||
|
||||
'@mosaicstack/[email protected].0':
|
||||
resolution: {integrity: sha512-j78u9QDIAhTPzGfi9hfiM1wIhw9DUsjshGQ8PrXBdMcp22hfocdmjys4VwwvGiHYTn45um9rY04H4W1NdCaMiA==, tarball: https://git.mosaicstack.dev/api/packages/mosaic/npm/%40mosaicstack%2Ftelemetry-client/-/0.1.0/telemetry-client-0.1.0.tgz}
|
||||
engines: {node: '>=18'}
|
||||
'@mosaicstack/[email protected].1':
|
||||
resolution: {integrity: sha512-1udg6p4cs8rhQgQ2pKCfi7EpRlJieRRhA5CIqthRQ6HQZLgQ0wH+632jEulov3rlHSM1iplIQ+AAe5DWrvSkEA==, tarball: https://git.mosaicstack.dev/api/packages/mosaic/npm/%40mosaicstack%2Ftelemetry-client/-/0.1.1/telemetry-client-0.1.1.tgz}
|
||||
|
||||
'@mrleebo/[email protected]':
|
||||
resolution: {integrity: sha512-XyroGQXcHrZdvmrGJvsA9KNeOOgGMg1Vg9OlheUsBOSKznLMDl+YChxbkboRHvtFYJEMRYmlV3uoo/njCw05iw==}
|
||||
@@ -8107,7 +8106,7 @@ snapshots:
|
||||
dependencies:
|
||||
langium: 3.3.1
|
||||
|
||||
'@mosaicstack/[email protected].0': {}
|
||||
'@mosaicstack/[email protected].1': {}
|
||||
|
||||
'@mrleebo/[email protected]':
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user