diff --git a/package.json b/package.json index 1faa36a2..90cdff85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Transcend Inc.", "name": "@transcend-io/cli", "description": "A command line interface for programmatic operations across Transcend.", - "version": "8.0.7", + "version": "8.0.8", "homepage": "https://github.com/transcend-io/cli", "repository": { "type": "git", @@ -10,48 +10,48 @@ }, "type": "module", "license": "UNLICENSED", - "main": "dist/index.cjs", + "main": "dist/index.js", "bin": { - "transcend": "dist/bin/cli.cjs", - "__transcend_bash_complete": "dist/bin/bash-complete.cjs", - "__tr-build-xdi-sync-endpoint": "dist/bin/deprecated-command.cjs", - "__tr-consent-manager-service-json-to-yml": "dist/bin/deprecated-command.cjs", - "__tr-consent-managers-to-business-entities": "dist/bin/deprecated-command.cjs", - "__tr-cron-mark-identifiers-completed": "dist/bin/deprecated-command.cjs", - "__tr-cron-pull-identifiers": "dist/bin/deprecated-command.cjs", - "__tr-cron-pull-profiles": "dist/bin/deprecated-command.cjs", - "__tr-derive-data-silos-from-data-flows": "dist/bin/deprecated-command.cjs", - "__tr-derive-data-silos-from-data-flows-cross-instance": "dist/bin/deprecated-command.cjs", - "__tr-discover-silos": "dist/bin/deprecated-command.cjs", - "__tr-generate-api-keys": "dist/bin/deprecated-command.cjs", - "__tr-manual-enrichment-pull-identifiers": "dist/bin/deprecated-command.cjs", - "__tr-manual-enrichment-push-identifiers": "dist/bin/deprecated-command.cjs", - "__tr-mark-request-data-silos-completed": "dist/bin/deprecated-command.cjs", - "__tr-pull": "dist/bin/deprecated-command.cjs", - "__tr-pull-consent-metrics": "dist/bin/deprecated-command.cjs", - "__tr-pull-consent-preferences": "dist/bin/deprecated-command.cjs", - "__tr-pull-datapoints": "dist/bin/deprecated-command.cjs", - "__tr-pull-unstructured-discovery-files": "dist/bin/deprecated-command.cjs", - "__tr-push": "dist/bin/deprecated-command.cjs", - "__tr-request-approve": "dist/bin/deprecated-command.cjs", - "__tr-request-cancel": "dist/bin/deprecated-command.cjs", - "__tr-request-download-files": "dist/bin/deprecated-command.cjs", - "__tr-request-enricher-restart": "dist/bin/deprecated-command.cjs", - "__tr-request-export": "dist/bin/deprecated-command.cjs", - "__tr-request-mark-silent": "dist/bin/deprecated-command.cjs", - "__tr-request-notify-additional-time": "dist/bin/deprecated-command.cjs", - "__tr-request-reject-unverified-identifiers": "dist/bin/deprecated-command.cjs", - "__tr-request-restart": "dist/bin/deprecated-command.cjs", - "__tr-request-upload": "dist/bin/deprecated-command.cjs", - "__tr-retry-request-data-silos": "dist/bin/deprecated-command.cjs", - "__tr-scan-packages": "dist/bin/deprecated-command.cjs", - "__tr-skip-request-data-silos": "dist/bin/deprecated-command.cjs", - "__tr-sync-ot": "dist/bin/deprecated-command.cjs", - "__tr-update-consent-manager": "dist/bin/deprecated-command.cjs", - "__tr-upload-consent-preferences": "dist/bin/deprecated-command.cjs", - "__tr-upload-cookies-from-csv": "dist/bin/deprecated-command.cjs", - "__tr-upload-data-flows-from-csv": "dist/bin/deprecated-command.cjs", - "__tr-upload-preferences": "dist/bin/deprecated-command.cjs" + "transcend": "dist/bin/cli.js", + "__transcend_bash_complete": "dist/bin/bash-complete.js", + "__tr-build-xdi-sync-endpoint": "dist/bin/deprecated-command.js", + "__tr-consent-manager-service-json-to-yml": "dist/bin/deprecated-command.js", + "__tr-consent-managers-to-business-entities": "dist/bin/deprecated-command.js", + "__tr-cron-mark-identifiers-completed": "dist/bin/deprecated-command.js", + "__tr-cron-pull-identifiers": "dist/bin/deprecated-command.js", + "__tr-cron-pull-profiles": "dist/bin/deprecated-command.js", + "__tr-derive-data-silos-from-data-flows": "dist/bin/deprecated-command.js", + "__tr-derive-data-silos-from-data-flows-cross-instance": "dist/bin/deprecated-command.js", + "__tr-discover-silos": "dist/bin/deprecated-command.js", + "__tr-generate-api-keys": "dist/bin/deprecated-command.js", + "__tr-manual-enrichment-pull-identifiers": "dist/bin/deprecated-command.js", + "__tr-manual-enrichment-push-identifiers": "dist/bin/deprecated-command.js", + "__tr-mark-request-data-silos-completed": "dist/bin/deprecated-command.js", + "__tr-pull": "dist/bin/deprecated-command.js", + "__tr-pull-consent-metrics": "dist/bin/deprecated-command.js", + "__tr-pull-consent-preferences": "dist/bin/deprecated-command.js", + "__tr-pull-datapoints": "dist/bin/deprecated-command.js", + "__tr-pull-unstructured-discovery-files": "dist/bin/deprecated-command.js", + "__tr-push": "dist/bin/deprecated-command.js", + "__tr-request-approve": "dist/bin/deprecated-command.js", + "__tr-request-cancel": "dist/bin/deprecated-command.js", + "__tr-request-download-files": "dist/bin/deprecated-command.js", + "__tr-request-enricher-restart": "dist/bin/deprecated-command.js", + "__tr-request-export": "dist/bin/deprecated-command.js", + "__tr-request-mark-silent": "dist/bin/deprecated-command.js", + "__tr-request-notify-additional-time": "dist/bin/deprecated-command.js", + "__tr-request-reject-unverified-identifiers": "dist/bin/deprecated-command.js", + "__tr-request-restart": "dist/bin/deprecated-command.js", + "__tr-request-upload": "dist/bin/deprecated-command.js", + "__tr-retry-request-data-silos": "dist/bin/deprecated-command.js", + "__tr-scan-packages": "dist/bin/deprecated-command.js", + "__tr-skip-request-data-silos": "dist/bin/deprecated-command.js", + "__tr-sync-ot": "dist/bin/deprecated-command.js", + "__tr-update-consent-manager": "dist/bin/deprecated-command.js", + "__tr-upload-consent-preferences": "dist/bin/deprecated-command.js", + "__tr-upload-cookies-from-csv": "dist/bin/deprecated-command.js", + "__tr-upload-data-flows-from-csv": "dist/bin/deprecated-command.js", + "__tr-upload-preferences": "dist/bin/deprecated-command.js" }, "engines": { "node": ">=22" @@ -60,7 +60,7 @@ "dist" ], "scripts": { - "start": "./dist/bin/cli.cjs", + "start": "./dist/bin/cli.js", "prebuild": "tsc -p tsconfig.json", "build": "tsup", "build:watch": "tsup --watch", @@ -84,17 +84,14 @@ "src/index.ts" ], "format": [ - "cjs" + "esm" ], "sourcemap": true, "dts": true, "tsconfig": "tsconfig.json", "clean": true, "splitting": true, - "minify": true, - "noExternal": [ - "lodash-es" - ] + "minify": true }, "dependencies": { "@stricli/auto-complete": "^1.2.0",