fix(telemetry): Pointing and resolving packages wrongly (#9939)

FIXES FRMW-2764

**What**
- Fix wrong CLI package
- Fix package.json path resolution
This commit is contained in:
Adrien de Peretti
2024-11-06 09:43:04 +01:00
committed by GitHub
parent 674c86eaa0
commit de228d209f
3 changed files with 9 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": "./dist/index.js",
"./types": "./dist/types/index.js",
"./utils": "./dist/utils/index.js",