diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 98a27f0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -dist: trusty -sudo: required -language: node_js -node_js: node -services: - - docker -env: - - ES_VERSION=5.0.2 - - ES_VERSION=5.6.7 - - ES_VERSION=6.8.0 - - ES_VERSION=7.0.1 - - ES_VERSION=7.1.1 -addons: - code_climate: - repo_token: 'f7898d1d1ca2b76715bc35cc3ba880b35e3fbdc07c3aeb27ca98eecb5e5c064d' -notifications: - email: false -before_install: - - sudo sysctl vm.max_map_count=262144 - - docker pull elasticsearch:${ES_VERSION} - - docker run -d -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:${ES_VERSION} -install: - - npm install -before_script: - - sleep 10 diff --git a/CHANGELOG.md b/CHANGELOG.md index a09ae7d..47b1901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,257 +1,257 @@ # Change Log -## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v3.1.0) (2019-10-07) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v3.0.0...v3.1.0) +## [v3.1.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v3.1.0) (2019-10-07) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v3.0.0...v3.1.0) **Closed issues:** -- An in-range update of @feathersjs/adapter-tests is breaking the build 🚨 [\#96](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/96) -- An in-range update of @feathersjs/commons is breaking the build 🚨 [\#95](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/95) -- An in-range update of dtslint is breaking the build 🚨 [\#93](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/93) +- An in-range update of @feathersjs/adapter-tests is breaking the build 🚨 [\#96](https://github.com/feathersjs/feathers-elasticsearch/issues/96) +- An in-range update of @feathersjs/commons is breaking the build 🚨 [\#95](https://github.com/feathersjs/feathers-elasticsearch/issues/95) +- An in-range update of dtslint is breaking the build 🚨 [\#93](https://github.com/feathersjs/feathers-elasticsearch/issues/93) **Merged pull requests:** -- Update all dependencies [\#97](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/97) ([daffl](https://github.com/daffl)) -- Update dtslint to the latest version 🚀 [\#92](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/92) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Drop support for elasticsearch 2.4 [\#91](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/91) ([jciolek](https://github.com/jciolek)) +- Update all dependencies [\#97](https://github.com/feathersjs/feathers-elasticsearch/pull/97) ([daffl](https://github.com/daffl)) +- Update dtslint to the latest version 🚀 [\#92](https://github.com/feathersjs/feathers-elasticsearch/pull/92) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Drop support for elasticsearch 2.4 [\#91](https://github.com/feathersjs/feathers-elasticsearch/pull/91) ([jciolek](https://github.com/jciolek)) -## [v3.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v3.0.0) (2019-07-06) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.1.0...v3.0.0) +## [v3.0.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v3.0.0) (2019-07-06) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v2.1.0...v3.0.0) **Merged pull requests:** -- Add TypeScript definitions and upgrade tests to Feathers 4 [\#90](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/90) ([daffl](https://github.com/daffl)) +- Add TypeScript definitions and upgrade tests to Feathers 4 [\#90](https://github.com/feathersjs/feathers-elasticsearch/pull/90) ([daffl](https://github.com/daffl)) -## [v2.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.1.0) (2019-06-27) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.2...v2.1.0) +## [v2.1.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v2.1.0) (2019-06-27) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v2.0.2...v2.1.0) **Merged pull requests:** -- Add support for elasticsearch 7+ [\#88](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/88) ([jciolek](https://github.com/jciolek)) -- Update eslint to the latest version 🚀 [\#87](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/87) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Add support for elasticsearch 7+ [\#88](https://github.com/feathersjs/feathers-elasticsearch/pull/88) ([jciolek](https://github.com/jciolek)) +- Update eslint to the latest version 🚀 [\#87](https://github.com/feathersjs/feathers-elasticsearch/pull/87) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v2.0.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.2) (2019-05-14) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.1...v2.0.2) +## [v2.0.2](https://github.com/feathersjs/feathers-elasticsearch/tree/v2.0.2) (2019-05-14) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v2.0.1...v2.0.2) **Closed issues:** -- $exists + $missing operators not working [\#81](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/81) -- An in-range update of elasticsearch is breaking the build 🚨 [\#79](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/79) +- $exists + $missing operators not working [\#81](https://github.com/feathersjs/feathers-elasticsearch/issues/81) +- An in-range update of elasticsearch is breaking the build 🚨 [\#79](https://github.com/feathersjs/feathers-elasticsearch/issues/79) **Merged pull requests:** -- Remove deprecated version tests from CI and update dependencies [\#83](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/83) ([daffl](https://github.com/daffl)) -- added $exists + $missing to whitelist [\#82](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/82) ([orgalaf](https://github.com/orgalaf)) +- Remove deprecated version tests from CI and update dependencies [\#83](https://github.com/feathersjs/feathers-elasticsearch/pull/83) ([daffl](https://github.com/daffl)) +- added $exists + $missing to whitelist [\#82](https://github.com/feathersjs/feathers-elasticsearch/pull/82) ([orgalaf](https://github.com/orgalaf)) -## [v2.0.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.1) (2019-05-02) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v2.0.0...v2.0.1) +## [v2.0.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v2.0.1) (2019-05-02) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v2.0.0...v2.0.1) **Closed issues:** -- How to use whitelist [\#77](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/77) -- Upsert doesn't work for bulkCreate [\#75](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/75) +- How to use whitelist [\#77](https://github.com/feathersjs/feathers-elasticsearch/issues/77) +- Upsert doesn't work for bulkCreate [\#75](https://github.com/feathersjs/feathers-elasticsearch/issues/75) **Merged pull requests:** -- Consider upsert param when setting the method in create-bulk [\#78](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/78) ([othersideofphase](https://github.com/othersideofphase)) +- Consider upsert param when setting the method in create-bulk [\#78](https://github.com/feathersjs/feathers-elasticsearch/pull/78) ([othersideofphase](https://github.com/othersideofphase)) -## [v2.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v2.0.0) (2019-04-23) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.4.0...v2.0.0) +## [v2.0.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v2.0.0) (2019-04-23) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.4.0...v2.0.0) **Closed issues:** -- An in-range update of elasticsearch is breaking the build 🚨 [\#72](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/72) -- An in-range update of @feathersjs/express is breaking the build 🚨 [\#70](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/70) -- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#69](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/69) -- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#67](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/67) +- An in-range update of elasticsearch is breaking the build 🚨 [\#72](https://github.com/feathersjs/feathers-elasticsearch/issues/72) +- An in-range update of @feathersjs/express is breaking the build 🚨 [\#70](https://github.com/feathersjs/feathers-elasticsearch/issues/70) +- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#69](https://github.com/feathersjs/feathers-elasticsearch/issues/69) +- An in-range update of @feathersjs/errors is breaking the build 🚨 [\#67](https://github.com/feathersjs/feathers-elasticsearch/issues/67) **Merged pull requests:** -- Update nyc to the latest version 🚀 [\#76](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update mocha to the latest version 🚀 [\#74](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/74) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update sinon to the latest version 🚀 [\#73](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update nyc to the latest version 🚀 [\#71](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Upgrade to @feathersjs/adapter-commons and latest common service features [\#68](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/68) ([daffl](https://github.com/daffl)) +- Update nyc to the latest version 🚀 [\#76](https://github.com/feathersjs/feathers-elasticsearch/pull/76) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update mocha to the latest version 🚀 [\#74](https://github.com/feathersjs/feathers-elasticsearch/pull/74) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update sinon to the latest version 🚀 [\#73](https://github.com/feathersjs/feathers-elasticsearch/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update nyc to the latest version 🚀 [\#71](https://github.com/feathersjs/feathers-elasticsearch/pull/71) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Upgrade to @feathersjs/adapter-commons and latest common service features [\#68](https://github.com/feathersjs/feathers-elasticsearch/pull/68) ([daffl](https://github.com/daffl)) -## [v1.4.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.4.0) (2018-12-16) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.3.1...v1.4.0) +## [v1.4.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.4.0) (2018-12-16) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.3.1...v1.4.0) **Closed issues:** -- I could also use upsert support [\#65](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/65) -- Would it be possible to implement $wildcard and $regexp [\#63](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/63) -- Issue with .create [\#60](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/60) -- Create { \_meta : { \_index: 'myindex-MM-YYY' } } is ignored [\#58](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/58) +- I could also use upsert support [\#65](https://github.com/feathersjs/feathers-elasticsearch/issues/65) +- Would it be possible to implement $wildcard and $regexp [\#63](https://github.com/feathersjs/feathers-elasticsearch/issues/63) +- Issue with .create [\#60](https://github.com/feathersjs/feathers-elasticsearch/issues/60) +- Create { \_meta : { \_index: 'myindex-MM-YYY' } } is ignored [\#58](https://github.com/feathersjs/feathers-elasticsearch/issues/58) **Merged pull requests:** -- WIldcard, regexp \#63 and upsert \#65 support [\#66](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/66) ([penngrove](https://github.com/penngrove)) -- Update semistandard to the latest version 🚀 [\#62](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/62) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update debug to the latest version 🚀 [\#59](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/59) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update eslint to the latest version 🚀 [\#55](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/55) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update sinon to the latest version 🚀 [\#54](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/54) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- WIldcard, regexp \#63 and upsert \#65 support [\#66](https://github.com/feathersjs/feathers-elasticsearch/pull/66) ([penngrove](https://github.com/penngrove)) +- Update semistandard to the latest version 🚀 [\#62](https://github.com/feathersjs/feathers-elasticsearch/pull/62) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update debug to the latest version 🚀 [\#59](https://github.com/feathersjs/feathers-elasticsearch/pull/59) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update eslint to the latest version 🚀 [\#55](https://github.com/feathersjs/feathers-elasticsearch/pull/55) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update sinon to the latest version 🚀 [\#54](https://github.com/feathersjs/feathers-elasticsearch/pull/54) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v1.3.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.3.1) (2018-06-03) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.3.0...v1.3.1) +## [v1.3.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.3.1) (2018-06-03) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.3.0...v1.3.1) **Closed issues:** -- Travis horror [\#53](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/53) +- Travis horror [\#53](https://github.com/feathersjs/feathers-elasticsearch/issues/53) **Merged pull requests:** -- Update uberproto to the latest version 🚀 [\#52](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/52) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update sinon to the latest version 🚀 [\#50](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/50) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update uberproto to the latest version 🚀 [\#52](https://github.com/feathersjs/feathers-elasticsearch/pull/52) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update sinon to the latest version 🚀 [\#50](https://github.com/feathersjs/feathers-elasticsearch/pull/50) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v1.3.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.3.0) (2018-05-16) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.2.0...v1.3.0) +## [v1.3.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.3.0) (2018-05-16) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.2.0...v1.3.0) **Merged pull requests:** -- Add support for Elasticsearch 6.0+ [\#49](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/49) ([jciolek](https://github.com/jciolek)) -- Update elasticsearch to the latest version 🚀 [\#48](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Add support for Elasticsearch 6.0+ [\#49](https://github.com/feathersjs/feathers-elasticsearch/pull/49) ([jciolek](https://github.com/jciolek)) +- Update elasticsearch to the latest version 🚀 [\#48](https://github.com/feathersjs/feathers-elasticsearch/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v1.2.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.2.0) (2018-04-18) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.1.1...v1.2.0) +## [v1.2.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.2.0) (2018-04-18) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.1.1...v1.2.0) **Merged pull requests:** -- Add support for $exists and $missing queries [\#46](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/46) ([DesignByOnyx](https://github.com/DesignByOnyx)) +- Add support for $exists and $missing queries [\#46](https://github.com/feathersjs/feathers-elasticsearch/pull/46) ([DesignByOnyx](https://github.com/DesignByOnyx)) -## [v1.1.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.1.1) (2018-04-15) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.1.0...v1.1.1) +## [v1.1.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.1.1) (2018-04-15) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.1.0...v1.1.1) **Merged pull requests:** -- General maintenance [\#45](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/45) ([jciolek](https://github.com/jciolek)) +- General maintenance [\#45](https://github.com/feathersjs/feathers-elasticsearch/pull/45) ([jciolek](https://github.com/jciolek)) -## [v1.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.1.0) (2018-03-07) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v1.0.0...v1.1.0) +## [v1.1.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.1.0) (2018-03-07) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v1.0.0...v1.1.0) **Merged pull requests:** -- Updates [\#44](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/44) ([jciolek](https://github.com/jciolek)) -- Update mocha to the latest version 🚀 [\#43](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/43) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update semistandard to the latest version 🚀 [\#42](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Updates [\#44](https://github.com/feathersjs/feathers-elasticsearch/pull/44) ([jciolek](https://github.com/jciolek)) +- Update mocha to the latest version 🚀 [\#43](https://github.com/feathersjs/feathers-elasticsearch/pull/43) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update semistandard to the latest version 🚀 [\#42](https://github.com/feathersjs/feathers-elasticsearch/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v1.0.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v1.0.0) (2017-12-01) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.3...v1.0.0) +## [v1.0.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v1.0.0) (2017-12-01) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.4.3...v1.0.0) **Merged pull requests:** -- Update to Feathers Buzzard \(v3\) [\#40](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/40) ([daffl](https://github.com/daffl)) -- Update to new plugin infrastructure [\#39](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/39) ([daffl](https://github.com/daffl)) -- Add logic control to raw method and tests for corresponding codes [\#34](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/34) ([xwa130](https://github.com/xwa130)) +- Update to Feathers Buzzard \(v3\) [\#40](https://github.com/feathersjs/feathers-elasticsearch/pull/40) ([daffl](https://github.com/daffl)) +- Update to new plugin infrastructure [\#39](https://github.com/feathersjs/feathers-elasticsearch/pull/39) ([daffl](https://github.com/daffl)) +- Add logic control to raw method and tests for corresponding codes [\#34](https://github.com/feathersjs/feathers-elasticsearch/pull/34) ([xwa130](https://github.com/xwa130)) -## [v0.4.3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.3) (2017-11-24) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.2...v0.4.3) +## [v0.4.3](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.4.3) (2017-11-24) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.4.2...v0.4.3) **Merged pull requests:** -- Added nested query param option [\#38](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/38) ([Mattchewone](https://github.com/Mattchewone)) -- Update elasticsearch to the latest version 🚀 [\#37](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/37) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update mocha to the latest version 🚀 [\#36](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/36) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Fixed a typo! [\#35](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/35) ([martineboh](https://github.com/martineboh)) +- Added nested query param option [\#38](https://github.com/feathersjs/feathers-elasticsearch/pull/38) ([Mattchewone](https://github.com/Mattchewone)) +- Update elasticsearch to the latest version 🚀 [\#37](https://github.com/feathersjs/feathers-elasticsearch/pull/37) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update mocha to the latest version 🚀 [\#36](https://github.com/feathersjs/feathers-elasticsearch/pull/36) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Fixed a typo! [\#35](https://github.com/feathersjs/feathers-elasticsearch/pull/35) ([martineboh](https://github.com/martineboh)) -## [v0.4.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.2) (2017-08-14) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.1...v0.4.2) +## [v0.4.2](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.4.2) (2017-08-14) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.4.1...v0.4.2) **Merged pull requests:** -- make raw method robuster [\#31](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/31) ([xwa130](https://github.com/xwa130)) +- make raw method robuster [\#31](https://github.com/feathersjs/feathers-elasticsearch/pull/31) ([xwa130](https://github.com/xwa130)) -## [v0.4.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.1) (2017-08-11) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.4.0...v0.4.1) +## [v0.4.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.4.1) (2017-08-11) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.4.0...v0.4.1) **Merged pull requests:** -- test\(elasticsearch\) add support for elasticsearch 5.4 and 5.5 [\#33](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/33) ([jciolek](https://github.com/jciolek)) -- Update debug to the latest version 🚀 [\#32](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/32) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- test\(elasticsearch\) add support for elasticsearch 5.4 and 5.5 [\#33](https://github.com/feathersjs/feathers-elasticsearch/pull/33) ([jciolek](https://github.com/jciolek)) +- Update debug to the latest version 🚀 [\#32](https://github.com/feathersjs/feathers-elasticsearch/pull/32) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v0.4.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.4.0) (2017-07-21) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.3.1...v0.4.0) +## [v0.4.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.4.0) (2017-07-21) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.3.1...v0.4.0) **Closed issues:** -- An in-range update of elasticsearch is breaking the build 🚨 [\#29](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/29) +- An in-range update of elasticsearch is breaking the build 🚨 [\#29](https://github.com/feathersjs/feathers-elasticsearch/issues/29) **Merged pull requests:** -- add raw method [\#30](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/30) ([xwa130](https://github.com/xwa130)) +- add raw method [\#30](https://github.com/feathersjs/feathers-elasticsearch/pull/30) ([xwa130](https://github.com/xwa130)) -## [v0.3.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.3.1) (2017-06-07) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.3.0...v0.3.1) +## [v0.3.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.3.1) (2017-06-07) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.3.0...v0.3.1) **Merged pull requests:** -- Updated tests and operator [\#27](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/27) ([Mattchewone](https://github.com/Mattchewone)) -- export Service [\#25](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/25) ([christopherjbaker](https://github.com/christopherjbaker)) +- Updated tests and operator [\#27](https://github.com/feathersjs/feathers-elasticsearch/pull/27) ([Mattchewone](https://github.com/Mattchewone)) +- export Service [\#25](https://github.com/feathersjs/feathers-elasticsearch/pull/25) ([christopherjbaker](https://github.com/christopherjbaker)) -## [v0.3.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.3.0) (2017-06-03) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.3...v0.3.0) +## [v0.3.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.3.0) (2017-06-03) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.2.3...v0.3.0) **Closed issues:** -- Simple Query String / Aggregations \[Feature\] [\#22](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/22) -- Using $and in query string [\#20](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/20) +- Simple Query String / Aggregations \[Feature\] [\#22](https://github.com/feathersjs/feathers-elasticsearch/issues/22) +- Using $and in query string [\#20](https://github.com/feathersjs/feathers-elasticsearch/issues/20) **Merged pull requests:** -- feat\(query\) add $sqs simple\_query\_string query [\#24](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/24) ([Mattchewone](https://github.com/Mattchewone)) -- Update chai to the latest version 🚀 [\#21](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/21) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Type for validateType [\#18](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/18) ([Mattchewone](https://github.com/Mattchewone)) -- Update feathers-socketio to the latest version 🚀 [\#17](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- feat\(query\) add $sqs simple\_query\_string query [\#24](https://github.com/feathersjs/feathers-elasticsearch/pull/24) ([Mattchewone](https://github.com/Mattchewone)) +- Update chai to the latest version 🚀 [\#21](https://github.com/feathersjs/feathers-elasticsearch/pull/21) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Type for validateType [\#18](https://github.com/feathersjs/feathers-elasticsearch/pull/18) ([Mattchewone](https://github.com/Mattchewone)) +- Update feathers-socketio to the latest version 🚀 [\#17](https://github.com/feathersjs/feathers-elasticsearch/pull/17) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v0.2.3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.3) (2017-05-06) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.2...v0.2.3) +## [v0.2.3](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.2.3) (2017-05-06) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.2.2...v0.2.3) **Implemented enhancements:** -- Multi term search [\#14](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/14) +- Multi term search [\#14](https://github.com/feathersjs/feathers-elasticsearch/issues/14) **Merged pull requests:** -- feat\(query\) add $all query \(es: array datatype\) [\#16](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/16) ([jciolek](https://github.com/jciolek)) -- Update feathers-service-tests to the latest version 🚀 [\#15](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/15) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update elasticsearch to the latest version 🚀 [\#13](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -- Update semistandard to the latest version 🚀 [\#12](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/12) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- feat\(query\) add $all query \(es: array datatype\) [\#16](https://github.com/feathersjs/feathers-elasticsearch/pull/16) ([jciolek](https://github.com/jciolek)) +- Update feathers-service-tests to the latest version 🚀 [\#15](https://github.com/feathersjs/feathers-elasticsearch/pull/15) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update elasticsearch to the latest version 🚀 [\#13](https://github.com/feathersjs/feathers-elasticsearch/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- Update semistandard to the latest version 🚀 [\#12](https://github.com/feathersjs/feathers-elasticsearch/pull/12) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v0.2.2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.2) (2017-04-15) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.1...v0.2.2) +## [v0.2.2](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.2.2) (2017-04-15) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.2.1...v0.2.2) **Closed issues:** -- How to use with existing datastore question? [\#9](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/9) +- How to use with existing datastore question? [\#9](https://github.com/feathersjs/feathers-elasticsearch/issues/9) **Merged pull requests:** -- feat\(query\) add $child \(es: has\_child\) and $parent \(es: has\_parent\) [\#11](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/11) ([jciolek](https://github.com/jciolek)) -- Add Greenkeeper badge 🌴 [\#10](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/10) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) +- feat\(query\) add $child \(es: has\_child\) and $parent \(es: has\_parent\) [\#11](https://github.com/feathersjs/feathers-elasticsearch/pull/11) ([jciolek](https://github.com/jciolek)) +- Add Greenkeeper badge 🌴 [\#10](https://github.com/feathersjs/feathers-elasticsearch/pull/10) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) -## [v0.2.1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.1) (2017-03-19) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.2.0...v0.2.1) +## [v0.2.1](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.2.1) (2017-03-19) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.2.0...v0.2.1) **Merged pull requests:** -- fix\(query\) add minimum\_should\_match = 1 to the "should" query [\#8](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/8) ([jciolek](https://github.com/jciolek)) -- fix\(eslint\) minor changes to satisfy new version of semistandard [\#7](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/7) ([jciolek](https://github.com/jciolek)) -- Update all dependencies 🌴 [\#6](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/6) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- fix\(query\) add minimum\_should\_match = 1 to the "should" query [\#8](https://github.com/feathersjs/feathers-elasticsearch/pull/8) ([jciolek](https://github.com/jciolek)) +- fix\(eslint\) minor changes to satisfy new version of semistandard [\#7](https://github.com/feathersjs/feathers-elasticsearch/pull/7) ([jciolek](https://github.com/jciolek)) +- Update all dependencies 🌴 [\#6](https://github.com/feathersjs/feathers-elasticsearch/pull/6) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) -## [v0.2.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.2.0) (2017-03-15) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/compare/v0.1.0...v0.2.0) +## [v0.2.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.2.0) (2017-03-15) +[Full Changelog](https://github.com/feathersjs/feathers-elasticsearch/compare/v0.1.0...v0.2.0) **Closed issues:** -- Support full text search [\#1](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues/1) +- Support full text search [\#1](https://github.com/feathersjs/feathers-elasticsearch/issues/1) **Merged pull requests:** -- Add full-text and term level queries specific to Elasticsearch [\#5](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/5) ([jciolek](https://github.com/jciolek)) -- Merged master to es-5.1-tests [\#4](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/4) ([jciolek](https://github.com/jciolek)) -- Merged master to es-5.0-tests [\#3](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/3) ([jciolek](https://github.com/jciolek)) -- Update repo links in package.json. [\#2](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/pull/2) ([jciolek](https://github.com/jciolek)) +- Add full-text and term level queries specific to Elasticsearch [\#5](https://github.com/feathersjs/feathers-elasticsearch/pull/5) ([jciolek](https://github.com/jciolek)) +- Merged master to es-5.1-tests [\#4](https://github.com/feathersjs/feathers-elasticsearch/pull/4) ([jciolek](https://github.com/jciolek)) +- Merged master to es-5.0-tests [\#3](https://github.com/feathersjs/feathers-elasticsearch/pull/3) ([jciolek](https://github.com/jciolek)) +- Update repo links in package.json. [\#2](https://github.com/feathersjs/feathers-elasticsearch/pull/2) ([jciolek](https://github.com/jciolek)) -## [v0.1.0](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/tree/v0.1.0) (2017-01-20) +## [v0.1.0](https://github.com/feathersjs/feathers-elasticsearch/tree/v0.1.0) (2017-01-20) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/README.md b/README.md index 16b3d4d..8862f62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # feathers-elasticsearch -[![CI](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg)](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/actions/workflows/test-matrix.yml) +[![CI](https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml/badge.svg)](https://github.com/feathersjs/feathers-elasticsearch/actions/workflows/test-matrix.yml) [![npm version](https://img.shields.io/npm/v/feathers-elasticsearch.svg)](https://www.npmjs.com/package/feathers-elasticsearch) [![Download Status](https://img.shields.io/npm/dm/feathers-elasticsearch.svg?style=flat-square)](https://www.npmjs.com/package/feathers-elasticsearch) @@ -240,7 +240,7 @@ We welcome contributions! Please see [Contributing](./docs/contributing.md) for ```bash # Clone and install -git clone https://github.com/feathersjs-ecosystem/feathers-elasticsearch.git +git clone https://github.com/feathersjs/feathers-elasticsearch.git cd feathers-elasticsearch npm install diff --git a/docs/API.md b/docs/API.md index 040496c..aa4806f 100644 --- a/docs/API.md +++ b/docs/API.md @@ -640,6 +640,6 @@ service.find({ ## Support -- GitHub Issues: [Report bugs](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues) -- Documentation: [Full documentation](https://github.com/feathersjs-ecosystem/feathers-elasticsearch) +- GitHub Issues: [Report bugs](https://github.com/feathersjs/feathers-elasticsearch/issues) +- Documentation: [Full documentation](https://github.com/feathersjs/feathers-elasticsearch) - Feathers Discord: [Community support](https://discord.gg/qa8kez8QBx) diff --git a/docs/TESTING.md b/docs/TESTING.md index bc752dc..56c4153 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -317,7 +317,7 @@ If you're still experiencing issues: 1. Check [Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) 2. Review [FeathersJS adapter guide](https://feathersjs.com/api/databases/adapters.html) -3. Open an issue on [GitHub](https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues) +3. Open an issue on [GitHub](https://github.com/feathersjs/feathers-elasticsearch/issues) 4. Include: - Node version (`node --version`) - Elasticsearch version (`curl http://localhost:9201/`) diff --git a/docs/contributing.md b/docs/contributing.md index 0896e5b..57c2fef 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -34,7 +34,7 @@ cd feathers-elasticsearch 3. Add the upstream repository: ```bash -git remote add upstream https://github.com/feathersjs-ecosystem/feathers-elasticsearch.git +git remote add upstream https://github.com/feathersjs/feathers-elasticsearch.git ``` ### Install Dependencies diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 56fc7a2..3cd2771 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -497,7 +497,7 @@ If you encounter issues during migration: - [Performance Features](./PERFORMANCE_FEATURES.md) 3. **Report issues:** - - GitHub Issues: https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues + - GitHub Issues: https://github.com/feathersjs/feathers-elasticsearch/issues --- diff --git a/package-lock.json b/package-lock.json index 405febb..6144904 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,12 +32,10 @@ "eslint-plugin-promise": "^7.2.1", "mocha": "^10.1.0", "nyc": "^17.1.0", - "pg": "^8.8.0", "prettier": "^3.6.2", "shx": "^0.3.4", "sinon": "^21.0.0", "sqlite3": "^5.1.2", - "tsup": "^8.5.0", "tsx": "^4.20.6", "typescript": "^4.8.4" }, @@ -1239,109 +1237,6 @@ "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -1610,17 +1505,6 @@ "node": ">=14" } }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=14" - } - }, "node_modules/@qiwi/npm-registry-client": { "version": "8.9.1", "resolved": "https://registry.npmjs.org/@qiwi/npm-registry-client/-/npm-registry-client-8.9.1.tgz", @@ -1793,326 +1677,18 @@ } }, "node_modules/@qiwi/npm-registry-client/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz", - "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz", - "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz", - "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz", - "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz", - "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz", - "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz", - "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz", - "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz", - "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz", - "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz", - "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz", - "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz", - "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz", - "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz", - "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz", - "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz", - "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-openharmony-arm64": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz", - "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openharmony" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz", - "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz", - "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz", - "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz", - "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==", - "cpu": [ - "x64" - ], + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", "dev": true, "license": "MIT", "optional": true, - "os": [ - "win32" - ] + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } }, "node_modules/@rtsao/scc": { "version": "1.1.0", @@ -2650,13 +2226,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true, - "license": "MIT" - }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -3261,32 +2830,6 @@ "dev": true, "license": "MIT" }, - "node_modules/bundle-require": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz", - "integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "load-tsconfig": "^0.2.3" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "esbuild": ">=0.18" - } - }, - "node_modules/cac": { - "version": "6.7.14", - "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", - "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/cacache": { "version": "15.3.0", "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", @@ -3765,23 +3308,6 @@ "typedarray": "^0.0.6" } }, - "node_modules/confbox": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", - "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", - "dev": true, - "license": "MIT" - }, - "node_modules/consola": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", - "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.18.0 || >=16.10.0" - } - }, "node_modules/console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", @@ -4431,13 +3957,6 @@ "node": ">= 0.4" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true, - "license": "MIT" - }, "node_modules/ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", @@ -5385,18 +4904,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fix-dts-default-cjs-exports": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fix-dts-default-cjs-exports/-/fix-dts-default-cjs-exports-1.0.1.tgz", - "integrity": "sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "magic-string": "^0.30.17", - "mlly": "^1.7.4", - "rollup": "^4.34.8" - } - }, "node_modules/flat": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", @@ -6921,32 +6428,6 @@ "node": ">=8" } }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/joycon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", - "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -7124,36 +6605,6 @@ "node": ">= 0.8.0" } }, - "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/load-tsconfig": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz", - "integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, "node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -7191,13 +6642,6 @@ "dev": true, "license": "MIT" }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", - "dev": true, - "license": "MIT" - }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", @@ -7238,16 +6682,6 @@ "node": ">=10" } }, - "node_modules/magic-string": { - "version": "0.30.21", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", - "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.5" - } - }, "node_modules/make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -7518,19 +6952,6 @@ "dev": true, "license": "MIT" }, - "node_modules/mlly": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz", - "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "acorn": "^8.15.0", - "pathe": "^2.0.3", - "pkg-types": "^1.3.1", - "ufo": "^1.6.1" - } - }, "node_modules/mocha": { "version": "10.8.2", "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", @@ -7589,18 +7010,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, "node_modules/napi-build-utils": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz", @@ -8102,6 +7511,7 @@ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true, "license": "MIT", + "optional": true, "engines": { "node": ">=0.10.0" } @@ -8324,13 +7734,6 @@ "node": ">=8" } }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true, - "license": "BlueOak-1.0.0" - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -8381,47 +7784,6 @@ "dev": true, "license": "MIT" }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/path-scurry/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/pathe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", - "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", - "dev": true, - "license": "MIT" - }, "node_modules/pathval": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", @@ -8439,103 +7801,6 @@ "dev": true, "license": "MIT" }, - "node_modules/pg": { - "version": "8.16.3", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.3.tgz", - "integrity": "sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==", - "dev": true, - "license": "MIT", - "dependencies": { - "pg-connection-string": "^2.9.1", - "pg-pool": "^3.10.1", - "pg-protocol": "^1.10.3", - "pg-types": "2.2.0", - "pgpass": "1.0.5" - }, - "engines": { - "node": ">= 16.0.0" - }, - "optionalDependencies": { - "pg-cloudflare": "^1.2.7" - }, - "peerDependencies": { - "pg-native": ">=3.0.1" - }, - "peerDependenciesMeta": { - "pg-native": { - "optional": true - } - } - }, - "node_modules/pg-cloudflare": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.2.7.tgz", - "integrity": "sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/pg-connection-string": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.9.1.tgz", - "integrity": "sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==", - "dev": true, - "license": "MIT" - }, - "node_modules/pg-int8": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz", - "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pg-pool": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.10.1.tgz", - "integrity": "sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "pg": ">=8.0" - } - }, - "node_modules/pg-protocol": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.10.3.tgz", - "integrity": "sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/pg-types": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz", - "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pg-int8": "1.0.1", - "postgres-array": "~2.0.0", - "postgres-bytea": "~1.0.0", - "postgres-date": "~1.0.4", - "postgres-interval": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pgpass": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz", - "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==", - "dev": true, - "license": "MIT", - "dependencies": { - "split2": "^4.1.0" - } - }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -8556,16 +7821,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pirates": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", - "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, "node_modules/pkg-dir": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", @@ -8635,18 +7890,6 @@ "node": ">=8" } }, - "node_modules/pkg-types": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz", - "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "confbox": "^0.1.8", - "mlly": "^1.7.4", - "pathe": "^2.0.1" - } - }, "node_modules/possible-typed-array-names": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", @@ -8654,93 +7897,7 @@ "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss-load-config": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz", - "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "lilconfig": "^3.1.1" - }, - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "jiti": ">=1.21.0", - "postcss": ">=8.0.9", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/postgres-array": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", - "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/postgres-bytea": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz", - "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-date": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz", - "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postgres-interval": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz", - "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/prebuild-install": { @@ -9224,48 +8381,6 @@ "node": "*" } }, - "node_modules/rollup": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz", - "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.8" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.52.5", - "@rollup/rollup-android-arm64": "4.52.5", - "@rollup/rollup-darwin-arm64": "4.52.5", - "@rollup/rollup-darwin-x64": "4.52.5", - "@rollup/rollup-freebsd-arm64": "4.52.5", - "@rollup/rollup-freebsd-x64": "4.52.5", - "@rollup/rollup-linux-arm-gnueabihf": "4.52.5", - "@rollup/rollup-linux-arm-musleabihf": "4.52.5", - "@rollup/rollup-linux-arm64-gnu": "4.52.5", - "@rollup/rollup-linux-arm64-musl": "4.52.5", - "@rollup/rollup-linux-loong64-gnu": "4.52.5", - "@rollup/rollup-linux-ppc64-gnu": "4.52.5", - "@rollup/rollup-linux-riscv64-gnu": "4.52.5", - "@rollup/rollup-linux-riscv64-musl": "4.52.5", - "@rollup/rollup-linux-s390x-gnu": "4.52.5", - "@rollup/rollup-linux-x64-gnu": "4.52.5", - "@rollup/rollup-linux-x64-musl": "4.52.5", - "@rollup/rollup-openharmony-arm64": "4.52.5", - "@rollup/rollup-win32-arm64-msvc": "4.52.5", - "@rollup/rollup-win32-ia32-msvc": "4.52.5", - "@rollup/rollup-win32-x64-gnu": "4.52.5", - "@rollup/rollup-win32-x64-msvc": "4.52.5", - "fsevents": "~2.3.2" - } - }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -9863,16 +8978,6 @@ "dev": true, "license": "CC0-1.0" }, - "node_modules/split2": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", - "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">= 10.x" - } - }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -9997,22 +9102,6 @@ "node": ">=8" } }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/string.prototype.trim": { "version": "1.2.10", "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", @@ -10085,20 +9174,6 @@ "node": ">=8" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/strip-bom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", @@ -10122,86 +9197,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "^10.3.10", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/sucrase/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/sucrase/node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "dev": true, - "license": "ISC", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -10392,84 +9387,6 @@ "b4a": "^1.6.4" } }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "license": "MIT", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/tinyexec": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", - "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", - "dev": true, - "license": "MIT" - }, - "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/tmp": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", @@ -10507,26 +9424,6 @@ "node": ">=0.8" } }, - "node_modules/tr46": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", - "dev": true, - "license": "MIT", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" - } - }, "node_modules/ts-api-utils": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz", @@ -10576,13 +9473,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true, - "license": "Apache-2.0" - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -10845,113 +9735,6 @@ "dev": true, "license": "0BSD" }, - "node_modules/tsup": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.5.0.tgz", - "integrity": "sha512-VmBp77lWNQq6PfuMqCHD3xWl22vEoWsKajkF8t+yMBawlUS8JzEI+vOVMeuNZIuMML8qXRizFKi9oD5glKQVcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "bundle-require": "^5.1.0", - "cac": "^6.7.14", - "chokidar": "^4.0.3", - "consola": "^3.4.0", - "debug": "^4.4.0", - "esbuild": "^0.25.0", - "fix-dts-default-cjs-exports": "^1.0.0", - "joycon": "^3.1.1", - "picocolors": "^1.1.1", - "postcss-load-config": "^6.0.1", - "resolve-from": "^5.0.0", - "rollup": "^4.34.8", - "source-map": "0.8.0-beta.0", - "sucrase": "^3.35.0", - "tinyexec": "^0.3.2", - "tinyglobby": "^0.2.11", - "tree-kill": "^1.2.2" - }, - "bin": { - "tsup": "dist/cli-default.js", - "tsup-node": "dist/cli-node.js" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@microsoft/api-extractor": "^7.36.0", - "@swc/core": "^1", - "postcss": "^8.4.12", - "typescript": ">=4.5.0" - }, - "peerDependenciesMeta": { - "@microsoft/api-extractor": { - "optional": true - }, - "@swc/core": { - "optional": true - }, - "postcss": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, - "node_modules/tsup/node_modules/chokidar": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", - "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/tsup/node_modules/readdirp": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", - "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14.18.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/tsup/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/tsup/node_modules/source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "deprecated": "The work that was done in this beta branch won't be included in future versions", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "whatwg-url": "^7.0.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/tsutils": { "version": "2.29.0", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", @@ -11164,13 +9947,6 @@ "node": ">=12.17" } }, - "node_modules/ufo": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz", - "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==", - "dev": true, - "license": "MIT" - }, "node_modules/unbox-primitive": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", @@ -11333,25 +10109,6 @@ "extsprintf": "^1.2.0" } }, - "node_modules/webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dev": true, - "license": "MIT", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -11520,25 +10277,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -11559,16 +10297,6 @@ "typedarray-to-buffer": "^3.1.5" } }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", diff --git a/package.json b/package.json index 7f0a703..6ad0f50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "feathers-elasticsearch", "description": "Elasticsearch adapter for FeathersJs", "version": "3.1.0", - "homepage": "https://github.com/feathersjs-ecosystem/feathers-elasticsearch", + "homepage": "https://github.com/feathersjs/feathers-elasticsearch", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", @@ -13,7 +13,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/feathersjs-ecosystem/feathers-elasticsearch.git" + "url": "git://github.com/feathersjs/feathers-elasticsearch.git" }, "author": { "name": "Feathers contributors", @@ -22,16 +22,16 @@ }, "contributors": [], "bugs": { - "url": "https://github.com/feathersjs-ecosystem/feathers-elasticsearch/issues" + "url": "https://github.com/feathersjs/feathers-elasticsearch/issues" }, "engines": { "node": ">= 6" }, "scripts": { - "build": "tsup", + "build": "tsc", "clean": "shx rm -rf lib/", - "dev": "tsup --watch", - "compile": "tsup", + "dev": "tsc --watch", + "compile": "tsc", "publish": "git push origin --tags && npm run changelog && git push origin", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", @@ -72,12 +72,10 @@ "eslint-plugin-promise": "^7.2.1", "mocha": "^10.1.0", "nyc": "^17.1.0", - "pg": "^8.8.0", "prettier": "^3.6.2", "shx": "^0.3.4", "sinon": "^21.0.0", "sqlite3": "^5.1.2", - "tsup": "^8.5.0", "tsx": "^4.20.6", "typescript": "^4.8.4" } diff --git a/tsup.config.ts b/tsup.config.ts deleted file mode 100644 index 7642cf5..0000000 --- a/tsup.config.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { defineConfig } from 'tsup' - -export default defineConfig({ - entry: ['src/**/*.ts'], - format: ['esm'], - dts: true, - clean: true, - sourcemap: true, - outDir: 'lib', - splitting: false, - treeshake: false, - bundle: false, -})