rename @elastic/* packages to @kbn/* (#138957)

* rename @elastic/* packages to @kbn/*

* update yarn.lock

* [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest'

* update lint task

* review feedback

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Spencer 2022-08-18 08:54:42 -07:00 committed by GitHub
parent ad135e9610
commit 9003353729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
274 changed files with 280 additions and 271 deletions

View file

@ -9,8 +9,8 @@
require('../src/setup_node_env');
// We have to import directly from package since scenarios and worker.js are imported dynamically,
// If we import the package (require('@elastic/apm-synthtrace')) the program will be executed on the compiled files, and thus we need to
// If we import the package (require('@kbn/apm-synthtrace')) the program will be executed on the compiled files, and thus we need to
// compile scenarios with `yarn kbn bootstrap` every time scenario changes.
// eslint-disable-next-line @kbn/imports/uniform_imports
require('../packages/elastic-apm-synthtrace/src/cli').runSynthtrace();
require('../packages/kbn-apm-synthtrace/src/cli').runSynthtrace();