From c5522c9649f0346d3cda89b9c9e80a4da1db5261 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 00:15:06 -0500 Subject: [PATCH 01/20] tsup vs rollup --- bundlers/rollup-config/CHANGELOG.md | 2 +- bundlers/rollup-config/index.mjs | 6 +- bundlers/rollup-config/package.json | 2 +- bundlers/tsup-config/index.mjs | 41 + bundlers/tsup-config/package.json | 13 + convert/currency/package.json | 2 +- convert/currency/rollup.config.mjs | 6 +- convert/translate/package.json | 2 +- convert/translate/rollup.config.mjs | 2 +- convert/what3words/package.json | 2 +- convert/what3words/rollup.config.mjs | 4 +- enrich/geocode/package.json | 2 +- enrich/geocode/rollup.config.mjs | 2 +- enrich/gpx/package.json | 2 +- enrich/gpx/rollup.config.mjs | 2 +- enrich/sentiment/package.json | 2 +- enrich/sentiment/rollup.config.mjs | 2 +- enrich/summarize/package.json | 2 +- enrich/summarize/rollup.config.mjs | 2 +- export/pivot-table/package.json | 2 +- export/pivot-table/rollup.config.mjs | 2 +- extract/html-table/package.json | 2 +- extract/html-table/rollup.config.mjs | 6 +- extract/markdown/package.json | 2 +- extract/markdown/rollup.config.mjs | 2 +- import/faker/package.json | 2 +- import/faker/rollup.config.mjs | 2 +- import/llm-records/package.json | 2 +- import/llm-records/rollup.config.mjs | 2 +- import/rss/package.json | 2 +- import/rss/rollup.config.mjs | 2 +- package-lock.json | 9104 ++++++----------- package.json | 19 +- plugins/autocast/package.json | 51 +- plugins/autocast/rollup.config.mjs | 2 +- plugins/autocast/tsup.config.mjs | 3 + plugins/automap/package.json | 49 +- plugins/automap/rollup.config.mjs | 5 + plugins/automap/tsup.config.mjs | 3 + plugins/constraints/package.json | 51 +- plugins/constraints/rollup.config.mjs | 2 +- plugins/constraints/tsup.config.mjs | 3 + plugins/dedupe/package.json | 51 +- plugins/dedupe/rollup.config.mjs | 2 +- plugins/dedupe/tsup.config.mjs | 3 + plugins/delimiter-extractor/package.json | 41 +- plugins/delimiter-extractor/rollup.config.mjs | 5 + plugins/delimiter-extractor/src/parser.ts | 4 +- plugins/delimiter-extractor/tsup.config.mjs | 3 + plugins/dxp-configure/package.json | 51 +- plugins/dxp-configure/rollup.config.mjs | 2 +- plugins/dxp-configure/tsup.config.mjs | 3 + plugins/export-workbook/package.json | 44 +- plugins/export-workbook/rollup.config.mjs | 4 +- plugins/export-workbook/tsup.config.mjs | 3 + plugins/foreign-db-extractor/package.json | 52 +- .../foreign-db-extractor/rollup.config.mjs | 2 +- plugins/foreign-db-extractor/tsup.config.mjs | 3 + plugins/graphql-schema/package.json | 49 +- plugins/graphql-schema/rollup.config.mjs | 2 +- plugins/graphql-schema/tsup.config.mjs | 3 + plugins/job-handler/package.json | 51 +- plugins/job-handler/rollup.config.mjs | 2 +- plugins/job-handler/tsup.config.mjs | 3 + plugins/json-extractor/CHANGELOG.md | 2 +- plugins/json-extractor/package.json | 52 +- plugins/json-extractor/rollup.config.mjs | 2 +- plugins/json-extractor/tsup.config.mjs | 3 + plugins/json-schema/package.json | 49 +- plugins/json-schema/rollup.config.mjs | 5 + plugins/json-schema/tsup.config.mjs | 3 + plugins/merge-connection/package.json | 49 +- plugins/merge-connection/rollup.config.mjs | 5 + plugins/merge-connection/tsup.config.mjs | 3 + plugins/openapi-schema/package.json | 51 +- plugins/openapi-schema/rollup.config.mjs | 2 +- plugins/openapi-schema/tsup.config.mjs | 3 + plugins/pdf-extractor/package.json | 49 +- plugins/pdf-extractor/rollup.config.mjs | 5 + plugins/pdf-extractor/tsup.config.mjs | 3 + plugins/psv-extractor/package.json | 49 +- plugins/psv-extractor/rollup.config.mjs | 5 + plugins/psv-extractor/tsup.config.mjs | 3 + plugins/record-hook/package.json | 51 +- plugins/record-hook/rollup.config.mjs | 2 +- plugins/record-hook/tsup.config.mjs | 3 + plugins/rollout/package.json | 37 +- plugins/rollout/rollup.config.mjs | 5 + plugins/rollout/tsup.config.mjs | 3 + plugins/space-configure/package.json | 55 +- plugins/space-configure/rollup.config.mjs | 2 +- plugins/space-configure/tsup.config.mjs | 3 + plugins/sql-ddl-converter/package.json | 41 +- plugins/sql-ddl-converter/rollup.config.mjs | 5 + plugins/sql-ddl-converter/tsup.config.mjs | 3 + plugins/tsv-extractor/package.json | 49 +- plugins/tsv-extractor/rollup.config.mjs | 5 + plugins/tsv-extractor/tsup.config.mjs | 3 + plugins/view-mapped/package.json | 51 +- plugins/view-mapped/rollup.config.mjs | 2 +- plugins/view-mapped/tsup.config.mjs | 3 + plugins/webhook-egress/package.json | 51 +- plugins/webhook-egress/rollup.config.mjs | 2 +- plugins/webhook-egress/tsup.config.mjs | 3 + plugins/webhook-event-forwarder/package.json | 51 +- .../webhook-event-forwarder/rollup.config.mjs | 2 +- .../webhook-event-forwarder/tsup.config.mjs | 3 + plugins/xlsx-extractor/package.json | 41 +- plugins/xlsx-extractor/rollup.config.mjs | 5 + plugins/xlsx-extractor/tsup.config.mjs | 3 + plugins/xml-extractor/package.json | 49 +- plugins/xml-extractor/rollup.config.mjs | 5 + plugins/xml-extractor/tsup.config.mjs | 3 + plugins/yaml-schema/package.json | 49 +- plugins/yaml-schema/rollup.config.mjs | 5 + plugins/yaml-schema/tsup.config.mjs | 3 + plugins/zip-extractor/package.json | 39 +- plugins/zip-extractor/rollup.config.mjs | 5 + plugins/zip-extractor/tsup.config.mjs | 3 + support/common-utils/package.json | 51 +- support/common-utils/rollup.config.mjs | 5 + support/common-utils/tsup.config.mjs | 3 + tsconfig.json | 22 +- turbo.json | 40 +- utils/common/package.json | 51 +- utils/common/rollup.config.mjs | 2 +- utils/common/tsup.config.mjs | 3 + utils/extractor/package.json | 49 +- utils/extractor/rollup.config.mjs | 5 + utils/extractor/tsup.config.mjs | 3 + utils/fetch-schema/package.json | 49 +- utils/fetch-schema/rollup.config.mjs | 5 + utils/fetch-schema/tsup.config.mjs | 3 + utils/file-buffer/package.json | 49 +- utils/file-buffer/rollup.config.mjs | 5 + utils/file-buffer/tsup.config.mjs | 3 + utils/response-rejection/package.json | 51 +- utils/response-rejection/rollup.config.mjs | 2 +- utils/response-rejection/tsup.config.mjs | 3 + utils/testing/package.json | 49 +- utils/testing/rollup.config.mjs | 5 + utils/testing/src/test.helpers.ts | 1 - utils/testing/src/test.listener.ts | 2 +- utils/testing/tsup.config.mjs | 3 + validate/boolean/package.json | 2 +- validate/boolean/rollup.config.mjs | 2 +- validate/date/package.json | 2 +- validate/date/rollup.config.mjs | 4 +- validate/email/package.json | 2 +- validate/email/rollup.config.mjs | 2 +- validate/isbn/package.json | 2 +- validate/isbn/rollup.config.mjs | 6 +- validate/number/package.json | 2 +- validate/number/rollup.config.mjs | 2 +- validate/phone/package.json | 2 +- validate/phone/rollup.config.mjs | 2 +- validate/string/package.json | 2 +- validate/string/rollup.config.mjs | 2 +- 158 files changed, 4965 insertions(+), 6322 deletions(-) create mode 100644 bundlers/tsup-config/index.mjs create mode 100644 bundlers/tsup-config/package.json create mode 100644 plugins/autocast/tsup.config.mjs create mode 100644 plugins/automap/rollup.config.mjs create mode 100644 plugins/automap/tsup.config.mjs create mode 100644 plugins/constraints/tsup.config.mjs create mode 100644 plugins/dedupe/tsup.config.mjs create mode 100644 plugins/delimiter-extractor/rollup.config.mjs create mode 100644 plugins/delimiter-extractor/tsup.config.mjs create mode 100644 plugins/dxp-configure/tsup.config.mjs create mode 100644 plugins/export-workbook/tsup.config.mjs create mode 100644 plugins/foreign-db-extractor/tsup.config.mjs create mode 100644 plugins/graphql-schema/tsup.config.mjs create mode 100644 plugins/job-handler/tsup.config.mjs create mode 100644 plugins/json-extractor/tsup.config.mjs create mode 100644 plugins/json-schema/rollup.config.mjs create mode 100644 plugins/json-schema/tsup.config.mjs create mode 100644 plugins/merge-connection/rollup.config.mjs create mode 100644 plugins/merge-connection/tsup.config.mjs create mode 100644 plugins/openapi-schema/tsup.config.mjs create mode 100644 plugins/pdf-extractor/rollup.config.mjs create mode 100644 plugins/pdf-extractor/tsup.config.mjs create mode 100644 plugins/psv-extractor/rollup.config.mjs create mode 100644 plugins/psv-extractor/tsup.config.mjs create mode 100644 plugins/record-hook/tsup.config.mjs create mode 100644 plugins/rollout/rollup.config.mjs create mode 100644 plugins/rollout/tsup.config.mjs create mode 100644 plugins/space-configure/tsup.config.mjs create mode 100644 plugins/sql-ddl-converter/rollup.config.mjs create mode 100644 plugins/sql-ddl-converter/tsup.config.mjs create mode 100644 plugins/tsv-extractor/rollup.config.mjs create mode 100644 plugins/tsv-extractor/tsup.config.mjs create mode 100644 plugins/view-mapped/tsup.config.mjs create mode 100644 plugins/webhook-egress/tsup.config.mjs create mode 100644 plugins/webhook-event-forwarder/tsup.config.mjs create mode 100644 plugins/xlsx-extractor/rollup.config.mjs create mode 100644 plugins/xlsx-extractor/tsup.config.mjs create mode 100644 plugins/xml-extractor/rollup.config.mjs create mode 100644 plugins/xml-extractor/tsup.config.mjs create mode 100644 plugins/yaml-schema/rollup.config.mjs create mode 100644 plugins/yaml-schema/tsup.config.mjs create mode 100644 plugins/zip-extractor/rollup.config.mjs create mode 100644 plugins/zip-extractor/tsup.config.mjs create mode 100644 support/common-utils/rollup.config.mjs create mode 100644 support/common-utils/tsup.config.mjs create mode 100644 utils/common/tsup.config.mjs create mode 100644 utils/extractor/rollup.config.mjs create mode 100644 utils/extractor/tsup.config.mjs create mode 100644 utils/fetch-schema/rollup.config.mjs create mode 100644 utils/fetch-schema/tsup.config.mjs create mode 100644 utils/file-buffer/rollup.config.mjs create mode 100644 utils/file-buffer/tsup.config.mjs create mode 100644 utils/response-rejection/tsup.config.mjs create mode 100644 utils/testing/rollup.config.mjs create mode 100644 utils/testing/tsup.config.mjs diff --git a/bundlers/rollup-config/CHANGELOG.md b/bundlers/rollup-config/CHANGELOG.md index a0d1dc3dc..cca7e4e35 100644 --- a/bundlers/rollup-config/CHANGELOG.md +++ b/bundlers/rollup-config/CHANGELOG.md @@ -1,4 +1,4 @@ -# @flatfile/rollup-config +# @flatfile/bundler-config-rollup ## 0.1.1 diff --git a/bundlers/rollup-config/index.mjs b/bundlers/rollup-config/index.mjs index 15bb75bd4..1f734dc7a 100644 --- a/bundlers/rollup-config/index.mjs +++ b/bundlers/rollup-config/index.mjs @@ -51,7 +51,7 @@ export function buildConfig({ }, { exports: 'auto', - file: 'dist/index.mjs', + file: 'dist/index.js', sourcemap: false, format: 'es', }, @@ -72,7 +72,7 @@ export function buildConfig({ }, { exports: 'auto', - file: 'dist/index.browser.mjs', + file: 'dist/index.browser.js', sourcemap: false, format: 'es', }, @@ -95,7 +95,7 @@ export function buildConfig({ input: 'src/index.ts', output: [ { - file: 'dist/index.js', + file: 'dist/umd/index.js', format: 'umd', name: umdConfig.name, }, diff --git a/bundlers/rollup-config/package.json b/bundlers/rollup-config/package.json index b5d9b738d..4824e7ca6 100644 --- a/bundlers/rollup-config/package.json +++ b/bundlers/rollup-config/package.json @@ -1,5 +1,5 @@ { - "name": "@flatfile/rollup-config", + "name": "@flatfile/bundler-config-rollup", "version": "0.1.1", "description": "", "private": true, diff --git a/bundlers/tsup-config/index.mjs b/bundlers/tsup-config/index.mjs new file mode 100644 index 000000000..5cc5dfd52 --- /dev/null +++ b/bundlers/tsup-config/index.mjs @@ -0,0 +1,41 @@ +import dotenv from 'dotenv' +import { defineConfig as tsupDefineConfig } from 'tsup' + +dotenv.config() + +const PROD = process.env.NODE_ENV === 'production' +if (!PROD) { + console.log('Not in production mode - skipping minification') +} + +const nodeConfig = { + name: 'node', + platform: 'node', + minify: process.env.NODE_ENV === 'production', + entryPoints: ['src/index.ts'], + format: ['cjs', 'esm'], + dts: true, + outDir: 'dist', + clean: true, + outExtension: ({ format }) => ({ + js: format === 'cjs' ? '.cjs' : '.js', + }), +} + +const browserConfig = { + name: 'browser', + platform: 'browser', + minify: process.env.NODE_ENV === 'production', + entryPoints: ['src/index.ts'], + format: ['cjs', 'esm'], + dts: true, + outDir: 'dist', + clean: true, + outExtension: ({ format }) => ({ + js: format === 'cjs' ? '.browser.cjs' : '.browser.js', + }), +} + +export function defineConfig({ includeBrowser = true }) { + return tsupDefineConfig(includeBrowser ? [nodeConfig, browserConfig] : [nodeConfig]) +} diff --git a/bundlers/tsup-config/package.json b/bundlers/tsup-config/package.json new file mode 100644 index 000000000..159102c70 --- /dev/null +++ b/bundlers/tsup-config/package.json @@ -0,0 +1,13 @@ +{ + "name": "@flatfile/bundler-config-tsup", + "version": "0.0.0", + "description": "", + "private": true, + "main": "index.mjs", + "scripts": {}, + "author": "Flatfile, Inc.", + "license": "ISC", + "dependencies": { + "tsup": "^8.3.0" + } +} diff --git a/convert/currency/package.json b/convert/currency/package.json index ac9cc4344..729291df1 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -49,7 +49,7 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/convert/currency/rollup.config.mjs b/convert/currency/rollup.config.mjs index 1e95e60a0..0a8398c60 100644 --- a/convert/currency/rollup.config.mjs +++ b/convert/currency/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config'; +import { buildConfig } from '@flatfile/bundler-config-rollup' -const config = buildConfig({}); +const config = buildConfig({}) -export default config; \ No newline at end of file +export default config diff --git a/convert/translate/package.json b/convert/translate/package.json index 64478dfca..860cbbf35 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -65,6 +65,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } diff --git a/convert/translate/rollup.config.mjs b/convert/translate/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/convert/translate/rollup.config.mjs +++ b/convert/translate/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/convert/what3words/package.json b/convert/what3words/package.json index 06b5b175b..b5caca509 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -61,6 +61,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" } } diff --git a/convert/what3words/rollup.config.mjs b/convert/what3words/rollup.config.mjs index 921ac6b19..0a8398c60 100644 --- a/convert/what3words/rollup.config.mjs +++ b/convert/what3words/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) -export default config \ No newline at end of file +export default config diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index 75d96dd21..698398a68 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -66,7 +66,7 @@ }, "devDependencies": { "@flatfile/hooks": "^1.5.0", - "@flatfile/rollup-config": "^0.1.1", + "@flatfile/bundler-config-rollup": "^0.1.1", "@types/node": "^22.6.1", "typescript": "^5.6.2" } diff --git a/enrich/geocode/rollup.config.mjs b/enrich/geocode/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/enrich/geocode/rollup.config.mjs +++ b/enrich/geocode/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index aa8191778..a04f7e6cf 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -40,7 +40,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/enrich/gpx/rollup.config.mjs b/enrich/gpx/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/enrich/gpx/rollup.config.mjs +++ b/enrich/gpx/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index 1c01545e9..02aab1e00 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -48,7 +48,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1", + "@flatfile/bundler-config-rollup": "^0.1.1", "@types/sentiment": "^5.0.4" }, "repository": { diff --git a/enrich/sentiment/rollup.config.mjs b/enrich/sentiment/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/enrich/sentiment/rollup.config.mjs +++ b/enrich/sentiment/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index d81b167f6..28acabdda 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -60,6 +60,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } \ No newline at end of file diff --git a/enrich/summarize/rollup.config.mjs b/enrich/summarize/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/enrich/summarize/rollup.config.mjs +++ b/enrich/summarize/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index d9de5aa38..fb7eca411 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -64,6 +64,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } \ No newline at end of file diff --git a/export/pivot-table/rollup.config.mjs b/export/pivot-table/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/export/pivot-table/rollup.config.mjs +++ b/export/pivot-table/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/extract/html-table/package.json b/extract/html-table/package.json index c2ede55dc..a9bc1536d 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -48,7 +48,7 @@ "node-html-parser": "^6.1.13" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/extract/html-table/rollup.config.mjs b/extract/html-table/rollup.config.mjs index 1e95e60a0..0a8398c60 100644 --- a/extract/html-table/rollup.config.mjs +++ b/extract/html-table/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config'; +import { buildConfig } from '@flatfile/bundler-config-rollup' -const config = buildConfig({}); +const config = buildConfig({}) -export default config; \ No newline at end of file +export default config diff --git a/extract/markdown/package.json b/extract/markdown/package.json index dc9a46ef0..7e32ad897 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -57,6 +57,6 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" } } diff --git a/extract/markdown/rollup.config.mjs b/extract/markdown/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/extract/markdown/rollup.config.mjs +++ b/extract/markdown/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/import/faker/package.json b/import/faker/package.json index 9192cad25..82110530e 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -65,6 +65,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } diff --git a/import/faker/rollup.config.mjs b/import/faker/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/import/faker/rollup.config.mjs +++ b/import/faker/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 3cea757a1..1f3430c0e 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -70,6 +70,6 @@ "@langchain/openai": "^0.3.8" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } diff --git a/import/llm-records/rollup.config.mjs b/import/llm-records/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/import/llm-records/rollup.config.mjs +++ b/import/llm-records/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/import/rss/package.json b/import/rss/package.json index 36b4d0a56..1493027ff 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -66,6 +66,6 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } \ No newline at end of file diff --git a/import/rss/rollup.config.mjs b/import/rss/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/import/rss/rollup.config.mjs +++ b/import/rss/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/package-lock.json b/package-lock.json index f22c67534..c97136b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "validate/*" ], "devDependencies": { + "@arethetypeswrong/cli": "^0.15.4", "@changesets/cli": "^2.26.1", "@flatfile/listener": "^1.1.0", "@flatfile/utils-testing": "^0.3.1", @@ -50,7 +51,7 @@ } }, "bundlers/rollup-config": { - "name": "@flatfile/rollup-config", + "name": "@flatfile/bundler-config-rollup", "version": "0.1.1", "license": "ISC", "dependencies": { @@ -64,6 +65,14 @@ "rollup-plugin-peer-deps-external": "^2.2.4" } }, + "bundlers/tsup-config": { + "name": "@flatfile/bundler-config-tsup", + "version": "0.0.0", + "license": "ISC", + "dependencies": { + "tsup": "^8.3.0" + } + }, "convert/currency": { "name": "@flatfile/plugin-convert-currency", "version": "0.1.0", @@ -73,7 +82,7 @@ "cross-fetch": "^3.1.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "peerDependencies": { "@flatfile/api": "^1.5.17", @@ -82,7 +91,8 @@ }, "convert/currency/node_modules/cross-fetch": { "version": "3.1.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", + "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", "dependencies": { "node-fetch": "^2.6.12" } @@ -96,7 +106,7 @@ "@google-cloud/translate": "^8.5.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -115,7 +125,7 @@ "modern-async": "^2.0.4" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" }, "engines": { "node": ">= 16" @@ -133,8 +143,8 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { + "@flatfile/bundler-config-rollup": "^0.1.1", "@flatfile/hooks": "^1.5.0", - "@flatfile/rollup-config": "^0.1.1", "@types/node": "^22.6.1", "typescript": "^5.6.2" }, @@ -146,18 +156,14 @@ } }, "enrich/geocode/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.7.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", + "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", "dev": true, - "license": "MIT", "dependencies": { "undici-types": "~6.19.2" } }, - "enrich/geocode/node_modules/undici-types": { - "version": "6.19.8", - "dev": true, - "license": "MIT" - }, "enrich/gpx": { "name": "@flatfile/plugin-enrich-gpx", "version": "0.1.0", @@ -167,23 +173,12 @@ "xml2js": "^0.6.2" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "peerDependencies": { "@flatfile/listener": "^1.0.5" } }, - "enrich/gpx/node_modules/xml2js": { - "version": "0.6.2", - "license": "MIT", - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~11.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, "enrich/sentiment": { "name": "@flatfile/plugin-enrich-sentiment", "version": "0.1.0", @@ -193,7 +188,7 @@ "sentiment": "^5.0.2" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1", + "@flatfile/bundler-config-rollup": "^0.1.1", "@types/sentiment": "^5.0.4" }, "peerDependencies": { @@ -209,7 +204,7 @@ "compromise": "^14.14.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -227,7 +222,7 @@ "@flatfile/api": "^1.9.15" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -245,7 +240,7 @@ "node-html-parser": "^6.1.13" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } }, "extract/markdown": { @@ -256,7 +251,7 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" }, "engines": { "node": ">= 16" @@ -297,7 +292,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -308,13 +303,14 @@ }, "import/faker/node_modules/@faker-js/faker": { "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.0.3.tgz", + "integrity": "sha512-lWrrK4QNlFSU+13PL9jMbMKLJYXDFu3tQfayBsMXX7KL/GiQeqfB1CzHkqD5UHBUtPAuPo6XwGbMFNdVMZObRA==", "funding": [ { "type": "opencollective", "url": "https://opencollective.com/fakerjs" } ], - "license": "MIT", "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" @@ -329,7 +325,7 @@ "@flatfile/util-common": "^1.4.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -353,7 +349,7 @@ "rss-parser": "^3.13.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -373,6 +369,10 @@ "node": ">=6.0.0" } }, + "node_modules/@andrewbranch/untar.js": { + "version": "1.0.3", + "dev": true + }, "node_modules/@anthropic-ai/sdk": { "version": "0.27.3", "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.27.3.tgz", @@ -389,9 +389,9 @@ } }, "node_modules/@anthropic-ai/sdk/node_modules/@types/node": { - "version": "18.19.58", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.58.tgz", - "integrity": "sha512-2ryJttbOAWCYuZMdk4rmZZ6oqE+GSL5LxbaTVe4PCs0FUrHObZZAQL4ihMw9/cH1Pn8lSQ9TXVhsM4LrnfZ0aA==", + "version": "18.19.59", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.59.tgz", + "integrity": "sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==", "peer": true, "dependencies": { "undici-types": "~5.26.4" @@ -409,6 +409,12 @@ "node": ">= 8.0.0" } }, + "node_modules/@anthropic-ai/sdk/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "peer": true + }, "node_modules/@apidevtools/json-schema-ref-parser": { "version": "9.0.9", "dev": true, @@ -436,6 +442,54 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/@arethetypeswrong/cli": { + "version": "0.15.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@arethetypeswrong/core": "0.15.1", + "chalk": "^4.1.2", + "cli-table3": "^0.6.3", + "commander": "^10.0.1", + "marked": "^9.1.2", + "marked-terminal": "^7.1.0", + "semver": "^7.5.4" + }, + "bin": { + "attw": "dist/index.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@arethetypeswrong/core": { + "version": "0.15.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@andrewbranch/untar.js": "^1.0.3", + "fflate": "^0.8.2", + "semver": "^7.5.4", + "ts-expose-internals-conditionally": "1.0.0-empty.0", + "typescript": "5.3.3", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@arethetypeswrong/core/node_modules/typescript": { + "version": "5.3.3", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@azure/abort-controller": { "version": "1.1.0", "license": "MIT", @@ -550,7 +604,7 @@ } }, "node_modules/@azure/core-rest-pipeline": { - "version": "1.16.0", + "version": "1.16.3", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.0.0", @@ -587,7 +641,7 @@ } }, "node_modules/@azure/core-util": { - "version": "1.9.0", + "version": "1.9.2", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.0.0", @@ -651,7 +705,7 @@ } }, "node_modules/@azure/logger": { - "version": "1.1.2", + "version": "1.1.4", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -661,27 +715,27 @@ } }, "node_modules/@azure/msal-browser": { - "version": "3.14.0", + "version": "3.22.0", "license": "MIT", "dependencies": { - "@azure/msal-common": "14.10.0" + "@azure/msal-common": "14.14.2" }, "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-common": { - "version": "14.10.0", + "version": "14.14.2", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-node": { - "version": "2.8.1", + "version": "2.13.0", "license": "MIT", "dependencies": { - "@azure/msal-common": "14.10.0", + "@azure/msal-common": "14.14.1", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -689,6 +743,13 @@ "node": ">=16" } }, + "node_modules/@azure/msal-node/node_modules/@azure/msal-common": { + "version": "14.14.1", + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/@azure/msal-node/node_modules/uuid": { "version": "8.3.2", "license": "MIT", @@ -697,10 +758,10 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.2", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/highlight": "^7.24.2", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" }, "engines": { @@ -708,26 +769,26 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.4", + "version": "7.25.4", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.5", + "version": "7.25.2", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.24.5", - "@babel/helpers": "^7.24.5", - "@babel/parser": "^7.24.5", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.5", - "@babel/types": "^7.24.5", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -743,7 +804,7 @@ } }, "node_modules/@babel/core/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -769,10 +830,10 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.5", + "version": "7.25.5", "license": "MIT", "dependencies": { - "@babel/types": "^7.24.5", + "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -782,34 +843,35 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.15", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/types": "^7.22.15" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", + "version": "7.25.2", "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.2", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -825,18 +887,16 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.24.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/traverse": "^7.25.4", "semver": "^6.3.1" }, "engines": { @@ -855,11 +915,11 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.15", + "version": "7.25.2", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-annotate-as-pure": "^7.24.7", "regexpu-core": "^5.3.1", "semver": "^6.3.1" }, @@ -894,7 +954,7 @@ } }, "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "peer": true, "dependencies": { @@ -914,64 +974,37 @@ "license": "MIT", "peer": true }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "license": "MIT", - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.5", + "version": "7.24.8", "license": "MIT", "peer": true, "dependencies": { - "@babel/types": "^7.24.5" + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.8" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.3", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/types": "^7.24.0" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.5", + "version": "7.25.2", "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.24.3", - "@babel/helper-simple-access": "^7.24.5", - "@babel/helper-split-export-declaration": "^7.24.5", - "@babel/helper-validator-identifier": "^7.24.5" + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -981,31 +1014,31 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.5", + "version": "7.24.8", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.20", + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-wrap-function": "^7.22.20" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-wrap-function": "^7.25.0", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1015,13 +1048,13 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.1", + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5" + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1031,87 +1064,78 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/types": "^7.24.5" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.5", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.5" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.1", + "version": "7.24.8", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", + "version": "7.24.8", "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.5", + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-function-name": "^7.23.0", - "@babel/template": "^7.24.0", - "@babel/types": "^7.24.5" + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.5", + "version": "7.25.0", "license": "MIT", "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.5", - "@babel/types": "^7.24.5" + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.24.5", + "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -1120,160 +1144,157 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/parser": { - "version": "7.24.5", + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", "license": "MIT", - "bin": { - "parser": "bin/babel-parser.js" + "dependencies": { + "color-convert": "^1.9.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=4" } }, - "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.5", + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", "license": "MIT", - "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.5" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">=4" } }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.1", + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", "license": "MIT", - "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "license": "MIT", "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">=0.8.0" } }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.1", + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", "license": "MIT", - "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.24.1" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" + "node": ">=4" } }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.1", + "node_modules/@babel/parser": { + "version": "7.25.4", "license": "MIT", - "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/types": "^7.25.4" }, - "engines": { - "node": ">=6.9.0" + "bin": { + "parser": "bin/babel-parser.js" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "engines": { + "node": ">=6.0.0" } }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.3", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.3" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-proposal-export-default-from": { - "version": "7.24.1", + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-export-default-from": "^7.24.1" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, - "node_modules/@babel/plugin-proposal-numeric-separator": { + "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1282,16 +1303,13 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", + "node_modules/@babel/plugin-proposal-export-default-from": { + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-export-default-from": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1300,13 +1318,13 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.18.6", "license": "MIT", "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1375,7 +1393,6 @@ "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", "license": "MIT", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1398,11 +1415,11 @@ } }, "node_modules/@babel/plugin-syntax-export-default-from": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1423,11 +1440,11 @@ } }, "node_modules/@babel/plugin-syntax-flow": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1437,11 +1454,11 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1451,11 +1468,10 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", - "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1485,10 +1501,10 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1560,7 +1576,6 @@ "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", "license": "MIT", - "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1585,10 +1600,10 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.24.1", + "version": "7.25.4", "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1613,11 +1628,11 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1627,14 +1642,14 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.3", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.4" }, "engines": { "node": ">=6.9.0" @@ -1644,13 +1659,13 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-remap-async-to-generator": "^7.22.20" + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1660,11 +1675,11 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1674,11 +1689,11 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.5", + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1688,12 +1703,12 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.1", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1703,12 +1718,12 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.4", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.4", - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { @@ -1719,17 +1734,15 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.5", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/traverse": "^7.25.4", "globals": "^11.1.0" }, "engines": { @@ -1740,12 +1753,12 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/template": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/template": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1755,11 +1768,11 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.5", + "version": "7.24.8", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1769,12 +1782,12 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1784,11 +1797,11 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1797,12 +1810,27 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.0", + "license": "MIT", + "peer": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { @@ -1813,12 +1841,12 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1828,11 +1856,11 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { @@ -1843,12 +1871,12 @@ } }, "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.24.1", + "version": "7.25.2", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-flow": "^7.24.1" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/plugin-syntax-flow": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1858,12 +1886,12 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1873,13 +1901,13 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.1", + "version": "7.25.1", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.1" }, "engines": { "node": ">=6.9.0" @@ -1889,11 +1917,11 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { @@ -1904,11 +1932,11 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.1", + "version": "7.25.2", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1918,11 +1946,11 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { @@ -1933,11 +1961,11 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1947,12 +1975,12 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1962,13 +1990,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.1", + "version": "7.24.8", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-simple-access": "^7.22.5" + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-simple-access": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1978,14 +2006,14 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.1", + "version": "7.25.0", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-module-transforms": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1995,12 +2023,12 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2010,12 +2038,12 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2025,11 +2053,11 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2039,11 +2067,11 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { @@ -2054,11 +2082,11 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "engines": { @@ -2069,14 +2097,14 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.5", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.5" + "@babel/plugin-transform-parameters": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2086,12 +2114,12 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-replace-supers": "^7.24.1" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2101,11 +2129,11 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "engines": { @@ -2116,12 +2144,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.5", + "version": "7.24.8", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "engines": { @@ -2132,11 +2160,11 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2146,12 +2174,12 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.1", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.1", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2161,13 +2189,13 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.5", - "@babel/helper-plugin-utils": "^7.24.5", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { @@ -2178,11 +2206,11 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2192,11 +2220,11 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2206,15 +2234,15 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.23.4", + "version": "7.25.2", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/types": "^7.23.4" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/types": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -2224,11 +2252,11 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.24.5", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2238,11 +2266,11 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2252,11 +2280,11 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" }, "engines": { @@ -2267,11 +2295,11 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2281,14 +2309,14 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.3", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.24.3", - "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, @@ -2308,11 +2336,11 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2322,12 +2350,12 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2337,11 +2365,11 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2351,11 +2379,11 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2365,11 +2393,11 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.5", + "version": "7.24.8", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.5" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2379,14 +2407,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.5", + "version": "7.25.2", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.5", - "@babel/helper-plugin-utils": "^7.24.5", - "@babel/plugin-syntax-typescript": "^7.24.1" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2396,11 +2425,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2410,12 +2439,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2425,12 +2454,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2440,12 +2469,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.1", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-create-regexp-features-plugin": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2455,26 +2484,27 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "peer": true, "dependencies": { - "@babel/compat-data": "^7.24.4", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-plugin-utils": "^7.24.5", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", + "@babel/compat-data": "^7.25.4", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.24.1", - "@babel/plugin-syntax-import-attributes": "^7.24.1", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", @@ -2486,59 +2516,60 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.24.1", - "@babel/plugin-transform-async-generator-functions": "^7.24.3", - "@babel/plugin-transform-async-to-generator": "^7.24.1", - "@babel/plugin-transform-block-scoped-functions": "^7.24.1", - "@babel/plugin-transform-block-scoping": "^7.24.5", - "@babel/plugin-transform-class-properties": "^7.24.1", - "@babel/plugin-transform-class-static-block": "^7.24.4", - "@babel/plugin-transform-classes": "^7.24.5", - "@babel/plugin-transform-computed-properties": "^7.24.1", - "@babel/plugin-transform-destructuring": "^7.24.5", - "@babel/plugin-transform-dotall-regex": "^7.24.1", - "@babel/plugin-transform-duplicate-keys": "^7.24.1", - "@babel/plugin-transform-dynamic-import": "^7.24.1", - "@babel/plugin-transform-exponentiation-operator": "^7.24.1", - "@babel/plugin-transform-export-namespace-from": "^7.24.1", - "@babel/plugin-transform-for-of": "^7.24.1", - "@babel/plugin-transform-function-name": "^7.24.1", - "@babel/plugin-transform-json-strings": "^7.24.1", - "@babel/plugin-transform-literals": "^7.24.1", - "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", - "@babel/plugin-transform-member-expression-literals": "^7.24.1", - "@babel/plugin-transform-modules-amd": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-modules-systemjs": "^7.24.1", - "@babel/plugin-transform-modules-umd": "^7.24.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.24.1", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", - "@babel/plugin-transform-numeric-separator": "^7.24.1", - "@babel/plugin-transform-object-rest-spread": "^7.24.5", - "@babel/plugin-transform-object-super": "^7.24.1", - "@babel/plugin-transform-optional-catch-binding": "^7.24.1", - "@babel/plugin-transform-optional-chaining": "^7.24.5", - "@babel/plugin-transform-parameters": "^7.24.5", - "@babel/plugin-transform-private-methods": "^7.24.1", - "@babel/plugin-transform-private-property-in-object": "^7.24.5", - "@babel/plugin-transform-property-literals": "^7.24.1", - "@babel/plugin-transform-regenerator": "^7.24.1", - "@babel/plugin-transform-reserved-words": "^7.24.1", - "@babel/plugin-transform-shorthand-properties": "^7.24.1", - "@babel/plugin-transform-spread": "^7.24.1", - "@babel/plugin-transform-sticky-regex": "^7.24.1", - "@babel/plugin-transform-template-literals": "^7.24.1", - "@babel/plugin-transform-typeof-symbol": "^7.24.5", - "@babel/plugin-transform-unicode-escapes": "^7.24.1", - "@babel/plugin-transform-unicode-property-regex": "^7.24.1", - "@babel/plugin-transform-unicode-regex": "^7.24.1", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.4", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.25.4", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.4", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", + "core-js-compat": "^3.37.1", "semver": "^6.3.1" }, "engines": { @@ -2557,13 +2588,13 @@ } }, "node_modules/@babel/preset-flow": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-transform-flow-strip-types": "^7.24.1" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-transform-flow-strip-types": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2586,15 +2617,15 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.24.1", + "version": "7.24.7", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-syntax-jsx": "^7.24.1", - "@babel/plugin-transform-modules-commonjs": "^7.24.1", - "@babel/plugin-transform-typescript": "^7.24.1" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2604,7 +2635,7 @@ } }, "node_modules/@babel/register": { - "version": "7.23.7", + "version": "7.24.6", "license": "MIT", "peer": true, "dependencies": { @@ -2656,7 +2687,7 @@ "peer": true }, "node_modules/@babel/runtime": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" @@ -2666,29 +2697,26 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", + "version": "7.25.0", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.24.5", - "@babel/parser": "^7.24.5", - "@babel/types": "^7.24.5", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.4", + "@babel/parser": "^7.25.4", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.4", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -2697,7 +2725,7 @@ } }, "node_modules/@babel/traverse/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -2716,11 +2744,11 @@ "license": "MIT" }, "node_modules/@babel/types": { - "version": "7.24.5", + "version": "7.25.4", "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.1", - "@babel/helper-validator-identifier": "^7.24.5", + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2733,14 +2761,15 @@ "license": "MIT" }, "node_modules/@changesets/apply-release-plan": { - "version": "7.0.1", + "version": "7.0.4", "dev": true, "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/config": "^3.0.0", + "@changesets/config": "^3.0.2", "@changesets/get-version-range-type": "^0.4.0", "@changesets/git": "^3.0.0", + "@changesets/should-skip-package": "^0.1.0", "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "detect-indent": "^6.0.0", @@ -2767,13 +2796,14 @@ } }, "node_modules/@changesets/assemble-release-plan": { - "version": "6.0.0", + "version": "6.0.3", "dev": true, "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", "@changesets/errors": "^0.2.0", - "@changesets/get-dependents-graph": "^2.0.0", + "@changesets/get-dependents-graph": "^2.1.1", + "@changesets/should-skip-package": "^0.1.0", "@changesets/types": "^6.0.0", "@manypkg/get-packages": "^1.1.3", "semver": "^7.5.3" @@ -2788,22 +2818,23 @@ } }, "node_modules/@changesets/cli": { - "version": "2.27.3", + "version": "2.27.7", "dev": true, "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/apply-release-plan": "^7.0.1", - "@changesets/assemble-release-plan": "^6.0.0", + "@changesets/apply-release-plan": "^7.0.4", + "@changesets/assemble-release-plan": "^6.0.3", "@changesets/changelog-git": "^0.2.0", - "@changesets/config": "^3.0.0", + "@changesets/config": "^3.0.2", "@changesets/errors": "^0.2.0", - "@changesets/get-dependents-graph": "^2.0.0", - "@changesets/get-release-plan": "^4.0.0", + "@changesets/get-dependents-graph": "^2.1.1", + "@changesets/get-release-plan": "^4.0.3", "@changesets/git": "^3.0.0", "@changesets/logger": "^0.1.0", "@changesets/pre": "^2.0.0", "@changesets/read": "^0.6.0", + "@changesets/should-skip-package": "^0.1.0", "@changesets/types": "^6.0.0", "@changesets/write": "^0.3.1", "@manypkg/get-packages": "^1.1.3", @@ -2815,62 +2846,189 @@ "external-editor": "^3.1.0", "fs-extra": "^7.0.1", "human-id": "^1.0.2", - "meow": "^6.0.0", + "mri": "^1.2.0", "outdent": "^0.5.0", "p-limit": "^2.2.0", "preferred-pm": "^3.0.0", "resolve-from": "^5.0.0", "semver": "^7.5.3", "spawndamnit": "^2.0.0", - "term-size": "^2.1.0", - "tty-table": "^4.1.5" + "term-size": "^2.1.0" }, "bin": { "changeset": "bin.js" } }, - "node_modules/@changesets/config": { - "version": "3.0.0", + "node_modules/@changesets/cli/node_modules/ansi-styles": { + "version": "3.2.1", "dev": true, "license": "MIT", "dependencies": { - "@changesets/errors": "^0.2.0", - "@changesets/get-dependents-graph": "^2.0.0", - "@changesets/logger": "^0.1.0", - "@changesets/types": "^6.0.0", - "@manypkg/get-packages": "^1.1.3", - "fs-extra": "^7.0.1", - "micromatch": "^4.0.2" + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/@changesets/errors": { - "version": "0.2.0", + "node_modules/@changesets/cli/node_modules/chalk": { + "version": "2.4.2", "dev": true, "license": "MIT", "dependencies": { - "extendable-error": "^0.1.5" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/@changesets/get-dependents-graph": { - "version": "2.0.0", + "node_modules/@changesets/cli/node_modules/color-convert": { + "version": "1.9.3", "dev": true, "license": "MIT", "dependencies": { - "@changesets/types": "^6.0.0", - "@manypkg/get-packages": "^1.1.3", - "chalk": "^2.1.0", - "fs-extra": "^7.0.1", - "semver": "^7.5.3" + "color-name": "1.1.3" } }, - "node_modules/@changesets/get-release-plan": { - "version": "4.0.0", + "node_modules/@changesets/cli/node_modules/color-name": { + "version": "1.1.3", "dev": true, - "license": "MIT", + "license": "MIT" + }, + "node_modules/@changesets/cli/node_modules/escape-string-regexp": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@changesets/cli/node_modules/has-flag": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/cli/node_modules/supports-color": { + "version": "5.5.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/config": { + "version": "3.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@changesets/errors": "^0.2.0", + "@changesets/get-dependents-graph": "^2.1.1", + "@changesets/logger": "^0.1.0", + "@changesets/types": "^6.0.0", + "@manypkg/get-packages": "^1.1.3", + "fs-extra": "^7.0.1", + "micromatch": "^4.0.2" + } + }, + "node_modules/@changesets/errors": { + "version": "0.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "extendable-error": "^0.1.5" + } + }, + "node_modules/@changesets/get-dependents-graph": { + "version": "2.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@changesets/types": "^6.0.0", + "@manypkg/get-packages": "^1.1.3", + "chalk": "^2.1.0", + "fs-extra": "^7.0.1", + "semver": "^7.5.3" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/ansi-styles": { + "version": "3.2.1", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/chalk": { + "version": "2.4.2", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/color-convert": { + "version": "1.9.3", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, + "node_modules/@changesets/get-dependents-graph/node_modules/escape-string-regexp": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/has-flag": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/get-dependents-graph/node_modules/supports-color": { + "version": "5.5.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/get-release-plan": { + "version": "4.0.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", - "@changesets/assemble-release-plan": "^6.0.0", - "@changesets/config": "^3.0.0", + "@changesets/assemble-release-plan": "^6.0.3", + "@changesets/config": "^3.0.2", "@changesets/pre": "^2.0.0", "@changesets/read": "^0.6.0", "@changesets/types": "^6.0.0", @@ -2904,6 +3062,70 @@ "chalk": "^2.1.0" } }, + "node_modules/@changesets/logger/node_modules/ansi-styles": { + "version": "3.2.1", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/logger/node_modules/chalk": { + "version": "2.4.2", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/logger/node_modules/color-convert": { + "version": "1.9.3", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@changesets/logger/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, + "node_modules/@changesets/logger/node_modules/escape-string-regexp": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@changesets/logger/node_modules/has-flag": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/logger/node_modules/supports-color": { + "version": "5.5.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@changesets/parse": { "version": "0.4.0", "dev": true, @@ -2940,6 +3162,80 @@ "p-filter": "^2.1.0" } }, + "node_modules/@changesets/read/node_modules/ansi-styles": { + "version": "3.2.1", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/read/node_modules/chalk": { + "version": "2.4.2", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/read/node_modules/color-convert": { + "version": "1.9.3", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@changesets/read/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, + "node_modules/@changesets/read/node_modules/escape-string-regexp": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@changesets/read/node_modules/has-flag": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/read/node_modules/supports-color": { + "version": "5.5.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@changesets/should-skip-package": { + "version": "0.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.20.1", + "@changesets/types": "^6.0.0", + "@manypkg/get-packages": "^1.1.3" + } + }, "node_modules/@changesets/types": { "version": "6.0.0", "dev": true, @@ -2972,9 +3268,10 @@ } }, "node_modules/@colors/colors": { - "version": "1.6.0", + "version": "1.5.0", "dev": true, "license": "MIT", + "optional": true, "engines": { "node": ">=0.1.90" } @@ -3024,59 +3321,14 @@ "url": "https://dotenvx.com" } }, - "node_modules/@dotenvx/dotenvx/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@dotenvx/dotenvx/node_modules/brace-expansion": { - "version": "2.0.1", + "node_modules/@dotenvx/dotenvx/node_modules/brace-expansion": { + "version": "2.0.1", "dev": true, "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, - "node_modules/@dotenvx/dotenvx/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@dotenvx/dotenvx/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@dotenvx/dotenvx/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/@dotenvx/dotenvx/node_modules/commander": { "version": "11.1.0", "dev": true, @@ -3100,34 +3352,24 @@ } }, "node_modules/@dotenvx/dotenvx/node_modules/glob": { - "version": "10.3.16", + "version": "10.4.5", "dev": true, "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.11.0" + "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" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@dotenvx/dotenvx/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@dotenvx/dotenvx/node_modules/isexe": { "version": "3.1.1", "dev": true, @@ -3137,7 +3379,7 @@ } }, "node_modules/@dotenvx/dotenvx/node_modules/minimatch": { - "version": "9.0.4", + "version": "9.0.5", "dev": true, "license": "ISC", "dependencies": { @@ -3150,17 +3392,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@dotenvx/dotenvx/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@dotenvx/dotenvx/node_modules/which": { "version": "4.0.0", "dev": true, @@ -3176,18 +3407,17 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.17.19", + "version": "0.23.1", "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@faker-js/faker": { @@ -3208,7 +3438,9 @@ } }, "node_modules/@flatfile/api": { - "version": "1.9.19", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@flatfile/api/-/api-1.10.0.tgz", + "integrity": "sha512-MOj0KG0/u09pSNINhnfLZlskbuLF4V0Aij4Et9HNCnHSXa/NP4LreT0JbyGq3A0FD7MOSuJlKLbUZPyq+pAh7Q==", "dependencies": { "@flatfile/cross-env-config": "0.0.4", "@types/pako": "2.0.1", @@ -3231,8 +3463,18 @@ "pnpm": ">=7" } }, + "node_modules/@flatfile/bundler-config-rollup": { + "resolved": "bundlers/rollup-config", + "link": true + }, + "node_modules/@flatfile/bundler-config-tsup": { + "resolved": "bundlers/tsup-config", + "link": true + }, "node_modules/@flatfile/changelog": { - "version": "1.0.3", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@flatfile/changelog/-/changelog-1.0.4.tgz", + "integrity": "sha512-aNfJcpe+HA9buWtdHIq5gCnt6DFiK3l30tJaAKkfKqBKI1MmpqyI1UKnLfY98EAR4JH3B/Uiuz/Go2hqgnWNwg==", "optional": true, "dependencies": { "chalk": "^4.1.2", @@ -3246,75 +3488,25 @@ "changelog": "dist/entry.mjs" } }, - "node_modules/@flatfile/changelog/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "optional": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/@flatfile/changelog/node_modules/argparse": { "version": "2.0.1", - "license": "Python-2.0", - "optional": true - }, - "node_modules/@flatfile/changelog/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "optional": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@flatfile/changelog/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "optional": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@flatfile/changelog/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "optional": true }, "node_modules/@flatfile/changelog/node_modules/commander": { "version": "9.5.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", "optional": true, "engines": { "node": "^12.20.0 || >=14" } }, - "node_modules/@flatfile/changelog/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@flatfile/changelog/node_modules/js-yaml": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "optional": true, "dependencies": { "argparse": "^2.0.1" @@ -3323,17 +3515,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@flatfile/changelog/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "optional": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@flatfile/common-plugin-utils": { "resolved": "support/common-utils", "link": true @@ -3360,7 +3541,8 @@ }, "node_modules/@flatfile/listener": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@flatfile/listener/-/listener-1.1.0.tgz", + "integrity": "sha512-LEzq0ucXmDy/tCM23dg9MTjtZtd8eGSzHLdaKwzeQWrwjN+XnZE/5wrpU+0vXxfDxTpuKFv8TGA/Bvxh/e+4yg==", "dependencies": { "ansi-colors": "^4.1.3", "cross-fetch": "^4.0.0", @@ -3579,10 +3761,6 @@ "resolved": "plugins/zip-extractor", "link": true }, - "node_modules/@flatfile/rollup-config": { - "resolved": "bundlers/rollup-config", - "link": true - }, "node_modules/@flatfile/schema": { "version": "0.2.17", "dev": true, @@ -3623,7 +3801,8 @@ }, "node_modules/@google-cloud/common": { "version": "5.0.2", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-5.0.2.tgz", + "integrity": "sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==", "dependencies": { "@google-cloud/projectify": "^4.0.0", "@google-cloud/promisify": "^4.0.0", @@ -3639,30 +3818,26 @@ "node": ">=14.0.0" } }, - "node_modules/@google-cloud/common/node_modules/arrify": { - "version": "2.0.1", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@google-cloud/projectify": { "version": "4.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz", + "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==", "engines": { "node": ">=14.0.0" } }, "node_modules/@google-cloud/promisify": { "version": "4.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz", + "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==", "engines": { "node": ">=14" } }, "node_modules/@google-cloud/translate": { "version": "8.5.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@google-cloud/translate/-/translate-8.5.0.tgz", + "integrity": "sha512-avQa3WLkO3PSk2fiV6Af/PmeDnM6XWGDgO+Z+hZ/FZpBRMjCW1Px9MNLbM1sBKGjt/uM8aOGHqow/AAR7lLsUA==", "dependencies": { "@google-cloud/common": "^5.0.0", "@google-cloud/promisify": "^4.0.0", @@ -3675,16 +3850,10 @@ "node": ">=14.0.0" } }, - "node_modules/@google-cloud/translate/node_modules/arrify": { - "version": "2.0.1", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@grpc/grpc-js": { "version": "1.12.2", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.2.tgz", + "integrity": "sha512-bgxdZmgTrJZX50OjyVwz3+mNEnCTNkh3cIqGPWVNeW9jX6bn1ZkU80uPd+67/ZpIJIjRQ9qaHCjhavyoWYxumg==", "dependencies": { "@grpc/proto-loader": "^0.7.13", "@js-sdsl/ordered-map": "^4.4.2" @@ -3695,7 +3864,8 @@ }, "node_modules/@grpc/proto-loader": { "version": "0.7.13", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz", + "integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==", "dependencies": { "lodash.camelcase": "^4.3.0", "long": "^5.0.0", @@ -3735,70 +3905,6 @@ "node": ">=14.18.0" } }, - "node_modules/@inquirer/confirm/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@inquirer/confirm/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@inquirer/confirm/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@inquirer/confirm/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@inquirer/confirm/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@inquirer/confirm/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@inquirer/core": { "version": "6.0.0", "dev": true, @@ -3823,104 +3929,43 @@ "node": ">=14.18.0" } }, - "node_modules/@inquirer/core/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@inquirer/core/node_modules/signal-exit": { + "version": "4.1.0", "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, + "license": "ISC", "engines": { - "node": ">=8" + "node": ">=14" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@inquirer/core/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@inquirer/core/node_modules/wrap-ansi": { + "version": "6.2.0", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=8" } }, - "node_modules/@inquirer/core/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@inquirer/type": { + "version": "1.5.2", "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "mute-stream": "^1.0.0" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@inquirer/core/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@inquirer/core/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" + "node": ">=18" } }, - "node_modules/@inquirer/core/node_modules/signal-exit": { - "version": "4.1.0", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@inquirer/core/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@inquirer/core/node_modules/wrap-ansi": { - "version": "6.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@inquirer/type": { - "version": "1.3.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", + "node_modules/@isaacs/cliui": { + "version": "8.0.2", "license": "ISC", "dependencies": { "string-width": "^5.1.2", @@ -4046,70 +4091,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/console/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@jest/console/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/core": { "version": "29.7.0", "dev": true, @@ -4156,70 +4137,6 @@ } } }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/core/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@jest/core/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/create-cache-key-function": { "version": "29.7.0", "license": "MIT", @@ -4335,70 +4252,6 @@ } } }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@jest/reporters/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/schemas": { "version": "29.6.3", "license": "MIT", @@ -4474,158 +4327,42 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@jest/types": { + "version": "29.6.3", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=6.0.0" } }, - "node_modules/@jest/transform/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": ">=6.0.0" } }, - "node_modules/@jest/transform/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/transform/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/transform/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types": { - "version": "29.6.3", - "license": "MIT", - "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/types/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "license": "MIT", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", "license": "MIT", "engines": { "node": ">=6.0.0" @@ -4640,7 +4377,7 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", + "version": "1.5.0", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { @@ -4652,12 +4389,13 @@ } }, "node_modules/@js-joda/core": { - "version": "5.6.2", + "version": "5.6.3", "license": "BSD-3-Clause" }, "node_modules/@js-sdsl/ordered-map": { "version": "4.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz", + "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/js-sdsl" @@ -4800,7 +4538,7 @@ "license": "MIT" }, "node_modules/@lezer/lr": { - "version": "1.4.0", + "version": "1.4.2", "dev": true, "license": "MIT", "dependencies": { @@ -4880,7 +4618,7 @@ } }, "node_modules/@mergeapi/merge-node-client": { - "version": "1.0.8", + "version": "1.0.9", "dependencies": { "form-data": "4.0.0", "js-base64": "3.7.2", @@ -4912,7 +4650,7 @@ } }, "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "version": "3.0.2", + "version": "3.0.3", "cpu": [ "arm64" ], @@ -4924,7 +4662,7 @@ ] }, "node_modules/@noble/ciphers": { - "version": "0.4.1", + "version": "0.5.3", "dev": true, "license": "MIT", "funding": { @@ -4932,7 +4670,7 @@ } }, "node_modules/@noble/curves": { - "version": "1.4.0", + "version": "1.5.0", "dev": true, "license": "MIT", "dependencies": { @@ -5180,70 +4918,6 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/codeframe/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@parcel/codeframe/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@parcel/codeframe/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@parcel/codeframe/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/codeframe/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@parcel/codeframe/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@parcel/compressor-raw": { "version": "2.12.0", "dev": true, @@ -5453,70 +5127,6 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/markdown-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@parcel/markdown-ansi/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@parcel/markdown-ansi/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@parcel/markdown-ansi/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/markdown-ansi/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@parcel/markdown-ansi/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@parcel/namer-default": { "version": "2.12.0", "dev": true, @@ -5598,6 +5208,14 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/optimizer-htmlnano/node_modules/commander": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, "node_modules/@parcel/optimizer-htmlnano/node_modules/css-select": { "version": "4.3.0", "dev": true, @@ -5703,6 +5321,14 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/optimizer-svgo/node_modules/commander": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } + }, "node_modules/@parcel/optimizer-svgo/node_modules/css-select": { "version": "4.3.0", "dev": true, @@ -6021,89 +5647,25 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/reporter-cli/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@parcel/reporter-dev-server": { + "version": "2.12.0", "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@parcel/plugin": "2.12.0", + "@parcel/utils": "2.12.0" }, "engines": { - "node": ">=8" + "node": ">= 12.0.0", + "parcel": "^2.12.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/reporter-cli/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@parcel/reporter-cli/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@parcel/reporter-cli/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/reporter-cli/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@parcel/reporter-cli/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@parcel/reporter-dev-server": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/reporter-tracer": { - "version": "2.12.0", + "node_modules/@parcel/reporter-tracer": { + "version": "2.12.0", "dev": true, "license": "MIT", "dependencies": { @@ -6563,70 +6125,6 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/utils/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@parcel/utils/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@parcel/utils/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@parcel/utils/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/utils/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@parcel/utils/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@parcel/watcher": { "version": "2.4.1", "dev": true, @@ -6738,23 +6236,28 @@ }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", + "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==" }, "node_modules/@protobufjs/base64": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" }, "node_modules/@protobufjs/codegen": { "version": "2.0.4", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", + "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" }, "node_modules/@protobufjs/eventemitter": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", + "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==" }, "node_modules/@protobufjs/fetch": { "version": "1.1.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", + "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", "dependencies": { "@protobufjs/aspromise": "^1.1.1", "@protobufjs/inquire": "^1.1.0" @@ -6762,621 +6265,543 @@ }, "node_modules/@protobufjs/float": { "version": "1.0.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", + "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==" }, "node_modules/@protobufjs/inquire": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", + "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==" }, "node_modules/@protobufjs/path": { "version": "1.1.2", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", + "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==" }, "node_modules/@protobufjs/pool": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", + "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==" }, "node_modules/@protobufjs/utf8": { "version": "1.1.0", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", + "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@react-native-community/cli": { - "version": "13.6.6", + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-clean": "13.6.6", - "@react-native-community/cli-config": "13.6.6", - "@react-native-community/cli-debugger-ui": "13.6.6", - "@react-native-community/cli-doctor": "13.6.6", - "@react-native-community/cli-hermes": "13.6.6", - "@react-native-community/cli-server-api": "13.6.6", - "@react-native-community/cli-tools": "13.6.6", - "@react-native-community/cli-types": "13.6.6", + "@react-native-community/cli-clean": "14.0.0", + "@react-native-community/cli-config": "14.0.0", + "@react-native-community/cli-debugger-ui": "14.0.0", + "@react-native-community/cli-doctor": "14.0.0", + "@react-native-community/cli-server-api": "14.0.0", + "@react-native-community/cli-tools": "14.0.0", + "@react-native-community/cli-types": "14.0.0", "chalk": "^4.1.2", "commander": "^9.4.1", "deepmerge": "^4.3.0", "execa": "^5.0.0", - "find-up": "^4.1.0", + "find-up": "^5.0.0", "fs-extra": "^8.1.0", "graceful-fs": "^4.1.3", "prompts": "^2.4.2", "semver": "^7.5.2" }, "bin": { - "react-native": "build/bin.js" + "rnc-cli": "build/bin.js" }, "engines": { "node": ">=18" } }, "node_modules/@react-native-community/cli-clean": { - "version": "13.6.6", + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "13.6.6", + "@react-native-community/cli-tools": "14.0.0", "chalk": "^4.1.2", "execa": "^5.0.0", "fast-glob": "^3.3.2" } }, - "node_modules/@react-native-community/cli-clean/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native-community/cli-config": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@react-native-community/cli-tools": "14.0.0", + "chalk": "^4.1.2", + "cosmiconfig": "^9.0.0", + "deepmerge": "^4.3.0", + "fast-glob": "^3.3.2", + "joi": "^17.2.1" } }, - "node_modules/@react-native-community/cli-clean/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native-community/cli-debugger-ui": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "serve-static": "^1.13.1" } }, - "node_modules/@react-native-community/cli-clean/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native-community/cli-doctor": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@react-native-community/cli-config": "14.0.0", + "@react-native-community/cli-platform-android": "14.0.0", + "@react-native-community/cli-platform-apple": "14.0.0", + "@react-native-community/cli-platform-ios": "14.0.0", + "@react-native-community/cli-tools": "14.0.0", + "chalk": "^4.1.2", + "command-exists": "^1.2.8", + "deepmerge": "^4.3.0", + "envinfo": "^7.13.0", + "execa": "^5.0.0", + "node-stream-zip": "^1.9.1", + "ora": "^5.4.1", + "semver": "^7.5.2", + "strip-ansi": "^5.2.0", + "wcwidth": "^1.0.1", + "yaml": "^2.2.1" } }, - "node_modules/@react-native-community/cli-clean/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-clean/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": { + "version": "4.1.1", "license": "MIT", "peer": true, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/@react-native-community/cli-clean/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": { + "version": "5.2.0", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "ansi-regex": "^4.1.0" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/@react-native-community/cli-config": { - "version": "13.6.6", + "node_modules/@react-native-community/cli-platform-android": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "13.6.6", + "@react-native-community/cli-tools": "14.0.0", "chalk": "^4.1.2", - "cosmiconfig": "^5.1.0", - "deepmerge": "^4.3.0", + "execa": "^5.0.0", "fast-glob": "^3.3.2", - "joi": "^17.2.1" + "fast-xml-parser": "^4.2.4", + "logkitty": "^0.7.1" } }, - "node_modules/@react-native-community/cli-config/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native-community/cli-platform-apple": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@react-native-community/cli-tools": "14.0.0", + "chalk": "^4.1.2", + "execa": "^5.0.0", + "fast-glob": "^3.3.2", + "fast-xml-parser": "^4.2.4", + "ora": "^5.4.1" } }, - "node_modules/@react-native-community/cli-config/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native-community/cli-platform-ios": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@react-native-community/cli-platform-apple": "14.0.0" } }, - "node_modules/@react-native-community/cli-config/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native-community/cli-server-api": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@react-native-community/cli-debugger-ui": "14.0.0", + "@react-native-community/cli-tools": "14.0.0", + "compression": "^1.7.1", + "connect": "^3.6.5", + "errorhandler": "^1.5.1", + "nocache": "^3.0.1", + "pretty-format": "^26.6.2", + "serve-static": "^1.13.1", + "ws": "^6.2.3" } }, - "node_modules/@react-native-community/cli-config/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-config/node_modules/cosmiconfig": { - "version": "5.2.1", + "node_modules/@react-native-community/cli-server-api/node_modules/@jest/types": { + "version": "26.6.2", "license": "MIT", "peer": true, "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^15.0.0", + "chalk": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">= 10.14.2" } }, - "node_modules/@react-native-community/cli-config/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/import-fresh": { - "version": "2.0.0", - "license": "MIT", - "peer": true, - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/parse-json": { - "version": "4.0.0", + "node_modules/@react-native-community/cli-server-api/node_modules/@types/yargs": { + "version": "15.0.19", "license": "MIT", "peer": true, "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/resolve-from": { - "version": "3.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=4" + "@types/yargs-parser": "*" } }, - "node_modules/@react-native-community/cli-config/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native-community/cli-server-api/node_modules/pretty-format": { + "version": "26.6.2", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^26.6.2", + "ansi-regex": "^5.0.0", + "ansi-styles": "^4.0.0", + "react-is": "^17.0.1" }, "engines": { - "node": ">=8" + "node": ">= 10" } }, - "node_modules/@react-native-community/cli-debugger-ui": { - "version": "13.6.6", + "node_modules/@react-native-community/cli-server-api/node_modules/react-is": { + "version": "17.0.2", "license": "MIT", - "peer": true, - "dependencies": { - "serve-static": "^1.13.1" - } + "peer": true }, - "node_modules/@react-native-community/cli-doctor": { - "version": "13.6.6", + "node_modules/@react-native-community/cli-tools": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-config": "13.6.6", - "@react-native-community/cli-platform-android": "13.6.6", - "@react-native-community/cli-platform-apple": "13.6.6", - "@react-native-community/cli-platform-ios": "13.6.6", - "@react-native-community/cli-tools": "13.6.6", + "appdirsjs": "^1.2.4", "chalk": "^4.1.2", - "command-exists": "^1.2.8", - "deepmerge": "^4.3.0", - "envinfo": "^7.10.0", "execa": "^5.0.0", - "hermes-profile-transformer": "^0.0.6", - "node-stream-zip": "^1.9.1", + "find-up": "^5.0.0", + "mime": "^2.4.1", + "open": "^6.2.0", "ora": "^5.4.1", "semver": "^7.5.2", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1", - "yaml": "^2.2.1" - } - }, - "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": { - "version": "4.1.1", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6" + "shell-quote": "^1.7.3", + "sudo-prompt": "^9.0.0" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native-community/cli-tools/node_modules/find-up": { + "version": "5.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native-community/cli-tools/node_modules/is-wsl": { + "version": "1.1.0", "license": "MIT", "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=4" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native-community/cli-tools/node_modules/locate-path": { + "version": "6.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@react-native-community/cli-doctor/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-doctor/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": { - "version": "5.2.0", + "node_modules/@react-native-community/cli-tools/node_modules/mime": { + "version": "2.6.0", "license": "MIT", "peer": true, - "dependencies": { - "ansi-regex": "^4.1.0" + "bin": { + "mime": "cli.js" }, "engines": { - "node": ">=6" + "node": ">=4.0.0" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native-community/cli-tools/node_modules/open": { + "version": "6.4.0", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "is-wsl": "^1.1.0" }, "engines": { "node": ">=8" } }, - "node_modules/@react-native-community/cli-hermes": { - "version": "13.6.6", - "license": "MIT", - "peer": true, - "dependencies": { - "@react-native-community/cli-platform-android": "13.6.6", - "@react-native-community/cli-tools": "13.6.6", - "chalk": "^4.1.2", - "hermes-profile-transformer": "^0.0.6" - } - }, - "node_modules/@react-native-community/cli-hermes/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native-community/cli-tools/node_modules/p-limit": { + "version": "3.1.0", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-hermes/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native-community/cli-tools/node_modules/p-locate": { + "version": "5.0.0", "license": "MIT", "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "p-limit": "^3.0.2" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-hermes/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native-community/cli-types": { + "version": "14.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "joi": "^17.2.1" } }, - "node_modules/@react-native-community/cli-hermes/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-hermes/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/@react-native-community/cli/node_modules/commander": { + "version": "9.5.0", "license": "MIT", "peer": true, "engines": { - "node": ">=8" + "node": "^12.20.0 || >=14" } }, - "node_modules/@react-native-community/cli-hermes/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native-community/cli/node_modules/find-up": { + "version": "5.0.0", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-platform-android": { - "version": "13.6.6", + "node_modules/@react-native-community/cli/node_modules/fs-extra": { + "version": "8.1.0", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "13.6.6", - "chalk": "^4.1.2", - "execa": "^5.0.0", - "fast-glob": "^3.3.2", - "fast-xml-parser": "^4.2.4", - "logkitty": "^0.7.1" + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" } }, - "node_modules/@react-native-community/cli-platform-android/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native-community/cli/node_modules/locate-path": { + "version": "6.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-platform-android/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native-community/cli/node_modules/p-limit": { + "version": "3.1.0", "license": "MIT", "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "yocto-queue": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-platform-android/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native-community/cli/node_modules/p-locate": { + "version": "5.0.0", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" + "node": ">=10" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-platform-apple": { - "version": "13.6.6", + "node_modules/@react-native/assets-registry": { + "version": "0.75.2", "license": "MIT", "peer": true, - "dependencies": { - "@react-native-community/cli-tools": "13.6.6", - "chalk": "^4.1.2", - "execa": "^5.0.0", - "fast-glob": "^3.3.2", - "fast-xml-parser": "^4.0.12", - "ora": "^5.4.1" + "engines": { + "node": ">=18" } }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@react-native/babel-plugin-codegen": { + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "@react-native/codegen": "0.75.2" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=18" } }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@react-native/babel-preset": { + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" + "@babel/core": "^7.20.0", + "@babel/plugin-proposal-export-default-from": "^7.0.0", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-export-default-from": "^7.0.0", + "@babel/plugin-syntax-flow": "^7.18.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", + "@babel/plugin-syntax-optional-chaining": "^7.0.0", + "@babel/plugin-transform-arrow-functions": "^7.0.0", + "@babel/plugin-transform-async-generator-functions": "^7.24.3", + "@babel/plugin-transform-async-to-generator": "^7.20.0", + "@babel/plugin-transform-block-scoping": "^7.0.0", + "@babel/plugin-transform-class-properties": "^7.24.1", + "@babel/plugin-transform-classes": "^7.0.0", + "@babel/plugin-transform-computed-properties": "^7.0.0", + "@babel/plugin-transform-destructuring": "^7.20.0", + "@babel/plugin-transform-flow-strip-types": "^7.20.0", + "@babel/plugin-transform-for-of": "^7.0.0", + "@babel/plugin-transform-function-name": "^7.0.0", + "@babel/plugin-transform-literals": "^7.0.0", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.0.0", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", + "@babel/plugin-transform-numeric-separator": "^7.24.1", + "@babel/plugin-transform-object-rest-spread": "^7.24.5", + "@babel/plugin-transform-optional-catch-binding": "^7.24.1", + "@babel/plugin-transform-optional-chaining": "^7.24.5", + "@babel/plugin-transform-parameters": "^7.0.0", + "@babel/plugin-transform-private-methods": "^7.22.5", + "@babel/plugin-transform-private-property-in-object": "^7.22.11", + "@babel/plugin-transform-react-display-name": "^7.0.0", + "@babel/plugin-transform-react-jsx": "^7.0.0", + "@babel/plugin-transform-react-jsx-self": "^7.0.0", + "@babel/plugin-transform-react-jsx-source": "^7.0.0", + "@babel/plugin-transform-regenerator": "^7.20.0", + "@babel/plugin-transform-runtime": "^7.0.0", + "@babel/plugin-transform-shorthand-properties": "^7.0.0", + "@babel/plugin-transform-spread": "^7.0.0", + "@babel/plugin-transform-sticky-regex": "^7.0.0", + "@babel/plugin-transform-typescript": "^7.5.0", + "@babel/plugin-transform-unicode-regex": "^7.0.0", + "@babel/template": "^7.0.0", + "@react-native/babel-plugin-codegen": "0.75.2", + "babel-plugin-transform-flow-enums": "^0.0.2", + "react-refresh": "^0.14.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=18" + }, + "peerDependencies": { + "@babel/core": "*" } }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/@react-native/babel-preset/node_modules/react-refresh": { + "version": "0.14.2", "license": "MIT", "peer": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/@react-native-community/cli-platform-apple/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native/codegen": { + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "@babel/parser": "^7.20.0", + "glob": "^7.1.1", + "hermes-parser": "0.22.0", + "invariant": "^2.2.4", + "jscodeshift": "^0.14.0", + "mkdirp": "^0.5.1", + "nullthrows": "^1.1.1", + "yargs": "^17.6.2" }, "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-ios": { - "version": "13.6.6", - "license": "MIT", - "peer": true, - "dependencies": { - "@react-native-community/cli-platform-apple": "13.6.6" + "node": ">=18" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" } }, - "node_modules/@react-native-community/cli-server-api": { - "version": "13.6.6", + "node_modules/@react-native/community-cli-plugin": { + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { - "@react-native-community/cli-debugger-ui": "13.6.6", - "@react-native-community/cli-tools": "13.6.6", - "compression": "^1.7.1", - "connect": "^3.6.5", - "errorhandler": "^1.5.1", - "nocache": "^3.0.1", - "pretty-format": "^26.6.2", - "serve-static": "^1.13.1", - "ws": "^6.2.2" + "@react-native-community/cli-server-api": "14.0.0-alpha.11", + "@react-native-community/cli-tools": "14.0.0-alpha.11", + "@react-native/dev-middleware": "0.75.2", + "@react-native/metro-babel-transformer": "0.75.2", + "chalk": "^4.0.0", + "execa": "^5.1.1", + "metro": "^0.80.3", + "metro-config": "^0.80.3", + "metro-core": "^0.80.3", + "node-fetch": "^2.2.0", + "querystring": "^0.2.1", + "readline": "^1.3.0" + }, + "engines": { + "node": ">=18" } }, - "node_modules/@react-native-community/cli-server-api/node_modules/@jest/types": { + "node_modules/@react-native/community-cli-plugin/node_modules/@jest/types": { "version": "26.6.2", "license": "MIT", "peer": true, @@ -7391,99 +6816,32 @@ "node": ">= 10.14.2" } }, - "node_modules/@react-native-community/cli-server-api/node_modules/@types/yargs": { - "version": "15.0.19", - "license": "MIT", - "peer": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@react-native-community/cli-server-api/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@react-native-community/cli-server-api/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@react-native-community/cli-server-api/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@react-native-community/cli-server-api/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-server-api/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-server-api/node_modules/pretty-format": { - "version": "26.6.2", + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui": { + "version": "14.0.0-alpha.11", "license": "MIT", "peer": true, "dependencies": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": ">= 10" + "serve-static": "^1.13.1" } }, - "node_modules/@react-native-community/cli-server-api/node_modules/react-is": { - "version": "17.0.2", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-server-api/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api": { + "version": "14.0.0-alpha.11", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@react-native-community/cli-debugger-ui": "14.0.0-alpha.11", + "@react-native-community/cli-tools": "14.0.0-alpha.11", + "compression": "^1.7.1", + "connect": "^3.6.5", + "errorhandler": "^1.5.1", + "nocache": "^3.0.1", + "pretty-format": "^26.6.2", + "serve-static": "^1.13.1", + "ws": "^6.2.3" } }, - "node_modules/@react-native-community/cli-tools": { - "version": "13.6.6", + "node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools": { + "version": "14.0.0-alpha.11", "license": "MIT", "peer": true, "dependencies": { @@ -7492,7 +6850,6 @@ "execa": "^5.0.0", "find-up": "^5.0.0", "mime": "^2.4.1", - "node-fetch": "^2.6.0", "open": "^6.2.0", "ora": "^5.4.1", "semver": "^7.5.2", @@ -7500,52 +6857,15 @@ "sudo-prompt": "^9.0.0" } }, - "node_modules/@react-native-community/cli-tools/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@react-native-community/cli-tools/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@react-native-community/cli-tools/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@react-native/community-cli-plugin/node_modules/@types/yargs": { + "version": "15.0.19", "license": "MIT", "peer": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@types/yargs-parser": "*" } }, - "node_modules/@react-native-community/cli-tools/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli-tools/node_modules/find-up": { + "node_modules/@react-native/community-cli-plugin/node_modules/find-up": { "version": "5.0.0", "license": "MIT", "peer": true, @@ -7560,15 +6880,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-tools/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-tools/node_modules/is-wsl": { + "node_modules/@react-native/community-cli-plugin/node_modules/is-wsl": { "version": "1.1.0", "license": "MIT", "peer": true, @@ -7576,7 +6888,7 @@ "node": ">=4" } }, - "node_modules/@react-native-community/cli-tools/node_modules/locate-path": { + "node_modules/@react-native/community-cli-plugin/node_modules/locate-path": { "version": "6.0.0", "license": "MIT", "peer": true, @@ -7590,7 +6902,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-tools/node_modules/mime": { + "node_modules/@react-native/community-cli-plugin/node_modules/mime": { "version": "2.6.0", "license": "MIT", "peer": true, @@ -7601,7 +6913,7 @@ "node": ">=4.0.0" } }, - "node_modules/@react-native-community/cli-tools/node_modules/open": { + "node_modules/@react-native/community-cli-plugin/node_modules/open": { "version": "6.4.0", "license": "MIT", "peer": true, @@ -7612,7 +6924,7 @@ "node": ">=8" } }, - "node_modules/@react-native-community/cli-tools/node_modules/p-limit": { + "node_modules/@react-native/community-cli-plugin/node_modules/p-limit": { "version": "3.1.0", "license": "MIT", "peer": true, @@ -7626,7 +6938,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-tools/node_modules/p-locate": { + "node_modules/@react-native/community-cli-plugin/node_modules/p-locate": { "version": "5.0.0", "license": "MIT", "peer": true, @@ -7640,301 +6952,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@react-native-community/cli-tools/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/@react-native/community-cli-plugin/node_modules/pretty-format": { + "version": "26.6.2", "license": "MIT", "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^26.6.2", + "ansi-regex": "^5.0.0", + "ansi-styles": "^4.0.0", + "react-is": "^17.0.1" }, "engines": { - "node": ">=8" + "node": ">= 10" } }, - "node_modules/@react-native-community/cli-types": { - "version": "13.6.6", - "license": "MIT", - "peer": true, - "dependencies": { - "joi": "^17.2.1" - } - }, - "node_modules/@react-native-community/cli/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@react-native-community/cli/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@react-native-community/cli/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@react-native-community/cli/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/@react-native-community/cli/node_modules/commander": { - "version": "9.5.0", - "license": "MIT", - "peer": true, - "engines": { - "node": "^12.20.0 || >=14" - } - }, - "node_modules/@react-native-community/cli/node_modules/fs-extra": { - "version": "8.1.0", - "license": "MIT", - "peer": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/@react-native-community/cli/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native/assets-registry": { - "version": "0.74.83", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/@react-native/babel-plugin-codegen": { - "version": "0.74.83", - "license": "MIT", - "peer": true, - "dependencies": { - "@react-native/codegen": "0.74.83" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@react-native/babel-preset": { - "version": "0.74.83", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/core": "^7.20.0", - "@babel/plugin-proposal-async-generator-functions": "^7.0.0", - "@babel/plugin-proposal-class-properties": "^7.18.0", - "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0", - "@babel/plugin-proposal-numeric-separator": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.20.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.0.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.0", - "@babel/plugin-syntax-dynamic-import": "^7.8.0", - "@babel/plugin-syntax-export-default-from": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.18.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-async-to-generator": "^7.20.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.20.0", - "@babel/plugin-transform-flow-strip-types": "^7.20.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.11", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-sticky-regex": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.5.0", - "@babel/plugin-transform-unicode-regex": "^7.0.0", - "@babel/template": "^7.0.0", - "@react-native/babel-plugin-codegen": "0.74.83", - "babel-plugin-transform-flow-enums": "^0.0.2", - "react-refresh": "^0.14.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@babel/core": "*" - } - }, - "node_modules/@react-native/babel-preset/node_modules/react-refresh": { - "version": "0.14.2", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@react-native/codegen": { - "version": "0.74.83", - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/parser": "^7.20.0", - "glob": "^7.1.1", - "hermes-parser": "0.19.1", - "invariant": "^2.2.4", - "jscodeshift": "^0.14.0", - "mkdirp": "^0.5.1", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@babel/preset-env": "^7.1.6" - } - }, - "node_modules/@react-native/community-cli-plugin": { - "version": "0.74.83", - "license": "MIT", - "peer": true, - "dependencies": { - "@react-native-community/cli-server-api": "13.6.6", - "@react-native-community/cli-tools": "13.6.6", - "@react-native/dev-middleware": "0.74.83", - "@react-native/metro-babel-transformer": "0.74.83", - "chalk": "^4.0.0", - "execa": "^5.1.1", - "metro": "^0.80.3", - "metro-config": "^0.80.3", - "metro-core": "^0.80.3", - "node-fetch": "^2.2.0", - "querystring": "^0.2.1", - "readline": "^1.3.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@react-native/community-cli-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@react-native/community-cli-plugin/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@react-native/community-cli-plugin/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@react-native/community-cli-plugin/node_modules/color-name": { - "version": "1.1.4", + "node_modules/@react-native/community-cli-plugin/node_modules/react-is": { + "version": "17.0.2", "license": "MIT", "peer": true }, - "node_modules/@react-native/community-cli-plugin/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native/community-cli-plugin/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@react-native/debugger-frontend": { - "version": "0.74.83", + "version": "0.75.2", "license": "BSD-3-Clause", "peer": true, "engines": { @@ -7942,14 +6980,14 @@ } }, "node_modules/@react-native/dev-middleware": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { "@isaacs/ttlcache": "^1.4.1", - "@react-native/debugger-frontend": "0.74.83", - "@rnx-kit/chromium-edge-launcher": "^1.0.0", + "@react-native/debugger-frontend": "0.75.2", "chrome-launcher": "^0.15.2", + "chromium-edge-launcher": "^0.2.0", "connect": "^3.6.5", "debug": "^2.2.0", "node-fetch": "^2.2.0", @@ -7957,7 +6995,6 @@ "open": "^7.0.3", "selfsigned": "^2.4.1", "serve-static": "^1.13.1", - "temp-dir": "^2.0.0", "ws": "^6.2.2" }, "engines": { @@ -7980,7 +7017,7 @@ } }, "node_modules/@react-native/gradle-plugin": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true, "engines": { @@ -7988,7 +7025,7 @@ } }, "node_modules/@react-native/js-polyfills": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true, "engines": { @@ -7996,13 +7033,13 @@ } }, "node_modules/@react-native/metro-babel-transformer": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { "@babel/core": "^7.20.0", - "@react-native/babel-preset": "0.74.83", - "hermes-parser": "0.19.1", + "@react-native/babel-preset": "0.75.2", + "hermes-parser": "0.22.0", "nullthrows": "^1.1.1" }, "engines": { @@ -8013,12 +7050,12 @@ } }, "node_modules/@react-native/normalize-colors": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true }, "node_modules/@react-native/virtualized-lists": { - "version": "0.74.83", + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { @@ -8039,55 +7076,9 @@ } } }, - "node_modules/@rnx-kit/chromium-edge-launcher": { - "version": "1.0.0", - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "@types/node": "^18.0.0", - "escape-string-regexp": "^4.0.0", - "is-wsl": "^2.2.0", - "lighthouse-logger": "^1.0.0", - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=14.15" - } - }, - "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/@types/node": { - "version": "18.19.33", - "license": "MIT", - "peer": true, - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/escape-string-regexp": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/mkdirp": { - "version": "1.0.4", - "license": "MIT", - "peer": true, - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@rollup/plugin-commonjs": { - "version": "25.0.8", - "license": "MIT", + "node_modules/@rollup/plugin-commonjs": { + "version": "25.0.8", + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^5.0.1", "commondir": "^1.0.1", @@ -8268,9 +7259,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.5.tgz", - "integrity": "sha512-SU5cvamg0Eyu/F+kLeMXS7GoahL+OoizlclVFX3l5Ql6yNlywJJ0OuqTzUx0v+aHhPHEB/56CT06GQrRrGNYww==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.1.tgz", + "integrity": "sha512-2thheikVEuU7ZxFXubPDOtspKn1x0yqaYQwvALVtEcvFhMifPADBrgRPyHV0TF3b+9BgvgjgagVyvA/UqPZHmg==", "cpu": [ "arm" ], @@ -8280,9 +7271,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.5.tgz", - "integrity": "sha512-S4pit5BP6E5R5C8S6tgU/drvgjtYW76FBuG6+ibG3tMvlD1h9LHVF9KmlmaUBQ8Obou7hEyS+0w+IR/VtxwNMQ==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.1.tgz", + "integrity": "sha512-t1lLYn4V9WgnIFHXy1d2Di/7gyzBWS8G5pQSXdZqfrdCGTwi1VasRMSS81DTYb+avDs/Zz4A6dzERki5oRYz1g==", "cpu": [ "arm64" ], @@ -8292,7 +7283,7 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.22.5", + "version": "4.21.1", "cpu": [ "arm64" ], @@ -8303,9 +7294,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.5.tgz", - "integrity": "sha512-D8brJEFg5D+QxFcW6jYANu+Rr9SlKtTenmsX5hOSzNYVrK5oLAEMTUgKWYJP+wdKyCdeSwnapLsn+OVRFycuQg==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.1.tgz", + "integrity": "sha512-dO0BIz/+5ZdkLZrVgQrDdW7m2RkrLwYTh2YMFG9IpBtlC1x1NPNSXkfczhZieOlOLEqgXOFH3wYHB7PmBtf+Bg==", "cpu": [ "x64" ], @@ -8315,9 +7306,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.5.tgz", - "integrity": "sha512-PNqXYmdNFyWNg0ma5LdY8wP+eQfdvyaBAojAXgO7/gs0Q/6TQJVXAXe8gwW9URjbS0YAammur0fynYGiWsKlXw==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.1.tgz", + "integrity": "sha512-sWWgdQ1fq+XKrlda8PsMCfut8caFwZBmhYeoehJ05FdI0YZXk6ZyUjWLrIgbR/VgiGycrFKMMgp7eJ69HOF2pQ==", "cpu": [ "arm" ], @@ -8327,9 +7318,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.5.tgz", - "integrity": "sha512-kSSCZOKz3HqlrEuwKd9TYv7vxPYD77vHSUvM2y0YaTGnFc8AdI5TTQRrM1yIp3tXCKrSL9A7JLoILjtad5t8pQ==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.1.tgz", + "integrity": "sha512-9OIiSuj5EsYQlmwhmFRA0LRO0dRRjdCVZA3hnmZe1rEwRk11Jy3ECGGq3a7RrVEZ0/pCsYWx8jG3IvcrJ6RCew==", "cpu": [ "arm" ], @@ -8339,9 +7330,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.5.tgz", - "integrity": "sha512-oTXQeJHRbOnwRnRffb6bmqmUugz0glXaPyspp4gbQOPVApdpRrY/j7KP3lr7M8kTfQTyrBUzFjj5EuHAhqH4/w==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.1.tgz", + "integrity": "sha512-0kuAkRK4MeIUbzQYu63NrJmfoUVicajoRAL1bpwdYIYRcs57iyIV9NLcuyDyDXE2GiZCL4uhKSYAnyWpjZkWow==", "cpu": [ "arm64" ], @@ -8351,9 +7342,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.5.tgz", - "integrity": "sha512-qnOTIIs6tIGFKCHdhYitgC2XQ2X25InIbZFor5wh+mALH84qnFHvc+vmWUpyX97B0hNvwNUL4B+MB8vJvH65Fw==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.1.tgz", + "integrity": "sha512-/6dYC9fZtfEY0vozpc5bx1RP4VrtEOhNQGb0HwvYNwXD1BBbwQ5cKIbUVVU7G2d5WRE90NfB922elN8ASXAJEA==", "cpu": [ "arm64" ], @@ -8363,9 +7354,9 @@ ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.5.tgz", - "integrity": "sha512-TMYu+DUdNlgBXING13rHSfUc3Ky5nLPbWs4bFnT+R6Vu3OvXkTkixvvBKk8uO4MT5Ab6lC3U7x8S8El2q5o56w==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.1.tgz", + "integrity": "sha512-ltUWy+sHeAh3YZ91NUsV4Xg3uBXAlscQe8ZOXRCVAKLsivGuJsrkawYPUEyCV3DYa9urgJugMLn8Z3Z/6CeyRQ==", "cpu": [ "ppc64" ], @@ -8375,9 +7366,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.5.tgz", - "integrity": "sha512-PTQq1Kz22ZRvuhr3uURH+U/Q/a0pbxJoICGSprNLAoBEkyD3Sh9qP5I0Asn0y0wejXQBbsVMRZRxlbGFD9OK4A==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.1.tgz", + "integrity": "sha512-BggMndzI7Tlv4/abrgLwa/dxNEMn2gC61DCLrTzw8LkpSKel4o+O+gtjbnkevZ18SKkeN3ihRGPuBxjaetWzWg==", "cpu": [ "riscv64" ], @@ -8387,9 +7378,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.5.tgz", - "integrity": "sha512-bR5nCojtpuMss6TDEmf/jnBnzlo+6n1UhgwqUvRoe4VIotC7FG1IKkyJbwsT7JDsF2jxR+NTnuOwiGv0hLyDoQ==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.1.tgz", + "integrity": "sha512-z/9rtlGd/OMv+gb1mNSjElasMf9yXusAxnRDrBaYB+eS1shFm6/4/xDH1SAISO5729fFKUkJ88TkGPRUh8WSAA==", "cpu": [ "s390x" ], @@ -8411,9 +7402,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.5.tgz", - "integrity": "sha512-uBa2e28ohzNNwjr6Uxm4XyaA1M/8aTgfF2T7UIlElLaeXkgpmIJ2EitVNQxjO9xLLLy60YqAgKn/AqSpCUkE9g==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.1.tgz", + "integrity": "sha512-CbFv/WMQsSdl+bpX6rVbzR4kAjSSBuDgCqb1l4J68UYsQNalz5wOqLGYj4ZI0thGpyX5kc+LLZ9CL+kpqDovZA==", "cpu": [ "x64" ], @@ -8423,9 +7414,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.5.tgz", - "integrity": "sha512-RXT8S1HP8AFN/Kr3tg4fuYrNxZ/pZf1HemC5Tsddc6HzgGnJm0+Lh5rAHJkDuW3StI0ynNXukidROMXYl6ew8w==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.1.tgz", + "integrity": "sha512-3Q3brDgA86gHXWHklrwdREKIrIbxC0ZgU8lwpj0eEKGBQH+31uPqr0P2v11pn0tSIxHvcdOWxa4j+YvLNx1i6g==", "cpu": [ "arm64" ], @@ -8435,9 +7426,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.5.tgz", - "integrity": "sha512-ElTYOh50InL8kzyUD6XsnPit7jYCKrphmddKAe1/Ytt74apOxDq5YEcbsiKs0fR3vff3jEneMM+3I7jbqaMyBg==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.1.tgz", + "integrity": "sha512-tNg+jJcKR3Uwe4L0/wY3Ro0H+u3nrb04+tcq1GSYzBEmKLeOQF2emk1whxlzNqb6MMrQ2JOcQEpuuiPLyRcSIw==", "cpu": [ "ia32" ], @@ -8447,9 +7438,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.5.tgz", - "integrity": "sha512-+lvL/4mQxSV8MukpkKyyvfwhH266COcWlXE/1qxwN08ajovta3459zrjLghYMgDerlzNwLAcFpvU+WWE5y6nAQ==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.1.tgz", + "integrity": "sha512-xGiIH95H1zU7naUyTKEyOA/I0aexNMUdO9qRv0bLKN3qu25bBdrxZHqA3PTJ24YNN/GdMzG4xkDcd/GvjuhfLg==", "cpu": [ "x64" ], @@ -8480,6 +7471,17 @@ "version": "0.27.8", "license": "MIT" }, + "node_modules/@sindresorhus/is": { + "version": "4.6.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, "node_modules/@sinonjs/commons": { "version": "3.0.1", "license": "BSD-3-Clause", @@ -8495,13 +7497,13 @@ } }, "node_modules/@swc/core": { - "version": "1.5.7", - "dev": true, + "version": "1.7.21", + "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@swc/counter": "^0.1.2", - "@swc/types": "0.1.7" + "@swc/counter": "^0.1.3", + "@swc/types": "^0.1.12" }, "engines": { "node": ">=10" @@ -8511,19 +7513,19 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.5.7", - "@swc/core-darwin-x64": "1.5.7", - "@swc/core-linux-arm-gnueabihf": "1.5.7", - "@swc/core-linux-arm64-gnu": "1.5.7", - "@swc/core-linux-arm64-musl": "1.5.7", - "@swc/core-linux-x64-gnu": "1.5.7", - "@swc/core-linux-x64-musl": "1.5.7", - "@swc/core-win32-arm64-msvc": "1.5.7", - "@swc/core-win32-ia32-msvc": "1.5.7", - "@swc/core-win32-x64-msvc": "1.5.7" + "@swc/core-darwin-arm64": "1.7.21", + "@swc/core-darwin-x64": "1.7.21", + "@swc/core-linux-arm-gnueabihf": "1.7.21", + "@swc/core-linux-arm64-gnu": "1.7.21", + "@swc/core-linux-arm64-musl": "1.7.21", + "@swc/core-linux-x64-gnu": "1.7.21", + "@swc/core-linux-x64-musl": "1.7.21", + "@swc/core-win32-arm64-msvc": "1.7.21", + "@swc/core-win32-ia32-msvc": "1.7.21", + "@swc/core-win32-x64-msvc": "1.7.21" }, "peerDependencies": { - "@swc/helpers": "^0.5.0" + "@swc/helpers": "*" }, "peerDependenciesMeta": { "@swc/helpers": { @@ -8532,7 +7534,7 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.5.7", + "version": "1.7.21", "cpu": [ "arm64" ], @@ -8548,11 +7550,11 @@ }, "node_modules/@swc/counter": { "version": "0.1.3", - "dev": true, + "devOptional": true, "license": "Apache-2.0" }, "node_modules/@swc/helpers": { - "version": "0.5.11", + "version": "0.5.12", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -8560,8 +7562,8 @@ } }, "node_modules/@swc/types": { - "version": "0.1.7", - "dev": true, + "version": "0.1.12", + "devOptional": true, "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" @@ -8573,7 +7575,8 @@ }, "node_modules/@tootallnate/once": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "engines": { "node": ">= 10" } @@ -8637,10 +7640,11 @@ }, "node_modules/@types/caseless": { "version": "0.12.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz", + "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==" }, "node_modules/@types/estree": { - "version": "1.0.6", + "version": "1.0.5", "license": "MIT" }, "node_modules/@types/flat": { @@ -8683,9 +7687,10 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, - "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -8706,12 +7711,8 @@ }, "node_modules/@types/long": { "version": "4.0.2", - "license": "MIT" - }, - "node_modules/@types/minimist": { - "version": "1.2.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", + "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==" }, "node_modules/@types/mute-stream": { "version": "0.0.4", @@ -8722,10 +7723,10 @@ } }, "node_modules/@types/node": { - "version": "20.12.12", + "version": "20.16.2", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-fetch": { @@ -8744,11 +7745,6 @@ "@types/node": "*" } }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.4", - "dev": true, - "license": "MIT" - }, "node_modules/@types/pako": { "version": "2.0.1", "license": "MIT" @@ -8762,7 +7758,7 @@ } }, "node_modules/@types/readable-stream": { - "version": "4.0.14", + "version": "4.0.15", "license": "MIT", "dependencies": { "@types/node": "*", @@ -8775,7 +7771,8 @@ }, "node_modules/@types/request": { "version": "2.48.12", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz", + "integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==", "dependencies": { "@types/caseless": "*", "@types/node": "*", @@ -8785,7 +7782,8 @@ }, "node_modules/@types/request/node_modules/form-data": { "version": "2.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.2.tgz", + "integrity": "sha512-GgwY0PS7DbXqajuGf4OYlsrIu3zgxD6Vvql43IBhm6MahqA5SK/7mwhtNj2AdH2z35YR34ujJ7BN+3fFC3jP5Q==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -8813,8 +7811,9 @@ }, "node_modules/@types/sentiment": { "version": "5.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/sentiment/-/sentiment-5.0.4.tgz", + "integrity": "sha512-6FL0CYijhnrR3gHbu7boAJn8zRCekJXBPfIHLkIgWbkY+hz5Dwfsq79FM7l/tLZKuEgQWktnzf6JqV2UCWKrbg==", + "dev": true }, "node_modules/@types/stack-utils": { "version": "2.0.3", @@ -8822,7 +7821,8 @@ }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" }, "node_modules/@types/triple-beam": { "version": "1.3.5", @@ -8841,7 +7841,7 @@ "license": "MIT" }, "node_modules/@types/yargs": { - "version": "17.0.32", + "version": "17.0.33", "license": "MIT", "dependencies": { "@types/yargs-parser": "*" @@ -8886,7 +7886,7 @@ } }, "node_modules/acorn": { - "version": "8.11.3", + "version": "8.12.1", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -8896,10 +7896,10 @@ } }, "node_modules/adm-zip": { - "version": "0.5.12", + "version": "0.5.15", "license": "MIT", "engines": { - "node": ">=6.0" + "node": ">=12.0" } }, "node_modules/agent-base": { @@ -8913,7 +7913,7 @@ } }, "node_modules/agent-base/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -8942,14 +7942,14 @@ } }, "node_modules/ajv": { - "version": "8.13.0", + "version": "8.17.1", "dev": true, "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -9035,13 +8035,16 @@ } }, "node_modules/ansi-styles": { - "version": "3.2.1", + "version": "4.3.0", "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/any-promise": { @@ -9117,23 +8120,6 @@ "node": ">=8" } }, - "node_modules/array.prototype.flat": { - "version": "1.3.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", "license": "MIT", @@ -9155,11 +8141,11 @@ } }, "node_modules/arrify": { - "version": "1.0.1", - "dev": true, - "license": "MIT", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/asap": { @@ -9186,7 +8172,7 @@ } }, "node_modules/async": { - "version": "3.2.5", + "version": "3.2.6", "license": "MIT" }, "node_modules/async-limiter": { @@ -9220,7 +8206,7 @@ } }, "node_modules/axios": { - "version": "1.7.7", + "version": "1.7.5", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", @@ -9256,70 +8242,6 @@ "@babel/core": "^7.8.0" } }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/babel-jest/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", "license": "BSD-3-Clause", @@ -9391,12 +8313,12 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", + "version": "0.10.6", "license": "MIT", "peer": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -9422,21 +8344,24 @@ } }, "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -9462,7 +8387,7 @@ "license": "MIT" }, "node_modules/base-x": { - "version": "3.0.9", + "version": "3.0.10", "dev": true, "license": "MIT", "dependencies": { @@ -9512,14 +8437,14 @@ }, "node_modules/bignumber.js": { "version": "9.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", + "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==", "engines": { "node": "*" } }, "node_modules/binary-extensions": { "version": "2.3.0", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -9596,16 +8521,8 @@ "node": ">=8" } }, - "node_modules/breakword": { - "version": "1.0.6", - "dev": true, - "license": "MIT", - "dependencies": { - "wcwidth": "^1.0.1" - } - }, "node_modules/browserslist": { - "version": "4.23.0", + "version": "4.23.3", "funding": [ { "type": "opencollective", @@ -9622,10 +8539,10 @@ ], "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" }, "bin": { "browserslist": "cli.js" @@ -9693,8 +8610,7 @@ } }, "node_modules/bundle-require": { - "version": "4.1.0", - "dev": true, + "version": "5.0.0", "license": "MIT", "dependencies": { "load-tsconfig": "^0.2.3" @@ -9703,7 +8619,7 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "peerDependencies": { - "esbuild": ">=0.17" + "esbuild": ">=0.18" } }, "node_modules/bytes": { @@ -9716,7 +8632,6 @@ }, "node_modules/cac": { "version": "6.7.14", - "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -9776,7 +8691,6 @@ }, "node_modules/callsites": { "version": "3.1.0", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -9789,24 +8703,8 @@ "node": ">=6" } }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "dev": true, - "license": "MIT", - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/caniuse-lite": { - "version": "1.0.30001621", + "version": "1.0.30001653", "funding": [ { "type": "opencollective", @@ -9843,15 +8741,17 @@ "license": "MIT" }, "node_modules/chalk": { - "version": "2.4.2", + "version": "4.1.2", "license": "MIT", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/change-case": { @@ -9873,7 +8773,6 @@ }, "node_modules/chokidar": { "version": "3.6.0", - "dev": true, "license": "MIT", "dependencies": { "anymatch": "~3.1.2", @@ -9923,16 +8822,52 @@ } }, "node_modules/chrome-trace-event": { - "version": "1.0.3", + "version": "1.0.4", "dev": true, "license": "MIT", "engines": { "node": ">=6.0" } }, + "node_modules/chromium-edge-launcher": { + "version": "0.2.0", + "license": "Apache-2.0", + "peer": true, + "dependencies": { + "@types/node": "*", + "escape-string-regexp": "^4.0.0", + "is-wsl": "^2.2.0", + "lighthouse-logger": "^1.0.0", + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + } + }, + "node_modules/chromium-edge-launcher/node_modules/escape-string-regexp": { + "version": "4.0.0", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/chromium-edge-launcher/node_modules/mkdirp": { + "version": "1.0.4", + "license": "MIT", + "peer": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/chrono-node": { "version": "2.7.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.7.7.tgz", + "integrity": "sha512-p3S7gotuTPu5oqhRL2p1fLwQXGgdQaRTtWR3e8Di9P1Pa9mzkK5DWR5AWBieMUh2ZdOnPgrK+zCrbbtyuA+D/Q==", "dependencies": { "dayjs": "^1.10.0" }, @@ -9954,7 +8889,7 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.3.1", + "version": "1.4.0", "dev": true, "license": "MIT" }, @@ -9968,16 +8903,85 @@ "node": ">=8" } }, - "node_modules/cli-spinners": { - "version": "2.9.2", - "license": "MIT", - "engines": { - "node": ">=6" + "node_modules/cli-highlight": { + "version": "2.1.11", + "dev": true, + "license": "ISC", + "dependencies": { + "chalk": "^4.0.0", + "highlight.js": "^10.7.1", + "mz": "^2.4.0", + "parse5": "^5.1.1", + "parse5-htmlparser2-tree-adapter": "^6.0.0", + "yargs": "^16.0.0" + }, + "bin": { + "highlight": "bin/highlight" + }, + "engines": { + "node": ">=8.0.0", + "npm": ">=5.0.0" + } + }, + "node_modules/cli-highlight/node_modules/cliui": { + "version": "7.0.4", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/cli-highlight/node_modules/yargs": { + "version": "16.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cli-highlight/node_modules/yargs-parser": { + "version": "20.2.9", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "license": "MIT", + "engines": { + "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/cli-table3": { + "version": "0.6.5", + "dev": true, + "license": "MIT", + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } + }, "node_modules/cli-width": { "version": "4.1.0", "dev": true, @@ -10043,14 +9047,17 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", + "version": "2.0.1", "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", + "version": "1.1.4", "license": "MIT" }, "node_modules/color-string": { @@ -10062,6 +9069,19 @@ "simple-swizzle": "^0.2.2" } }, + "node_modules/color/node_modules/color-convert": { + "version": "1.9.3", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, "node_modules/colorette": { "version": "1.4.0", "license": "MIT", @@ -10092,11 +9112,10 @@ "peer": true }, "node_modules/commander": { - "version": "7.2.0", - "dev": true, + "version": "10.0.1", "license": "MIT", "engines": { - "node": ">= 10" + "node": ">=14" } }, "node_modules/commondir": { @@ -10145,8 +9164,9 @@ "peer": true }, "node_modules/compromise": { - "version": "14.14.1", - "license": "MIT", + "version": "14.14.2", + "resolved": "https://registry.npmjs.org/compromise/-/compromise-14.14.2.tgz", + "integrity": "sha512-g2Qe4zn8TmL7xQFR5Tx7i1txTUnzTPxhE7hDCQM+LDIfvYcriKzqH7eD2J/apUr/hRxvfKbRJ/yYXtN1cgD+Ug==", "dependencies": { "efrt": "2.7.0", "grad-school": "0.0.5", @@ -10233,6 +9253,13 @@ "node": ">= 0.6" } }, + "node_modules/consola": { + "version": "3.2.3", + "license": "MIT", + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, "node_modules/content-disposition": { "version": "0.5.4", "dev": true, @@ -10270,11 +9297,11 @@ "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", + "version": "3.38.1", "license": "MIT", "peer": true, "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.23.3" }, "funding": { "type": "opencollective", @@ -10282,7 +9309,7 @@ } }, "node_modules/core-js-pure": { - "version": "3.37.1", + "version": "3.38.1", "hasInstallScript": true, "license": "MIT", "funding": { @@ -10297,7 +9324,6 @@ }, "node_modules/cosmiconfig": { "version": "9.0.0", - "dev": true, "license": "MIT", "dependencies": { "env-paths": "^2.2.1", @@ -10322,12 +9348,10 @@ }, "node_modules/cosmiconfig/node_modules/argparse": { "version": "2.0.1", - "dev": true, "license": "Python-2.0" }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", - "dev": true, "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -10356,70 +9380,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/create-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/create-jest/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/create-jest/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/create-jest/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/create-jest/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/create-jest/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/cross-fetch": { "version": "4.0.0", "license": "MIT", @@ -10560,35 +9520,6 @@ "optional": true, "peer": true }, - "node_modules/csv": { - "version": "5.5.3", - "dev": true, - "license": "MIT", - "dependencies": { - "csv-generate": "^3.4.3", - "csv-parse": "^4.16.3", - "csv-stringify": "^5.6.5", - "stream-transform": "^2.1.3" - }, - "engines": { - "node": ">= 0.1.90" - } - }, - "node_modules/csv-generate": { - "version": "3.4.3", - "dev": true, - "license": "MIT" - }, - "node_modules/csv-parse": { - "version": "4.16.3", - "dev": true, - "license": "MIT" - }, - "node_modules/csv-stringify": { - "version": "5.6.5", - "dev": true, - "license": "MIT" - }, "node_modules/cuint": { "version": "0.2.2", "dev": true, @@ -10670,7 +9601,7 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", + "version": "1.11.13", "license": "MIT" }, "node_modules/debounce-fn": { @@ -10705,29 +9636,7 @@ "node_modules/decamelize": { "version": "1.2.0", "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "dev": true, - "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -11022,7 +9931,8 @@ }, "node_modules/duplexify": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz", + "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==", "dependencies": { "end-of-stream": "^1.4.1", "inherits": "^2.0.3", @@ -11042,13 +9952,13 @@ } }, "node_modules/eciesjs": { - "version": "0.4.6", + "version": "0.4.7", "dev": true, "license": "MIT", "dependencies": { - "@noble/ciphers": "^0.4.0", - "@noble/curves": "^1.2.0", - "@noble/hashes": "^1.3.2" + "@noble/ciphers": "^0.5.3", + "@noble/curves": "^1.4.0", + "@noble/hashes": "^1.4.0" }, "engines": { "node": ">=16.0.0" @@ -11060,7 +9970,8 @@ }, "node_modules/efrt": { "version": "2.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/efrt/-/efrt-2.7.0.tgz", + "integrity": "sha512-/RInbCy1d4P6Zdfa+TMVsf/ufZVotat5hCw3QXmWtjU+3pFEOvOQ7ibo3aIxyCJw2leIeAMjmPj+1SLJiCpdrQ==", "engines": { "node": ">=12.0.0" } @@ -11080,7 +9991,7 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.777", + "version": "1.5.13", "license": "ISC" }, "node_modules/emittery": { @@ -11098,6 +10009,11 @@ "version": "8.0.0", "license": "MIT" }, + "node_modules/emojilib": { + "version": "2.4.0", + "dev": true, + "license": "MIT" + }, "node_modules/enabled": { "version": "2.0.0", "dev": true, @@ -11112,7 +10028,8 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dependencies": { "once": "^1.4.0" } @@ -11142,7 +10059,6 @@ }, "node_modules/env-paths": { "version": "2.2.1", - "dev": true, "license": "MIT", "engines": { "node": ">=6" @@ -11159,6 +10075,17 @@ "node": ">=4" } }, + "node_modules/environment": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/error-ex": { "version": "1.3.2", "license": "MIT", @@ -11303,14 +10230,6 @@ "node": ">= 0.4" } }, - "node_modules/es-shim-unscopables": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.0" - } - }, "node_modules/es-to-primitive": { "version": "1.2.1", "license": "MIT", @@ -11327,39 +10246,40 @@ } }, "node_modules/esbuild": { - "version": "0.17.19", - "dev": true, + "version": "0.23.1", "hasInstallScript": true, "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, "engines": { - "node": ">=12" + "node": ">=18" }, "optionalDependencies": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" + "@esbuild/aix-ppc64": "0.23.1", + "@esbuild/android-arm": "0.23.1", + "@esbuild/android-arm64": "0.23.1", + "@esbuild/android-x64": "0.23.1", + "@esbuild/darwin-arm64": "0.23.1", + "@esbuild/darwin-x64": "0.23.1", + "@esbuild/freebsd-arm64": "0.23.1", + "@esbuild/freebsd-x64": "0.23.1", + "@esbuild/linux-arm": "0.23.1", + "@esbuild/linux-arm64": "0.23.1", + "@esbuild/linux-ia32": "0.23.1", + "@esbuild/linux-loong64": "0.23.1", + "@esbuild/linux-mips64el": "0.23.1", + "@esbuild/linux-ppc64": "0.23.1", + "@esbuild/linux-riscv64": "0.23.1", + "@esbuild/linux-s390x": "0.23.1", + "@esbuild/linux-x64": "0.23.1", + "@esbuild/netbsd-x64": "0.23.1", + "@esbuild/openbsd-arm64": "0.23.1", + "@esbuild/openbsd-x64": "0.23.1", + "@esbuild/sunos-x64": "0.23.1", + "@esbuild/win32-arm64": "0.23.1", + "@esbuild/win32-ia32": "0.23.1", + "@esbuild/win32-x64": "0.23.1" } }, "node_modules/escalade": { @@ -11374,10 +10294,10 @@ "license": "MIT" }, "node_modules/escape-string-regexp": { - "version": "1.0.5", + "version": "2.0.0", "license": "MIT", "engines": { - "node": ">=0.8.0" + "node": ">=8" } }, "node_modules/escodegen": { @@ -11497,6 +10417,11 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/exponential-backoff": { + "version": "3.1.1", + "license": "Apache-2.0", + "peer": true + }, "node_modules/express": { "version": "4.19.2", "dev": true, @@ -11608,10 +10533,13 @@ "version": "2.1.0", "license": "MIT" }, + "node_modules/fast-uri": { + "version": "3.0.1", + "dev": true, + "license": "MIT" + }, "node_modules/fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.4.1", "funding": [ { "type": "github", @@ -11622,6 +10550,7 @@ "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "peer": true, "dependencies": { "strnum": "^1.0.5" @@ -11649,6 +10578,11 @@ "dev": true, "license": "MIT" }, + "node_modules/fflate": { + "version": "0.8.2", + "dev": true, + "license": "MIT" + }, "node_modules/figlet": { "version": "1.7.0", "dev": true, @@ -11674,6 +10608,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/filelist": { "version": "1.0.4", "dev": true, @@ -11881,8 +10823,23 @@ "flatfile": "dist/index.js" } }, - "node_modules/flatfile/node_modules/@flatfile/cross-env-config": { - "version": "0.0.6", + "node_modules/flatfile/node_modules/@esbuild/darwin-arm64": { + "version": "0.17.19", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/flatfile/node_modules/@flatfile/cross-env-config": { + "version": "0.0.6", "dev": true, "license": "ISC" }, @@ -11956,6 +10913,20 @@ "balanced-match": "^1.0.0" } }, + "node_modules/flatfile/node_modules/bundle-require": { + "version": "4.2.1", + "dev": true, + "license": "MIT", + "dependencies": { + "load-tsconfig": "^0.2.3" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "peerDependencies": { + "esbuild": ">=0.17" + } + }, "node_modules/flatfile/node_modules/commander": { "version": "9.5.0", "dev": true, @@ -11964,6 +10935,58 @@ "node": "^12.20.0 || >=14" } }, + "node_modules/flatfile/node_modules/debug": { + "version": "4.3.6", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/flatfile/node_modules/esbuild": { + "version": "0.17.19", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, "node_modules/flatfile/node_modules/glob": { "version": "8.1.0", "dev": true, @@ -11982,6 +11005,14 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/flatfile/node_modules/lilconfig": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, "node_modules/flatfile/node_modules/magic-string": { "version": "0.27.0", "dev": true, @@ -12004,6 +11035,39 @@ "node": ">=10" } }, + "node_modules/flatfile/node_modules/ms": { + "version": "2.1.2", + "dev": true, + "license": "MIT" + }, + "node_modules/flatfile/node_modules/postcss-load-config": { + "version": "3.1.4", + "dev": true, + "license": "MIT", + "dependencies": { + "lilconfig": "^2.0.5", + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, "node_modules/flatfile/node_modules/rollup": { "version": "2.79.1", "dev": true, @@ -12018,13 +11082,114 @@ "fsevents": "~2.3.2" } }, + "node_modules/flatfile/node_modules/source-map": { + "version": "0.8.0-beta.0", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "whatwg-url": "^7.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/flatfile/node_modules/tr46": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/flatfile/node_modules/tsup": { + "version": "6.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "bundle-require": "^4.0.0", + "cac": "^6.7.12", + "chokidar": "^3.5.1", + "debug": "^4.3.1", + "esbuild": "^0.17.6", + "execa": "^5.0.0", + "globby": "^11.0.3", + "joycon": "^3.0.1", + "postcss-load-config": "^3.0.1", + "resolve-from": "^5.0.0", + "rollup": "^3.2.5", + "source-map": "0.8.0-beta.0", + "sucrase": "^3.20.3", + "tree-kill": "^1.2.2" + }, + "bin": { + "tsup": "dist/cli-default.js", + "tsup-node": "dist/cli-node.js" + }, + "engines": { + "node": ">=14.18" + }, + "peerDependencies": { + "@swc/core": "^1", + "postcss": "^8.4.12", + "typescript": ">=4.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "postcss": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/flatfile/node_modules/tsup/node_modules/rollup": { + "version": "3.29.4", + "dev": true, + "license": "MIT", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/flatfile/node_modules/webidl-conversions": { + "version": "4.0.2", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/flatfile/node_modules/whatwg-url": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "node_modules/flatfile/node_modules/yaml": { + "version": "1.10.2", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 6" + } + }, "node_modules/flow-enums-runtime": { "version": "0.0.6", "license": "MIT", "peer": true }, "node_modules/flow-parser": { - "version": "0.236.0", + "version": "0.244.0", "license": "MIT", "peer": true, "engines": { @@ -12062,7 +11227,7 @@ } }, "node_modules/foreground-child": { - "version": "3.1.1", + "version": "3.3.0", "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", @@ -12097,6 +11262,25 @@ "node": ">= 6" } }, + "node_modules/form-data-encoder": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", + "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", + "peer": true + }, + "node_modules/formdata-node": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", + "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", + "peer": true, + "dependencies": { + "node-domexception": "1.0.0", + "web-streams-polyfill": "4.0.0-beta.3" + }, + "engines": { + "node": ">= 12.20" + } + }, "node_modules/forwarded": { "version": "0.2.0", "dev": true, @@ -12172,7 +11356,8 @@ }, "node_modules/gaxios": { "version": "6.7.1", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz", + "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==", "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", @@ -12186,7 +11371,8 @@ }, "node_modules/gcp-metadata": { "version": "6.1.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz", + "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==", "dependencies": { "gaxios": "^6.0.0", "json-bigint": "^1.0.0" @@ -12280,7 +11466,7 @@ } }, "node_modules/get-uri/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -12397,7 +11583,8 @@ }, "node_modules/google-auth-library": { "version": "9.14.2", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.2.tgz", + "integrity": "sha512-R+FRIfk1GBo3RdlRYWPdwk8nmtVUOn6+BkDomAC46KoU8kzXzE1HLmOasSCbWUByMMAGkknVF0G5kQ69Vj7dlA==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", @@ -12412,7 +11599,8 @@ }, "node_modules/google-gax": { "version": "4.4.1", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.4.1.tgz", + "integrity": "sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg==", "dependencies": { "@grpc/grpc-js": "^1.10.9", "@grpc/proto-loader": "^0.7.13", @@ -12447,18 +11635,14 @@ }, "node_modules/grad-school": { "version": "0.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/grad-school/-/grad-school-0.0.5.tgz", + "integrity": "sha512-rXunEHF9M9EkMydTBux7+IryYXEZinRk6g8OBOGDBzo/qWJjhTxy86i5q7lQYpCLHN8Sqv1XX3OIOc7ka2gtvQ==", "engines": { "node": ">=8.0.0" } }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "dev": true, - "license": "MIT" - }, "node_modules/graphql": { - "version": "16.8.1", + "version": "16.9.0", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -12500,7 +11684,8 @@ }, "node_modules/gtoken": { "version": "7.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz", + "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==", "dependencies": { "gaxios": "^6.0.0", "jws": "^4.0.0" @@ -12529,14 +11714,6 @@ "uglify-js": "^3.1.4" } }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/has-bigints": { "version": "1.0.2", "license": "MIT", @@ -12545,10 +11722,10 @@ } }, "node_modules/has-flag": { - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-property-descriptors": { @@ -12606,50 +11783,56 @@ }, "node_modules/he": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "bin": { "he": "bin/he" } }, "node_modules/hermes-estree": { - "version": "0.19.1", + "version": "0.22.0", "license": "MIT", "peer": true }, "node_modules/hermes-parser": { - "version": "0.19.1", - "license": "MIT", - "peer": true, - "dependencies": { - "hermes-estree": "0.19.1" - } - }, - "node_modules/hermes-profile-transformer": { - "version": "0.0.6", + "version": "0.22.0", "license": "MIT", "peer": true, "dependencies": { - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=8" + "hermes-estree": "0.22.0" } }, - "node_modules/hermes-profile-transformer/node_modules/source-map": { - "version": "0.7.4", + "node_modules/highlight.js": { + "version": "10.7.3", + "dev": true, "license": "BSD-3-Clause", - "peer": true, "engines": { - "node": ">= 8" + "node": "*" } }, "node_modules/hosted-git-info": { - "version": "2.8.9", + "version": "6.1.1", "dev": true, - "license": "ISC" + "license": "ISC", + "dependencies": { + "lru-cache": "^7.5.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "7.18.3", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } }, "node_modules/html-entities": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", "funding": [ { "type": "github", @@ -12659,8 +11842,7 @@ "type": "patreon", "url": "https://patreon.com/mdevils" } - ], - "license": "MIT" + ] }, "node_modules/html-escaper": { "version": "2.0.2", @@ -12669,7 +11851,8 @@ }, "node_modules/html-tags": { "version": "3.3.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "engines": { "node": ">=8" }, @@ -12767,7 +11950,7 @@ } }, "node_modules/http-proxy-agent/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -12786,7 +11969,7 @@ "license": "MIT" }, "node_modules/https-proxy-agent": { - "version": "7.0.4", + "version": "7.0.5", "license": "MIT", "dependencies": { "agent-base": "^7.0.2", @@ -12797,7 +11980,7 @@ } }, "node_modules/https-proxy-agent/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -12864,7 +12047,7 @@ "license": "BSD-3-Clause" }, "node_modules/ignore": { - "version": "5.3.1", + "version": "5.3.2", "dev": true, "license": "MIT", "engines": { @@ -12887,7 +12070,6 @@ }, "node_modules/import-fresh": { "version": "3.3.0", - "dev": true, "license": "MIT", "dependencies": { "parent-module": "^1.0.0", @@ -12902,14 +12084,13 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", - "dev": true, "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/import-local": { - "version": "3.1.0", + "version": "3.2.0", "dev": true, "license": "MIT", "dependencies": { @@ -12933,14 +12114,6 @@ "node": ">=0.8.19" } }, - "node_modules/indent-string": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/inflight": { "version": "1.0.6", "license": "ISC", @@ -12953,2105 +12126,1155 @@ "version": "2.0.4", "license": "ISC" }, - "node_modules/ini": { - "version": "1.3.8", - "dev": true, - "license": "ISC" - }, - "node_modules/internal-slot": { - "version": "1.0.7", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.0", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/interpolate-json": { - "version": "2.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "custom-exception": "^0.1.2", - "extend": "^3.0.2", - "type-detect": "^4.0.8" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "license": "MIT", - "peer": true, - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/ip-address": { - "version": "9.0.5", - "license": "MIT", - "dependencies": { - "jsbn": "1.1.0", - "sprintf-js": "^1.1.3" - }, - "engines": { - "node": ">= 12" - } - }, - "node_modules/ip-address/node_modules/sprintf-js": { - "version": "1.1.3", - "license": "BSD-3-Clause" - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.4", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "license": "MIT" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-builtin-module": { - "version": "3.2.1", - "license": "MIT", - "dependencies": { - "builtin-modules": "^3.3.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-view": { - "version": "1.0.1", - "license": "MIT", - "dependencies": { - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-directory": { - "version": "0.3.1", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "license": "MIT", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "dev": true, - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-html": { - "version": "2.0.0", - "license": "MIT", - "dependencies": { - "html-tags": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-interactive": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-json": { - "version": "2.0.1", - "dev": true, - "license": "ISC" - }, - "node_modules/is-module": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-obj": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "license": "MIT", - "peer": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-reference": { - "version": "1.2.1", - "license": "MIT", - "dependencies": { - "@types/estree": "*" - } - }, - "node_modules/is-regex": { - "version": "1.1.4", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.3", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-subdir": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "better-path-resolve": "1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.13", - "license": "MIT", - "dependencies": { - "which-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-windows": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "license": "MIT", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "license": "MIT" - }, - "node_modules/isbn3": { - "version": "1.2.0", - "license": "MIT", - "bin": { - "isbn": "bin/isbn", - "isbn-audit": "bin/isbn-audit", - "isbn-checksum": "bin/isbn-checksum" - }, - "engines": { - "node": ">= 6.4.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "license": "ISC" - }, - "node_modules/isobject": { - "version": "3.0.1", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.2", - "license": "BSD-3-Clause", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "6.0.2", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@babel/core": "^7.23.9", - "@babel/parser": "^7.23.9", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.1", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^4.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/debug": { - "version": "4.3.4", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/ms": { - "version": "2.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/istanbul-reports": { - "version": "3.1.7", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jackspeak": { - "version": "3.1.2", - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jake": { - "version": "10.9.2", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.4", - "minimatch": "^3.1.2" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jake/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jake/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jake/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jake/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jake/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jake/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/types": "^29.6.3", - "import-local": "^3.0.2", - "jest-cli": "^29.7.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-changed-files": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "execa": "^5.0.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-changed-files/node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-circus": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^1.0.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^29.7.0", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0", - "pretty-format": "^29.7.0", - "pure-rand": "^6.0.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-circus/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-circus/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-circus/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-circus/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-circus/node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-circus/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "create-jest": "^29.7.0", - "exit": "^0.1.2", - "import-local": "^3.0.2", - "jest-config": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-cli/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-cli/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "29.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.7.0", - "@jest/types": "^29.6.3", - "babel-jest": "^29.7.0", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", + "node_modules/ini": { + "version": "1.3.8", "dev": true, + "license": "ISC" + }, + "node_modules/internal-slot": { + "version": "1.0.7", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 0.4" } }, - "node_modules/jest-config/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/interpolate-json": { + "version": "2.3.3", "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "custom-exception": "^0.1.2", + "extend": "^3.0.2", + "type-detect": "^4.0.8" }, "engines": { - "node": ">=7.0.0" + "node": ">=12.0.0" } }, - "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, + "node_modules/invariant": { + "version": "2.2.4", "license": "MIT", - "engines": { - "node": ">=8" + "peer": true, + "dependencies": { + "loose-envify": "^1.0.0" } }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, + "node_modules/ip-address": { + "version": "9.0.5", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" }, "engines": { - "node": ">=8" + "node": ">= 12" } }, - "node_modules/jest-diff": { - "version": "29.7.0", + "node_modules/ip-address/node_modules/sprintf-js": { + "version": "1.1.3", + "license": "BSD-3-Clause" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "dev": true, "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.6.3", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.10" } }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/is-arguments": { + "version": "1.1.1", + "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", + "node_modules/is-array-buffer": { + "version": "3.0.4", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-diff/node_modules/color-name": { - "version": "1.1.4", + "node_modules/is-arrayish": { + "version": "0.2.1", "license": "MIT" }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/is-bigint": { + "version": "1.0.4", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "has-bigints": "^1.0.1" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-docblock": { - "version": "29.7.0", - "dev": true, + "node_modules/is-binary-path": { + "version": "2.1.0", "license": "MIT", "dependencies": { - "detect-newline": "^3.0.0" + "binary-extensions": "^2.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=8" } }, - "node_modules/jest-each": { - "version": "29.7.0", - "dev": true, + "node_modules/is-boolean-object": { + "version": "1.1.2", "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "jest-get-type": "^29.6.3", - "jest-util": "^29.7.0", - "pretty-format": "^29.7.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, + "node_modules/is-builtin-module": { + "version": "3.2.1", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "builtin-modules": "^3.3.0" }, "engines": { - "node": ">=8" + "node": ">=6" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "dev": true, + "node_modules/is-callable": { + "version": "1.2.7", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-each/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, + "node_modules/is-core-module": { + "version": "2.15.1", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "hasown": "^2.0.2" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, + "node_modules/is-data-view": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "is-typed-array": "^1.1.13" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-environment-node": { - "version": "29.7.0", + "node_modules/is-date-object": { + "version": "1.0.5", "license": "MIT", "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-fetch-mock": { - "version": "3.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "cross-fetch": "^3.0.4", - "promise-polyfill": "^8.1.3" - } - }, - "node_modules/jest-fetch-mock/node_modules/cross-fetch": { - "version": "3.1.8", - "dev": true, - "license": "MIT", - "dependencies": { - "node-fetch": "^2.6.12" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-get-type": { - "version": "29.6.3", + "node_modules/is-directory": { + "version": "0.3.1", "license": "MIT", + "peer": true, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-haste-map": { - "version": "29.7.0", + "node_modules/is-docker": { + "version": "2.2.1", "license": "MIT", - "dependencies": { - "@jest/types": "^29.6.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "micromatch": "^4.0.4", - "walker": "^1.0.8" + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "license": "MIT", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "node": ">=0.10.0" } }, - "node_modules/jest-leak-detector": { - "version": "29.7.0", - "dev": true, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", "license": "MIT", - "dependencies": { - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=8" } }, - "node_modules/jest-matcher-utils": { - "version": "29.7.0", + "node_modules/is-generator-fn": { + "version": "2.1.0", + "dev": true, "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=6" } }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/is-generator-function": { + "version": "1.0.10", + "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", + "node_modules/is-glob": { + "version": "4.0.3", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "is-extglob": "^2.1.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", + "node_modules/is-html": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-html/-/is-html-2.0.0.tgz", + "integrity": "sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==", "dependencies": { - "color-name": "~1.1.4" + "html-tags": "^3.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/jest-matcher-utils/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/is-interactive": { + "version": "1.0.0", "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/is-json": { + "version": "2.0.1", + "dev": true, + "license": "ISC" + }, + "node_modules/is-module": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-message-util": { - "version": "29.7.0", + "node_modules/is-number": { + "version": "7.0.0", "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.6.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.12.0" } }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/is-number-object": { + "version": "1.0.7", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", + "node_modules/is-obj": { + "version": "2.0.0", + "dev": true, "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=8" } }, - "node_modules/jest-message-util/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/is-plain-object": { + "version": "2.0.4", "license": "MIT", + "peer": true, "dependencies": { - "color-name": "~1.1.4" + "isobject": "^3.0.1" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-message-util/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/is-reference": { + "version": "1.2.1", "license": "MIT", - "engines": { - "node": ">=8" + "dependencies": { + "@types/estree": "*" } }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/is-regex": { + "version": "1.1.4", "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-mock": { - "version": "29.7.0", + "node_modules/is-shared-array-buffer": { + "version": "1.0.3", "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-util": "^29.7.0" + "call-bind": "^1.0.7" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.3", - "dev": true, + "node_modules/is-stream": { + "version": "2.0.1", "license": "MIT", "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" + "node": ">=8" }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-regex-util": { - "version": "29.6.3", + "node_modules/is-string": { + "version": "1.0.7", "license": "MIT", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-resolve": { - "version": "29.7.0", + "node_modules/is-subdir": { + "version": "1.2.0", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "resolve": "^1.20.0", - "resolve.exports": "^2.0.0", - "slash": "^3.0.0" + "better-path-resolve": "1.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=4" } }, - "node_modules/jest-resolve-dependencies": { - "version": "29.7.0", - "dev": true, + "node_modules/is-symbol": { + "version": "1.0.4", "license": "MIT", "dependencies": { - "jest-regex-util": "^29.6.3", - "jest-snapshot": "^29.7.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-resolve/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, + "node_modules/is-typed-array": { + "version": "1.1.13", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "which-typed-array": "^1.1.14" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "dev": true, + "node_modules/is-unicode-supported": { + "version": "0.1.0", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-resolve/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/is-windows": { + "version": "1.0.2", "dev": true, "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "is-docker": "^2.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/jest-resolve/node_modules/color-name": { - "version": "1.1.4", - "dev": true, + "node_modules/isarray": { + "version": "2.0.5", "license": "MIT" }, - "node_modules/jest-resolve/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", + "node_modules/isbn3": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/isbn3/-/isbn3-1.2.2.tgz", + "integrity": "sha512-cBZ09bmEKYjWkc05GjXVnRFfyE3pVtmWMl9oCRjjq8l0QiyGrrbyhlOL8e++pXv+s/r8SqLPBRmV85kA4WM1Qg==", + "bin": { + "isbn": "bin/isbn", + "isbn-audit": "bin/isbn-audit", + "isbn-checksum": "bin/isbn-checksum" + }, "engines": { - "node": ">=8" + "node": ">= 6.4.0" } }, - "node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, + "node_modules/isexe": { + "version": "2.0.0", + "license": "ISC" + }, + "node_modules/isobject": { + "version": "3.0.1", "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, - "node_modules/jest-runner": { - "version": "29.7.0", + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", "dependencies": { - "@jest/console": "^29.7.0", - "@jest/environment": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.13.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-leak-detector": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-resolve": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-util": "^29.7.0", - "jest-watcher": "^29.7.0", - "jest-worker": "^29.7.0", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=10" } }, - "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/istanbul-lib-report": { + "version": "3.0.1", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", "dependencies": { - "color-convert": "^2.0.1" + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10" } }, - "node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-runner/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/istanbul-lib-source-maps/node_modules/debug": { + "version": "4.3.6", "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "ms": "2.1.2" }, "engines": { - "node": ">=7.0.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/jest-runner/node_modules/color-name": { - "version": "1.1.4", + "node_modules/istanbul-lib-source-maps/node_modules/ms": { + "version": "2.1.2", "dev": true, "license": "MIT" }, - "node_modules/jest-runner/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/istanbul-reports": { + "version": "3.1.7", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, "engines": { "node": ">=8" } }, - "node_modules/jest-runner/node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", + "node_modules/jackspeak": { + "version": "3.4.3", + "license": "BlueOak-1.0.0", "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" + "@isaacs/cliui": "^8.0.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jake": { + "version": "10.9.2", "dev": true, - "license": "MIT", + "license": "Apache-2.0", "dependencies": { - "has-flag": "^4.0.0" + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" }, "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/jest-runtime": { + "node_modules/jest": { "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/globals": "^29.7.0", - "@jest/source-map": "^29.6.3", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", + "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" + "import-local": "^3.0.2", + "jest-cli": "^29.7.0" + }, + "bin": { + "jest": "bin/jest.js" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-changed-files": { + "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "execa": "^5.0.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-changed-files/node_modules/p-limit": { + "version": "3.1.0", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "yocto-queue": "^0.1.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-runtime/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-circus": { + "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0", + "pretty-format": "^29.7.0", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { - "node": ">=7.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-runtime/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-runtime/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-circus/node_modules/p-limit": { + "version": "3.1.0", "dev": true, "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-cli": { + "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/core": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "create-jest": "^29.7.0", + "exit": "^0.1.2", + "import-local": "^3.0.2", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/jest-snapshot": { + "node_modules/jest-config": { "version": "29.7.0", + "dev": true, "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-jsx": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.7.0", - "@jest/transform": "^29.7.0", + "@jest/test-sequencer": "^29.7.0", "@jest/types": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0", + "babel-jest": "^29.7.0", "chalk": "^4.0.0", - "expect": "^29.7.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-diff": "^29.7.0", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", "jest-util": "^29.7.0", - "natural-compare": "^1.4.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", "pretty-format": "^29.7.0", - "semver": "^7.5.3" + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } } }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-diff": { + "version": "29.7.0", "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-snapshot/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-docblock": { + "version": "29.7.0", + "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "detect-newline": "^3.0.0" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-snapshot/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-each": { + "version": "29.7.0", + "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-util": { + "node_modules/jest-environment-node": { "version": "29.7.0", "license": "MIT", "dependencies": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-fetch-mock": { + "version": "3.0.3", + "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "cross-fetch": "^3.0.4", + "promise-polyfill": "^8.1.3" } }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-fetch-mock/node_modules/cross-fetch": { + "version": "3.1.8", + "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node-fetch": "^2.6.12" } }, - "node_modules/jest-util/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-get-type": { + "version": "29.6.3", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-util/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-haste-map": { + "version": "29.7.0", "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-leak-detector": { + "version": "29.7.0", + "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate": { + "node_modules/jest-matcher-utils": { "version": "29.7.0", "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "camelcase": "^6.2.0", "chalk": "^4.0.0", + "jest-diff": "^29.7.0", "jest-get-type": "^29.6.3", - "leven": "^3.1.0", "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-message-util": { + "version": "29.7.0", "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate/node_modules/camelcase": { - "version": "6.3.0", + "node_modules/jest-mock": { + "version": "29.7.0", "license": "MIT", - "engines": { - "node": ">=10" + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "dev": true, "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } } }, - "node_modules/jest-validate/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/jest-regex-util": { + "version": "29.6.3", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/jest-validate/node_modules/has-flag": { - "version": "4.0.0", + "node_modules/jest-resolve": { + "version": "29.7.0", + "dev": true, "license": "MIT", + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-resolve-dependencies": { + "version": "29.7.0", + "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.7.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher": { + "node_modules/jest-runner": { "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", - "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", "jest-util": "^29.7.0", - "string-length": "^4.0.1" + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/jest-runner/node_modules/p-limit": { + "version": "3.1.0", "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", + "node_modules/jest-runtime": { + "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot": { + "version": "29.7.0", + "license": "MIT", + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "natural-compare": "^1.4.0", + "pretty-format": "^29.7.0", + "semver": "^7.5.3" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, + "node_modules/jest-util": { + "version": "29.7.0", "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=7.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" + "node_modules/jest-validate": { + "version": "29.7.0", + "license": "MIT", + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } }, - "node_modules/jest-watcher/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", + "node_modules/jest-watcher": { + "version": "29.7.0", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.7.0", + "string-length": "^4.0.1" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-worker": { @@ -15067,13 +13290,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", "license": "MIT", @@ -15088,7 +13304,7 @@ } }, "node_modules/joi": { - "version": "17.13.1", + "version": "17.13.3", "license": "BSD-3-Clause", "peer": true, "dependencies": { @@ -15101,7 +13317,6 @@ }, "node_modules/joycon": { "version": "3.1.1", - "dev": true, "license": "MIT", "engines": { "node": ">=10" @@ -15178,79 +13393,15 @@ "micromatch": "^4.0.4", "neo-async": "^2.5.0", "node-dir": "^0.1.17", - "recast": "^0.21.0", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "bin": { - "jscodeshift": "bin/jscodeshift.js" - }, - "peerDependencies": { - "@babel/preset-env": "^7.1.6" - } - }, - "node_modules/jscodeshift/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jscodeshift/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jscodeshift/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jscodeshift/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/jscodeshift/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jscodeshift/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" + "recast": "^0.21.0", + "temp": "^0.8.4", + "write-file-atomic": "^2.3.0" }, - "engines": { - "node": ">=8" + "bin": { + "jscodeshift": "bin/jscodeshift.js" + }, + "peerDependencies": { + "@babel/preset-env": "^7.1.6" } }, "node_modules/jscodeshift/node_modules/write-file-atomic": { @@ -15275,7 +13426,8 @@ }, "node_modules/json-bigint": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz", + "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==", "dependencies": { "bignumber.js": "^9.0.0" } @@ -15287,7 +13439,6 @@ }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", - "dev": true, "license": "MIT" }, "node_modules/json-schema": { @@ -15393,6 +13544,7 @@ "node_modules/kind-of": { "version": "6.0.3", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -15431,15 +13583,6 @@ } } }, - "node_modules/langsmith/node_modules/commander": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", - "peer": true, - "engines": { - "node": ">=14" - } - }, "node_modules/langsmith/node_modules/uuid": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", @@ -15461,8 +13604,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.11.10", - "license": "MIT" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.11.12.tgz", + "integrity": "sha512-QkJn9/D7zZ1ucvT++TQSvZuSA2xAWeUytU+DiEQwbPKLyrDpvbul2AFs1CGbRAPpSCCk47aRAb5DX5mmcayp4g==" }, "node_modules/lighthouse-logger": { "version": "1.4.2", @@ -15474,7 +13618,7 @@ } }, "node_modules/lightningcss": { - "version": "1.25.0", + "version": "1.26.0", "dev": true, "license": "MPL-2.0", "dependencies": { @@ -15488,19 +13632,20 @@ "url": "https://opencollective.com/parcel" }, "optionalDependencies": { - "lightningcss-darwin-arm64": "1.25.0", - "lightningcss-darwin-x64": "1.25.0", - "lightningcss-freebsd-x64": "1.25.0", - "lightningcss-linux-arm-gnueabihf": "1.25.0", - "lightningcss-linux-arm64-gnu": "1.25.0", - "lightningcss-linux-arm64-musl": "1.25.0", - "lightningcss-linux-x64-gnu": "1.25.0", - "lightningcss-linux-x64-musl": "1.25.0", - "lightningcss-win32-x64-msvc": "1.25.0" + "lightningcss-darwin-arm64": "1.26.0", + "lightningcss-darwin-x64": "1.26.0", + "lightningcss-freebsd-x64": "1.26.0", + "lightningcss-linux-arm-gnueabihf": "1.26.0", + "lightningcss-linux-arm64-gnu": "1.26.0", + "lightningcss-linux-arm64-musl": "1.26.0", + "lightningcss-linux-x64-gnu": "1.26.0", + "lightningcss-linux-x64-musl": "1.26.0", + "lightningcss-win32-arm64-msvc": "1.26.0", + "lightningcss-win32-x64-msvc": "1.26.0" } }, "node_modules/lightningcss-darwin-arm64": { - "version": "1.25.0", + "version": "1.26.0", "cpu": [ "arm64" ], @@ -15523,11 +13668,13 @@ "license": "MIT" }, "node_modules/lilconfig": { - "version": "2.1.0", - "dev": true, + "version": "3.1.2", "license": "MIT", "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, "node_modules/lines-and-columns": { @@ -15565,7 +13712,6 @@ }, "node_modules/load-tsconfig": { "version": "0.2.5", - "dev": true, "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" @@ -15605,7 +13751,8 @@ }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -15647,7 +13794,6 @@ }, "node_modules/lodash.sortby": { "version": "4.7.0", - "dev": true, "license": "MIT" }, "node_modules/lodash.startcase": { @@ -15679,66 +13825,8 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/logform": { - "version": "2.6.0", + "version": "2.6.1", "dev": true, "license": "MIT", "dependencies": { @@ -15753,6 +13841,14 @@ "node": ">= 12.0.0" } }, + "node_modules/logform/node_modules/@colors/colors": { + "version": "1.6.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.1.90" + } + }, "node_modules/logform/node_modules/ms": { "version": "2.1.3", "dev": true, @@ -15771,20 +13867,6 @@ "logkitty": "bin/logkitty.js" } }, - "node_modules/logkitty/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/logkitty/node_modules/cliui": { "version": "6.0.0", "license": "ISC", @@ -15795,22 +13877,6 @@ "wrap-ansi": "^6.2.0" } }, - "node_modules/logkitty/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/logkitty/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, "node_modules/logkitty/node_modules/wrap-ansi": { "version": "6.2.0", "license": "MIT", @@ -15850,9 +13916,22 @@ "node": ">=8" } }, + "node_modules/logkitty/node_modules/yargs-parser": { + "version": "18.1.3", + "license": "ISC", + "peer": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/long": { "version": "5.2.3", - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/loose-envify": { "version": "1.4.0", @@ -15873,10 +13952,10 @@ } }, "node_modules/magic-string": { - "version": "0.30.10", + "version": "0.30.11", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, "node_modules/make-dir": { @@ -15905,17 +13984,61 @@ "tmpl": "1.0.5" } }, - "node_modules/map-obj": { - "version": "4.3.0", + "node_modules/marked": { + "version": "9.1.6", "dev": true, "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, "engines": { - "node": ">=8" + "node": ">= 16" + } + }, + "node_modules/marked-terminal": { + "version": "7.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^7.0.0", + "chalk": "^5.3.0", + "cli-highlight": "^2.1.11", + "cli-table3": "^0.6.5", + "node-emoji": "^2.1.3", + "supports-hyperlinks": "^3.0.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "marked": ">=1 <14" + } + }, + "node_modules/marked-terminal/node_modules/ansi-escapes": { + "version": "7.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/marked-terminal/node_modules/chalk": { + "version": "5.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/marky": { "version": "1.2.5", "license": "Apache-2.0", @@ -15941,41 +14064,6 @@ "license": "MIT", "peer": true }, - "node_modules/meow": { - "version": "6.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "^4.0.2", - "normalize-package-data": "^2.5.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.13.1", - "yargs-parser": "^18.1.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/type-fest": { - "version": "0.13.1", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/merge-descriptors": { "version": "1.0.1", "dev": true, @@ -16001,7 +14089,7 @@ } }, "node_modules/metro": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { @@ -16019,34 +14107,34 @@ "debug": "^2.2.0", "denodeify": "^1.2.1", "error-stack-parser": "^2.0.6", + "flow-enums-runtime": "^0.0.6", "graceful-fs": "^4.2.4", - "hermes-parser": "0.20.1", + "hermes-parser": "0.23.0", "image-size": "^1.0.2", "invariant": "^2.2.4", "jest-worker": "^29.6.3", "jsc-safe-url": "^0.2.2", "lodash.throttle": "^4.1.1", - "metro-babel-transformer": "0.80.9", - "metro-cache": "0.80.9", - "metro-cache-key": "0.80.9", - "metro-config": "0.80.9", - "metro-core": "0.80.9", - "metro-file-map": "0.80.9", - "metro-resolver": "0.80.9", - "metro-runtime": "0.80.9", - "metro-source-map": "0.80.9", - "metro-symbolicate": "0.80.9", - "metro-transform-plugins": "0.80.9", - "metro-transform-worker": "0.80.9", + "metro-babel-transformer": "0.80.10", + "metro-cache": "0.80.10", + "metro-cache-key": "0.80.10", + "metro-config": "0.80.10", + "metro-core": "0.80.10", + "metro-file-map": "0.80.10", + "metro-resolver": "0.80.10", + "metro-runtime": "0.80.10", + "metro-source-map": "0.80.10", + "metro-symbolicate": "0.80.10", + "metro-transform-plugins": "0.80.10", + "metro-transform-worker": "0.80.10", "mime-types": "^2.1.27", "node-fetch": "^2.2.0", "nullthrows": "^1.1.1", - "rimraf": "^3.0.2", "serialize-error": "^2.1.0", "source-map": "^0.5.6", "strip-ansi": "^6.0.0", "throat": "^5.0.0", - "ws": "^7.5.1", + "ws": "^7.5.10", "yargs": "^17.6.2" }, "bin": { @@ -16057,12 +14145,13 @@ } }, "node_modules/metro-babel-transformer": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { "@babel/core": "^7.20.0", - "hermes-parser": "0.20.1", + "flow-enums-runtime": "^0.0.6", + "hermes-parser": "0.23.0", "nullthrows": "^1.1.1" }, "engines": { @@ -16070,50 +14159,55 @@ } }, "node_modules/metro-babel-transformer/node_modules/hermes-estree": { - "version": "0.20.1", + "version": "0.23.0", "license": "MIT", "peer": true }, "node_modules/metro-babel-transformer/node_modules/hermes-parser": { - "version": "0.20.1", + "version": "0.23.0", "license": "MIT", "peer": true, "dependencies": { - "hermes-estree": "0.20.1" + "hermes-estree": "0.23.0" } }, "node_modules/metro-cache": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { - "metro-core": "0.80.9", - "rimraf": "^3.0.2" + "exponential-backoff": "^3.1.1", + "flow-enums-runtime": "^0.0.6", + "metro-core": "0.80.10" }, "engines": { "node": ">=18" } }, "node_modules/metro-cache-key": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, "engines": { "node": ">=18" } }, "node_modules/metro-config": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { "connect": "^3.6.5", "cosmiconfig": "^5.0.5", + "flow-enums-runtime": "^0.0.6", "jest-validate": "^29.6.3", - "metro": "0.80.9", - "metro-cache": "0.80.9", - "metro-core": "0.80.9", - "metro-runtime": "0.80.9" + "metro": "0.80.10", + "metro-cache": "0.80.10", + "metro-core": "0.80.10", + "metro-runtime": "0.80.10" }, "engines": { "node": ">=18" @@ -16166,25 +14260,27 @@ } }, "node_modules/metro-core": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { + "flow-enums-runtime": "^0.0.6", "lodash.throttle": "^4.1.1", - "metro-resolver": "0.80.9" + "metro-resolver": "0.80.10" }, "engines": { "node": ">=18" } }, "node_modules/metro-file-map": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { "anymatch": "^3.0.3", "debug": "^2.2.0", "fb-watchman": "^2.0.0", + "flow-enums-runtime": "^0.0.6", "graceful-fs": "^4.2.4", "invariant": "^2.2.4", "jest-worker": "^29.6.3", @@ -16201,10 +14297,11 @@ } }, "node_modules/metro-minify-terser": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { + "flow-enums-runtime": "^0.0.6", "terser": "^5.15.0" }, "engines": { @@ -16212,35 +14309,40 @@ } }, "node_modules/metro-resolver": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, "engines": { "node": ">=18" } }, "node_modules/metro-runtime": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { - "@babel/runtime": "^7.0.0" + "@babel/runtime": "^7.0.0", + "flow-enums-runtime": "^0.0.6" }, "engines": { "node": ">=18" } }, "node_modules/metro-source-map": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { "@babel/traverse": "^7.20.0", "@babel/types": "^7.20.0", + "flow-enums-runtime": "^0.0.6", "invariant": "^2.2.4", - "metro-symbolicate": "0.80.9", + "metro-symbolicate": "0.80.10", "nullthrows": "^1.1.1", - "ob1": "0.80.9", + "ob1": "0.80.10", "source-map": "^0.5.6", "vlq": "^1.0.0" }, @@ -16257,12 +14359,13 @@ } }, "node_modules/metro-symbolicate": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { + "flow-enums-runtime": "^0.0.6", "invariant": "^2.2.4", - "metro-source-map": "0.80.9", + "metro-source-map": "0.80.10", "nullthrows": "^1.1.1", "source-map": "^0.5.6", "through2": "^2.0.1", @@ -16284,7 +14387,7 @@ } }, "node_modules/metro-transform-plugins": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { @@ -16292,6 +14395,7 @@ "@babel/generator": "^7.20.0", "@babel/template": "^7.0.0", "@babel/traverse": "^7.20.0", + "flow-enums-runtime": "^0.0.6", "nullthrows": "^1.1.1" }, "engines": { @@ -16299,7 +14403,7 @@ } }, "node_modules/metro-transform-worker": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, "dependencies": { @@ -16307,88 +14411,36 @@ "@babel/generator": "^7.20.0", "@babel/parser": "^7.20.0", "@babel/types": "^7.20.0", - "metro": "0.80.9", - "metro-babel-transformer": "0.80.9", - "metro-cache": "0.80.9", - "metro-cache-key": "0.80.9", - "metro-minify-terser": "0.80.9", - "metro-source-map": "0.80.9", - "metro-transform-plugins": "0.80.9", + "flow-enums-runtime": "^0.0.6", + "metro": "0.80.10", + "metro-babel-transformer": "0.80.10", + "metro-cache": "0.80.10", + "metro-cache-key": "0.80.10", + "metro-minify-terser": "0.80.10", + "metro-source-map": "0.80.10", + "metro-transform-plugins": "0.80.10", "nullthrows": "^1.1.1" }, "engines": { - "node": ">=18" - } - }, - "node_modules/metro/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/metro/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/metro/node_modules/ci-info": { - "version": "2.0.0", - "license": "MIT", - "peer": true - }, - "node_modules/metro/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/metro/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/metro/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" + "node": ">=18" } }, + "node_modules/metro/node_modules/ci-info": { + "version": "2.0.0", + "license": "MIT", + "peer": true + }, "node_modules/metro/node_modules/hermes-estree": { - "version": "0.20.1", + "version": "0.23.0", "license": "MIT", "peer": true }, "node_modules/metro/node_modules/hermes-parser": { - "version": "0.20.1", + "version": "0.23.0", "license": "MIT", "peer": true, "dependencies": { - "hermes-estree": "0.20.1" + "hermes-estree": "0.23.0" } }, "node_modules/metro/node_modules/source-map": { @@ -16399,19 +14451,8 @@ "node": ">=0.10.0" } }, - "node_modules/metro/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/metro/node_modules/ws": { - "version": "7.5.9", + "version": "7.5.10", "license": "MIT", "peer": true, "engines": { @@ -16431,7 +14472,7 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", + "version": "4.0.8", "license": "MIT", "dependencies": { "braces": "^3.0.3", @@ -16475,14 +14516,6 @@ "node": ">=6" } }, - "node_modules/min-indent": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/minimatch": { "version": "3.1.2", "license": "ISC", @@ -16500,34 +14533,13 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minimist-options": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/minipass": { - "version": "7.1.1", + "version": "7.1.2", "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } }, - "node_modules/mixme": { - "version": "0.5.10", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8.0.0" - } - }, "node_modules/mkdirp": { "version": "0.5.6", "license": "MIT", @@ -16541,7 +14553,8 @@ }, "node_modules/modern-async": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/modern-async/-/modern-async-2.0.4.tgz", + "integrity": "sha512-89Ig+D/NQAFi39/oRUphkwdLb4qo/3Vl21TCMPZY3oCWGQQ+HqNJ1kyWknyAJ2rsiewL9OGBmpKA5bQ0PikkMg==", "dependencies": { "core-js-pure": "^3.19.1", "nanoassert": "^2.0.0" @@ -16555,12 +14568,20 @@ "version": "0.5.1", "license": "BSD-3-Clause" }, + "node_modules/mri": { + "version": "1.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/ms": { "version": "2.0.0", "license": "MIT" }, "node_modules/msgpackr": { - "version": "1.10.2", + "version": "1.11.0", "dev": true, "license": "MIT", "optionalDependencies": { @@ -16568,31 +14589,43 @@ } }, "node_modules/msgpackr-extract": { - "version": "3.0.2", + "version": "3.0.3", "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, "dependencies": { - "node-gyp-build-optional-packages": "5.0.7" + "node-gyp-build-optional-packages": "5.2.2" }, "bin": { "download-msgpackr-prebuilds": "bin/download-prebuilds.js" }, "optionalDependencies": { - "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.2", - "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.2", - "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.2", - "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.2", - "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.2", - "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.2" + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" + } + }, + "node_modules/msgpackr-extract/node_modules/detect-libc": { + "version": "2.0.3", + "dev": true, + "license": "Apache-2.0", + "optional": true, + "engines": { + "node": ">=8" } }, "node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages": { - "version": "5.0.7", + "version": "5.2.2", "dev": true, "license": "MIT", "optional": true, + "dependencies": { + "detect-libc": "^2.0.1" + }, "bin": { "node-gyp-build-optional-packages": "bin.js", "node-gyp-build-optional-packages-optional": "optional.js", @@ -16600,7 +14633,7 @@ } }, "node_modules/mssql": { - "version": "10.0.2", + "version": "10.0.4", "license": "MIT", "dependencies": { "@tediousjs/connection-string": "^0.5.0", @@ -16625,7 +14658,7 @@ } }, "node_modules/mssql/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -16736,12 +14769,9 @@ "license": "MIT" }, "node_modules/node-addon-api": { - "version": "7.1.0", + "version": "7.1.1", "dev": true, - "license": "MIT", - "engines": { - "node": "^16 || ^18 || >= 20" - } + "license": "MIT" }, "node_modules/node-dir": { "version": "0.1.17", @@ -16754,6 +14784,39 @@ "node": ">= 0.10.5" } }, + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], + "peer": true, + "engines": { + "node": ">=10.5.0" + } + }, + "node_modules/node-emoji": { + "version": "2.1.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@sindresorhus/is": "^4.6.0", + "char-regex": "^1.0.2", + "emojilib": "^2.4.0", + "skin-tone": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/node-fetch": { "version": "2.7.0", "license": "MIT", @@ -16803,7 +14866,8 @@ }, "node_modules/node-html-parser": { "version": "6.1.13", - "license": "MIT", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", + "integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==", "dependencies": { "css-select": "^5.1.0", "he": "1.2.0" @@ -16814,7 +14878,7 @@ "license": "MIT" }, "node_modules/node-releases": { - "version": "2.0.14", + "version": "2.0.18", "license": "MIT" }, "node_modules/node-stream-zip": { @@ -16830,22 +14894,17 @@ } }, "node_modules/normalize-package-data": { - "version": "2.5.0", + "version": "5.0.0", "dev": true, "license": "BSD-2-Clause", "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.2", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" + "hosted-git-info": "^6.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/normalize-path": { @@ -16888,9 +14947,12 @@ "license": "MIT" }, "node_modules/ob1": { - "version": "0.80.9", + "version": "0.80.10", "license": "MIT", "peer": true, + "dependencies": { + "flow-enums-runtime": "^0.0.6" + }, "engines": { "node": ">=18" } @@ -16904,14 +14966,18 @@ }, "node_modules/object-hash": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "engines": { "node": ">= 6" } }, "node_modules/object-inspect": { - "version": "1.13.1", + "version": "1.13.2", "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -17009,9 +15075,9 @@ } }, "node_modules/openai": { - "version": "4.68.1", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.68.1.tgz", - "integrity": "sha512-C9XmYRHgra1U1G4GGFNqRHQEjxhoOWbQYR85IibfJ0jpHUhOm4/lARiKaC/h3zThvikwH9Dx/XOKWPNVygIS3g==", + "version": "4.68.2", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.68.2.tgz", + "integrity": "sha512-Ys3Jl9vkBUFtrFj4pgrF7rMte4JNekZoMgI6dWkkpOIwNUKGkc4I8jTqv86LB+TcoqkTPzV6DS269dPR9ILWsQ==", "peer": true, "dependencies": { "@types/node": "^18.11.18", @@ -17035,9 +15101,9 @@ } }, "node_modules/openai/node_modules/@types/node": { - "version": "18.19.58", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.58.tgz", - "integrity": "sha512-2ryJttbOAWCYuZMdk4rmZZ6oqE+GSL5LxbaTVe4PCs0FUrHObZZAQL4ihMw9/cH1Pn8lSQ9TXVhsM4LrnfZ0aA==", + "version": "18.19.59", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.59.tgz", + "integrity": "sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==", "peer": true, "dependencies": { "undici-types": "~5.26.4" @@ -17055,6 +15121,12 @@ "node": ">= 8.0.0" } }, + "node_modules/openai/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "peer": true + }, "node_modules/openapi-typescript-codegen": { "version": "0.23.0", "dev": true, @@ -17142,64 +15214,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/ora/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/ora/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/ora/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/ora/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/ora/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/ordered-binary": { "version": "1.5.1", "dev": true, @@ -17318,7 +15332,7 @@ } }, "node_modules/pac-proxy-agent": { - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { "@tootallnate/quickjs-emscripten": "^0.23.0", @@ -17326,16 +15340,16 @@ "debug": "^4.3.4", "get-uri": "^6.0.1", "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.2", - "pac-resolver": "^7.0.0", - "socks-proxy-agent": "^8.0.2" + "https-proxy-agent": "^7.0.5", + "pac-resolver": "^7.0.1", + "socks-proxy-agent": "^8.0.4" }, "engines": { "node": ">= 14" } }, "node_modules/pac-proxy-agent/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -17364,6 +15378,10 @@ "node": ">= 14" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "license": "BlueOak-1.0.0" + }, "node_modules/pako": { "version": "2.0.1", "license": "(MIT AND Zlib)" @@ -17404,73 +15422,16 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/parcel/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/parcel/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/parcel/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/parcel/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/parcel/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/parcel/node_modules/supports-color": { + "node_modules/parcel/node_modules/commander": { "version": "7.2.0", "dev": true, "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=8" + "node": ">= 10" } }, "node_modules/parent-module": { "version": "1.0.1", - "dev": true, "license": "MIT", "dependencies": { "callsites": "^3.0.0" @@ -17481,7 +15442,6 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", @@ -17496,6 +15456,24 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/parse5": { + "version": "5.1.1", + "dev": true, + "license": "MIT" + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "parse5": "^6.0.1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { + "version": "6.0.1", + "dev": true, + "license": "MIT" + }, "node_modules/parseurl": { "version": "1.3.3", "license": "MIT", @@ -17543,11 +15521,8 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.2", - "license": "ISC", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "license": "ISC" }, "node_modules/path-to-regexp": { "version": "0.1.7", @@ -17662,41 +15637,45 @@ } }, "node_modules/postcss-load-config": { - "version": "3.1.4", - "dev": true, + "version": "6.0.1", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "license": "MIT", "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" + "lilconfig": "^3.1.1" }, "engines": { - "node": ">= 10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "node": ">= 18" }, "peerDependencies": { + "jiti": ">=1.21.0", "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" + "tsx": "^4.8.1", + "yaml": "^2.4.2" }, "peerDependenciesMeta": { + "jiti": { + "optional": true + }, "postcss": { "optional": true }, - "ts-node": { + "tsx": { + "optional": true + }, + "yaml": { "optional": true } } }, - "node_modules/postcss-load-config/node_modules/yaml": { - "version": "1.10.2", - "dev": true, - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, "node_modules/postcss-value-parser": { "version": "4.2.0", "dev": true, @@ -17748,14 +15727,14 @@ } }, "node_modules/preferred-pm": { - "version": "3.1.3", + "version": "3.1.4", "dev": true, "license": "MIT", "dependencies": { "find-up": "^5.0.0", "find-yarn-workspace-root2": "1.2.16", "path-exists": "^4.0.0", - "which-pm": "2.0.0" + "which-pm": "^2.2.0" }, "engines": { "node": ">=10" @@ -17819,7 +15798,7 @@ } }, "node_modules/prettier": { - "version": "3.2.5", + "version": "3.3.3", "dev": true, "license": "MIT", "bin": { @@ -17892,7 +15871,8 @@ }, "node_modules/proto3-json-serializer": { "version": "2.0.2", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz", + "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==", "dependencies": { "protobufjs": "^7.2.5" }, @@ -17902,8 +15882,9 @@ }, "node_modules/protobufjs": { "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "hasInstallScript": true, - "license": "BSD-3-Clause", "dependencies": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", @@ -17952,7 +15933,7 @@ } }, "node_modules/proxy-agent/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -17987,7 +15968,7 @@ "license": "ISC" }, "node_modules/pubnub": { - "version": "8.2.1", + "version": "8.2.7", "license": "SEE LICENSE IN LICENSE", "dependencies": { "agentkeepalive": "^3.5.2", @@ -18093,14 +16074,6 @@ ], "license": "MIT" }, - "node_modules/quick-lru": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/railroad-diagrams": { "version": "1.0.0", "license": "CC0-1.0" @@ -18167,7 +16140,7 @@ } }, "node_modules/react": { - "version": "18.2.0", + "version": "18.3.1", "license": "MIT", "peer": true, "dependencies": { @@ -18178,7 +16151,7 @@ } }, "node_modules/react-devtools-core": { - "version": "5.2.0", + "version": "5.3.1", "license": "MIT", "peer": true, "dependencies": { @@ -18187,7 +16160,7 @@ } }, "node_modules/react-devtools-core/node_modules/ws": { - "version": "7.5.9", + "version": "7.5.10", "license": "MIT", "peer": true, "engines": { @@ -18216,21 +16189,21 @@ "license": "MIT" }, "node_modules/react-native": { - "version": "0.74.1", + "version": "0.75.2", "license": "MIT", "peer": true, "dependencies": { "@jest/create-cache-key-function": "^29.6.3", - "@react-native-community/cli": "13.6.6", - "@react-native-community/cli-platform-android": "13.6.6", - "@react-native-community/cli-platform-ios": "13.6.6", - "@react-native/assets-registry": "0.74.83", - "@react-native/codegen": "0.74.83", - "@react-native/community-cli-plugin": "0.74.83", - "@react-native/gradle-plugin": "0.74.83", - "@react-native/js-polyfills": "0.74.83", - "@react-native/normalize-colors": "0.74.83", - "@react-native/virtualized-lists": "0.74.83", + "@react-native-community/cli": "14.0.0", + "@react-native-community/cli-platform-android": "14.0.0", + "@react-native-community/cli-platform-ios": "14.0.0", + "@react-native/assets-registry": "0.75.2", + "@react-native/codegen": "0.75.2", + "@react-native/community-cli-plugin": "0.75.2", + "@react-native/gradle-plugin": "0.75.2", + "@react-native/js-polyfills": "0.75.2", + "@react-native/normalize-colors": "0.75.2", + "@react-native/virtualized-lists": "0.75.2", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", @@ -18238,6 +16211,7 @@ "chalk": "^4.0.0", "event-target-shim": "^5.0.1", "flow-enums-runtime": "^0.0.6", + "glob": "^7.1.1", "invariant": "^2.2.4", "jest-environment-node": "^29.6.3", "jsc-android": "^250231.0.0", @@ -18248,11 +16222,11 @@ "nullthrows": "^1.1.1", "pretty-format": "^26.5.2", "promise": "^8.3.0", - "react-devtools-core": "^5.0.0", + "react-devtools-core": "^5.3.1", "react-refresh": "^0.14.0", - "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", "scheduler": "0.24.0-canary-efb381bbf-20230505", + "semver": "^7.1.3", "stacktrace-parser": "^0.1.10", "whatwg-fetch": "^3.0.0", "ws": "^6.2.2", @@ -18266,7 +16240,7 @@ }, "peerDependencies": { "@types/react": "^18.2.6", - "react": "18.2.0" + "react": "^18.2.0" }, "peerDependenciesMeta": { "@types/react": { @@ -18307,59 +16281,6 @@ "@types/yargs-parser": "*" } }, - "node_modules/react-native/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/react-native/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/react-native/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/react-native/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT", - "peer": true - }, - "node_modules/react-native/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/react-native/node_modules/pretty-format": { "version": "26.6.2", "license": "MIT", @@ -18392,17 +16313,6 @@ "license": "MIT", "peer": true }, - "node_modules/react-native/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/react-refresh": { "version": "0.9.0", "dev": true, @@ -18411,18 +16321,6 @@ "node": ">=0.10.0" } }, - "node_modules/react-shallow-renderer": { - "version": "16.15.0", - "license": "MIT", - "peer": true, - "dependencies": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/read-package-json": { "version": "6.0.4", "dev": true, @@ -18446,37 +16344,24 @@ } }, "node_modules/read-package-json/node_modules/glob": { - "version": "10.3.16", + "version": "10.4.5", "dev": true, "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.11.0" + "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" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/read-package-json/node_modules/hosted-git-info": { - "version": "6.1.1", - "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^7.5.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { "version": "3.0.2", "dev": true, @@ -18485,16 +16370,8 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/read-package-json/node_modules/lru-cache": { - "version": "7.18.3", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, "node_modules/read-package-json/node_modules/minimatch": { - "version": "9.0.4", + "version": "9.0.5", "dev": true, "license": "ISC", "dependencies": { @@ -18507,66 +16384,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/read-package-json/node_modules/normalize-package-data": { - "version": "5.0.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^6.0.0", - "is-core-module": "^2.8.1", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/read-pkg": { - "version": "5.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=8" - } - }, "node_modules/read-yaml-file": { "version": "1.1.0", "dev": true, @@ -18603,7 +16420,6 @@ }, "node_modules/readdirp": { "version": "3.6.0", - "dev": true, "license": "MIT", "dependencies": { "picomatch": "^2.2.1" @@ -18642,18 +16458,6 @@ "node": ">=4" } }, - "node_modules/redent": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/regenerate": { "version": "1.4.2", "license": "MIT", @@ -18753,7 +16557,8 @@ }, "node_modules/require-main-filename": { "version": "2.0.0", - "license": "ISC" + "license": "ISC", + "peer": true }, "node_modules/resolve": { "version": "1.22.8", @@ -18825,7 +16630,8 @@ }, "node_modules/retry-request": { "version": "7.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz", + "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==", "dependencies": { "@types/request": "^2.48.8", "extend": "^3.0.2", @@ -18844,7 +16650,7 @@ } }, "node_modules/rfdc": { - "version": "1.3.1", + "version": "1.4.1", "license": "MIT" }, "node_modules/rimraf": { @@ -18862,10 +16668,10 @@ } }, "node_modules/rollup": { - "version": "4.22.5", + "version": "4.21.1", "license": "MIT", "dependencies": { - "@types/estree": "1.0.6" + "@types/estree": "1.0.5" }, "bin": { "rollup": "dist/bin/rollup" @@ -18875,22 +16681,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.22.5", - "@rollup/rollup-android-arm64": "4.22.5", - "@rollup/rollup-darwin-arm64": "4.22.5", - "@rollup/rollup-darwin-x64": "4.22.5", - "@rollup/rollup-linux-arm-gnueabihf": "4.22.5", - "@rollup/rollup-linux-arm-musleabihf": "4.22.5", - "@rollup/rollup-linux-arm64-gnu": "4.22.5", - "@rollup/rollup-linux-arm64-musl": "4.22.5", - "@rollup/rollup-linux-powerpc64le-gnu": "4.22.5", - "@rollup/rollup-linux-riscv64-gnu": "4.22.5", - "@rollup/rollup-linux-s390x-gnu": "4.22.5", - "@rollup/rollup-linux-x64-gnu": "4.22.5", - "@rollup/rollup-linux-x64-musl": "4.22.5", - "@rollup/rollup-win32-arm64-msvc": "4.22.5", - "@rollup/rollup-win32-ia32-msvc": "4.22.5", - "@rollup/rollup-win32-x64-msvc": "4.22.5", + "@rollup/rollup-android-arm-eabi": "4.21.1", + "@rollup/rollup-android-arm64": "4.21.1", + "@rollup/rollup-darwin-arm64": "4.21.1", + "@rollup/rollup-darwin-x64": "4.21.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.21.1", + "@rollup/rollup-linux-arm-musleabihf": "4.21.1", + "@rollup/rollup-linux-arm64-gnu": "4.21.1", + "@rollup/rollup-linux-arm64-musl": "4.21.1", + "@rollup/rollup-linux-powerpc64le-gnu": "4.21.1", + "@rollup/rollup-linux-riscv64-gnu": "4.21.1", + "@rollup/rollup-linux-s390x-gnu": "4.21.1", + "@rollup/rollup-linux-x64-gnu": "4.21.1", + "@rollup/rollup-linux-x64-musl": "4.21.1", + "@rollup/rollup-win32-arm64-msvc": "4.21.1", + "@rollup/rollup-win32-ia32-msvc": "4.21.1", + "@rollup/rollup-win32-x64-msvc": "4.21.1", "fsevents": "~2.3.2" } }, @@ -18938,9 +16744,9 @@ } }, "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.5.tgz", - "integrity": "sha512-N0jPPhHjGShcB9/XXZQWuWBKZQnC1F36Ce3sDqWpujsGjDz/CQtOL9LgTrJ+rJC8MJeesMWrMWVLKKNR/tMOCA==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.1.tgz", + "integrity": "sha512-kXQVcWqDcDKw0S2E0TmhlTLlUgAmMVqPrJZR+KpH/1ZaZhLSl23GZpQVmawBQGVhyP5WXIsIQ/zqbDBBYmxm5w==", "cpu": [ "x64" ], @@ -18951,7 +16757,8 @@ }, "node_modules/rss-parser": { "version": "3.13.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/rss-parser/-/rss-parser-3.13.0.tgz", + "integrity": "sha512-7jWUBV5yGN3rqMMj7CZufl/291QAhvrrGpDNE4k/02ZchL0npisiYYqULF71jCEKoIiHvK/Q2e6IkDwPziT7+w==", "dependencies": { "entities": "^2.0.3", "xml2js": "^0.5.0" @@ -18959,11 +16766,24 @@ }, "node_modules/rss-parser/node_modules/entities": { "version": "2.2.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } }, + "node_modules/rss-parser/node_modules/xml2js": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "dependencies": { + "sax": ">=0.6.0", + "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/run-async": { "version": "3.0.0", "dev": true, @@ -19043,7 +16863,7 @@ } }, "node_modules/safe-stable-stringify": { - "version": "2.4.3", + "version": "2.5.0", "dev": true, "license": "MIT", "engines": { @@ -19055,7 +16875,7 @@ "license": "MIT" }, "node_modules/sax": { - "version": "1.3.0", + "version": "1.4.1", "license": "ISC" }, "node_modules/scheduler": { @@ -19116,7 +16936,8 @@ }, "node_modules/sentiment": { "version": "5.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/sentiment/-/sentiment-5.0.2.tgz", + "integrity": "sha512-ZeC3y0JsOYTdwujt5uOd7ILJNilbgFzUtg/LEG4wUv43LayFNLZ28ec8+Su+h3saHlJmIwYxBzfDHHZuiMA15g==", "engines": { "node": ">=8.0" } @@ -19151,7 +16972,8 @@ }, "node_modules/set-blocking": { "version": "2.0.0", - "license": "ISC" + "license": "ISC", + "peer": true }, "node_modules/set-function-length": { "version": "1.2.2", @@ -19263,138 +17085,75 @@ "version": "1.0.5", "license": "MIT" }, - "node_modules/slash": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi": { - "version": "2.1.0", + "node_modules/skin-tone": { + "version": "2.0.0", + "dev": true, "license": "MIT", - "peer": true, "dependencies": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" + "unicode-emoji-modifier-base": "^1.0.0" }, "engines": { - "node": ">=6" - } - }, - "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/smart-buffer": { - "version": "4.2.0", + "node_modules/slash": { + "version": "3.0.0", "license": "MIT", "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" + "node": ">=8" } }, - "node_modules/smartwrap": { - "version": "2.0.2", - "dev": true, + "node_modules/slice-ansi": { + "version": "2.1.0", "license": "MIT", + "peer": true, "dependencies": { - "array.prototype.flat": "^1.2.3", - "breakword": "^1.0.5", - "grapheme-splitter": "^1.0.4", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1", - "yargs": "^15.1.0" - }, - "bin": { - "smartwrap": "src/terminal-adapter.js" + "ansi-styles": "^3.2.0", + "astral-regex": "^1.0.0", + "is-fullwidth-code-point": "^2.0.0" }, "engines": { "node": ">=6" } }, - "node_modules/smartwrap/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "3.2.1", "license": "MIT", + "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "color-convert": "^1.9.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/smartwrap/node_modules/cliui": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" + "node": ">=4" } }, - "node_modules/smartwrap/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, + "node_modules/slice-ansi/node_modules/color-convert": { + "version": "1.9.3", "license": "MIT", + "peer": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "color-name": "1.1.3" } }, - "node_modules/smartwrap/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" + "node_modules/slice-ansi/node_modules/color-name": { + "version": "1.1.3", + "license": "MIT", + "peer": true }, - "node_modules/smartwrap/node_modules/wrap-ansi": { - "version": "6.2.0", - "dev": true, + "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, + "peer": true, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/smartwrap/node_modules/y18n": { - "version": "4.0.3", - "dev": true, - "license": "ISC" - }, - "node_modules/smartwrap/node_modules/yargs": { - "version": "15.4.1", - "dev": true, + "node_modules/smart-buffer": { + "version": "4.2.0", "license": "MIT", - "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, "engines": { - "node": ">=8" + "node": ">= 6.0.0", + "npm": ">= 3.0.0" } }, "node_modules/smob": { @@ -19414,19 +17173,19 @@ } }, "node_modules/socks-proxy-agent": { - "version": "8.0.3", + "version": "8.0.4", "license": "MIT", "dependencies": { "agent-base": "^7.1.1", "debug": "^4.3.4", - "socks": "^2.7.1" + "socks": "^2.8.3" }, "engines": { "node": ">= 14" } }, "node_modules/socks-proxy-agent/node_modules/debug": { - "version": "4.3.4", + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -19562,7 +17321,7 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.17", + "version": "3.0.20", "dev": true, "license": "CC0-1.0" }, @@ -19618,13 +17377,6 @@ "node": ">=10" } }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/stackframe": { "version": "1.3.4", "license": "MIT", @@ -19666,22 +17418,16 @@ }, "node_modules/stream-events": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz", + "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==", "dependencies": { "stubs": "^3.0.0" } }, "node_modules/stream-shift": { "version": "1.0.3", - "license": "MIT" - }, - "node_modules/stream-transform": { - "version": "2.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "mixme": "^0.5.1" - } + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", + "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" }, "node_modules/string_decoder": { "version": "1.3.0", @@ -19806,17 +17552,6 @@ "node": ">=6" } }, - "node_modules/strip-indent": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/strip-json-comments": { "version": "3.1.1", "dev": true, @@ -19835,7 +17570,8 @@ }, "node_modules/stubs": { "version": "3.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz", + "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==" }, "node_modules/sucrase": { "version": "3.35.0", @@ -19872,27 +17608,25 @@ } }, "node_modules/sucrase/node_modules/glob": { - "version": "10.3.16", + "version": "10.4.5", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.11.0" + "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" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.4", + "version": "9.0.5", "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" @@ -19911,16 +17645,32 @@ }, "node_modules/suffix-thumb": { "version": "5.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/suffix-thumb/-/suffix-thumb-5.0.2.tgz", + "integrity": "sha512-I5PWXAFKx3FYnI9a+dQMWNqTxoRt6vdBdb0O+BJ1sxXCWtSoQCusc13E58f+9p4MYx/qCnEMkD5jac6K2j3dgA==" }, "node_modules/supports-color": { - "version": "5.5.0", + "version": "7.2.0", "license": "MIT", "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks": { + "version": "3.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -19959,6 +17709,16 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/table": { "version": "6.8.2", "dev": true, @@ -19974,20 +17734,6 @@ "node": ">=10.0.0" } }, - "node_modules/table/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/table/node_modules/astral-regex": { "version": "2.0.0", "dev": true, @@ -19996,22 +17742,6 @@ "node": ">=8" } }, - "node_modules/table/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/table/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/table/node_modules/slice-ansi": { "version": "4.0.0", "dev": true, @@ -20056,7 +17786,7 @@ } }, "node_modules/tedious/node_modules/bl": { - "version": "6.0.12", + "version": "6.0.14", "license": "MIT", "dependencies": { "@types/readable-stream": "^4.0.0", @@ -20117,7 +17847,8 @@ }, "node_modules/teeny-request": { "version": "9.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz", + "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==", "dependencies": { "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", @@ -20131,7 +17862,8 @@ }, "node_modules/teeny-request/node_modules/agent-base": { "version": "6.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dependencies": { "debug": "4" }, @@ -20141,7 +17873,8 @@ }, "node_modules/teeny-request/node_modules/debug": { "version": "4.3.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dependencies": { "ms": "^2.1.3" }, @@ -20156,7 +17889,8 @@ }, "node_modules/teeny-request/node_modules/http-proxy-agent": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -20168,7 +17902,8 @@ }, "node_modules/teeny-request/node_modules/https-proxy-agent": { "version": "5.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dependencies": { "agent-base": "6", "debug": "4" @@ -20179,7 +17914,8 @@ }, "node_modules/teeny-request/node_modules/ms": { "version": "2.1.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/temp": { "version": "0.8.4", @@ -20192,14 +17928,6 @@ "node": ">=6.0.0" } }, - "node_modules/temp-dir": { - "version": "2.0.0", - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/temp/node_modules/rimraf": { "version": "2.6.3", "license": "ISC", @@ -20223,7 +17951,7 @@ } }, "node_modules/terser": { - "version": "5.31.0", + "version": "5.31.6", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -20339,6 +18067,39 @@ "dev": true, "license": "MIT" }, + "node_modules/tinyglobby": { + "version": "0.2.9", + "license": "MIT", + "dependencies": { + "fdir": "^6.4.0", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.4.2", + "license": "MIT", + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.2", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/tmp": { "version": "0.0.33", "dev": true, @@ -20384,20 +18145,11 @@ }, "node_modules/tree-kill": { "version": "1.2.2", - "dev": true, "license": "MIT", "bin": { "tree-kill": "cli.js" } }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/triple-beam": { "version": "1.4.1", "dev": true, @@ -20406,6 +18158,11 @@ "node": ">= 14.0.0" } }, + "node_modules/ts-expose-internals-conditionally": { + "version": "1.0.0-empty.0", + "dev": true, + "license": "MIT" + }, "node_modules/ts-interface-checker": { "version": "0.1.13", "license": "Apache-2.0" @@ -20457,36 +18214,29 @@ } } }, - "node_modules/ts-jest/node_modules/yargs-parser": { - "version": "21.1.1", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, "node_modules/tslib": { - "version": "2.6.2", + "version": "2.7.0", "license": "0BSD" }, "node_modules/tsup": { - "version": "6.7.0", - "dev": true, + "version": "8.3.0", "license": "MIT", "dependencies": { - "bundle-require": "^4.0.0", - "cac": "^6.7.12", - "chokidar": "^3.5.1", - "debug": "^4.3.1", - "esbuild": "^0.17.6", - "execa": "^5.0.0", - "globby": "^11.0.3", - "joycon": "^3.0.1", - "postcss-load-config": "^3.0.1", + "bundle-require": "^5.0.0", + "cac": "^6.7.14", + "chokidar": "^3.6.0", + "consola": "^3.2.3", + "debug": "^4.3.5", + "esbuild": "^0.23.0", + "execa": "^5.1.1", + "joycon": "^3.1.1", + "picocolors": "^1.0.1", + "postcss-load-config": "^6.0.1", "resolve-from": "^5.0.0", - "rollup": "^3.2.5", + "rollup": "^4.19.0", "source-map": "0.8.0-beta.0", - "sucrase": "^3.20.3", + "sucrase": "^3.35.0", + "tinyglobby": "^0.2.1", "tree-kill": "^1.2.2" }, "bin": { @@ -20494,14 +18244,18 @@ "tsup-node": "dist/cli-node.js" }, "engines": { - "node": ">=14.18" + "node": ">=18" }, "peerDependencies": { + "@microsoft/api-extractor": "^7.36.0", "@swc/core": "^1", "postcss": "^8.4.12", - "typescript": ">=4.1.0" + "typescript": ">=4.5.0" }, "peerDependenciesMeta": { + "@microsoft/api-extractor": { + "optional": true + }, "@swc/core": { "optional": true }, @@ -20514,8 +18268,7 @@ } }, "node_modules/tsup/node_modules/debug": { - "version": "4.3.4", - "dev": true, + "version": "4.3.6", "license": "MIT", "dependencies": { "ms": "2.1.2" @@ -20525,33 +18278,16 @@ }, "peerDependenciesMeta": { "supports-color": { - "optional": true - } - } - }, - "node_modules/tsup/node_modules/ms": { - "version": "2.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/tsup/node_modules/rollup": { - "version": "3.29.4", - "dev": true, - "license": "MIT", - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=14.18.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "optional": true + } } }, + "node_modules/tsup/node_modules/ms": { + "version": "2.1.2", + "license": "MIT" + }, "node_modules/tsup/node_modules/source-map": { "version": "0.8.0-beta.0", - "dev": true, "license": "BSD-3-Clause", "dependencies": { "whatwg-url": "^7.0.0" @@ -20562,7 +18298,6 @@ }, "node_modules/tsup/node_modules/tr46": { "version": "1.0.1", - "dev": true, "license": "MIT", "dependencies": { "punycode": "^2.1.0" @@ -20570,12 +18305,10 @@ }, "node_modules/tsup/node_modules/webidl-conversions": { "version": "4.0.2", - "dev": true, "license": "BSD-2-Clause" }, "node_modules/tsup/node_modules/whatwg-url": { "version": "7.1.0", - "dev": true, "license": "MIT", "dependencies": { "lodash.sortby": "^4.7.0", @@ -20583,116 +18316,24 @@ "webidl-conversions": "^4.0.2" } }, - "node_modules/tty-table": { - "version": "4.2.3", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "csv": "^5.5.3", - "kleur": "^4.1.5", - "smartwrap": "^2.0.2", - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.1", - "yargs": "^17.7.1" - }, - "bin": { - "tty-table": "adapters/terminal-adapter.js" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/tty-table/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/tty-table/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/tty-table/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/tty-table/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/tty-table/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/tty-table/node_modules/kleur": { - "version": "4.1.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/tty-table/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/turbo": { - "version": "1.13.3", + "version": "1.13.4", "dev": true, "license": "MPL-2.0", "bin": { "turbo": "bin/turbo" }, "optionalDependencies": { - "turbo-darwin-64": "1.13.3", - "turbo-darwin-arm64": "1.13.3", - "turbo-linux-64": "1.13.3", - "turbo-linux-arm64": "1.13.3", - "turbo-windows-64": "1.13.3", - "turbo-windows-arm64": "1.13.3" + "turbo-darwin-64": "1.13.4", + "turbo-darwin-arm64": "1.13.4", + "turbo-linux-64": "1.13.4", + "turbo-linux-arm64": "1.13.4", + "turbo-windows-64": "1.13.4", + "turbo-windows-arm64": "1.13.4" } }, "node_modules/turbo-darwin-arm64": { - "version": "1.13.3", + "version": "1.13.4", "cpu": [ "arm64" ], @@ -20799,8 +18440,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "license": "Apache-2.0", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -20810,7 +18452,7 @@ } }, "node_modules/uglify-js": { - "version": "3.17.4", + "version": "3.19.2", "dev": true, "license": "BSD-2-Clause", "optional": true, @@ -20846,7 +18488,7 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", + "version": "6.19.8", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -20857,6 +18499,14 @@ "node": ">=4" } }, + "node_modules/unicode-emoji-modifier-base": { + "version": "1.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", "license": "MIT", @@ -20905,7 +18555,7 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.16", + "version": "1.1.0", "funding": [ { "type": "opencollective", @@ -20932,14 +18582,6 @@ "browserslist": ">= 4.21.0" } }, - "node_modules/uri-js": { - "version": "4.4.1", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, "node_modules/url-join": { "version": "4.0.1", "license": "MIT" @@ -20987,7 +18629,7 @@ } }, "node_modules/v8-to-istanbul": { - "version": "9.2.0", + "version": "9.3.0", "dev": true, "license": "ISC", "dependencies": { @@ -21008,6 +18650,14 @@ "spdx-expression-parse": "^3.0.0" } }, + "node_modules/validate-npm-package-name": { + "version": "5.0.1", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/vary": { "version": "1.1.2", "license": "MIT", @@ -21039,6 +18689,15 @@ "dev": true, "license": "MIT" }, + "node_modules/web-streams-polyfill": { + "version": "4.0.0-beta.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", + "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", + "peer": true, + "engines": { + "node": ">= 14" + } + }, "node_modules/webidl-conversions": { "version": "3.0.1", "license": "BSD-2-Clause" @@ -21104,10 +18763,11 @@ }, "node_modules/which-module": { "version": "2.0.1", - "license": "ISC" + "license": "ISC", + "peer": true }, "node_modules/which-pm": { - "version": "2.0.0", + "version": "2.2.0", "dev": true, "license": "MIT", "dependencies": { @@ -21140,7 +18800,7 @@ "license": "ISC" }, "node_modules/winston": { - "version": "3.13.0", + "version": "3.14.2", "dev": true, "license": "MIT", "dependencies": { @@ -21148,7 +18808,7 @@ "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", - "logform": "^2.4.0", + "logform": "^2.6.0", "one-time": "^1.0.0", "readable-stream": "^3.4.0", "safe-stable-stringify": "^2.3.1", @@ -21161,18 +18821,26 @@ } }, "node_modules/winston-transport": { - "version": "4.7.0", + "version": "4.7.1", "dev": true, "license": "MIT", "dependencies": { - "logform": "^2.3.2", - "readable-stream": "^3.6.0", + "logform": "^2.6.1", + "readable-stream": "^3.6.2", "triple-beam": "^1.3.0" }, "engines": { "node": ">= 12.0.0" } }, + "node_modules/winston/node_modules/@colors/colors": { + "version": "1.6.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.1.90" + } + }, "node_modules/wordwrap": { "version": "1.0.0", "dev": true, @@ -21209,60 +18877,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/wrappy": { "version": "1.0.2", "license": "ISC" @@ -21279,7 +18893,7 @@ } }, "node_modules/ws": { - "version": "6.2.2", + "version": "6.2.3", "license": "MIT", "peer": true, "dependencies": { @@ -21290,7 +18904,6 @@ "version": "0.20.2", "resolved": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", "integrity": "sha512-+nKZ39+nvK7Qq6i0PvWWRA4j/EkfWOtkP/YhMtupm+lJIiHxUrgTr1CcKv1nBk1rHtkRRQ3O2+Ih/q/sA+FXZA==", - "license": "Apache-2.0", "bin": { "xlsx": "bin/xlsx.njs" }, @@ -21316,8 +18929,9 @@ } }, "node_modules/xml2js": { - "version": "0.5.0", - "license": "MIT", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -21328,7 +18942,8 @@ }, "node_modules/xmlbuilder": { "version": "11.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", "engines": { "node": ">=4.0" } @@ -21361,7 +18976,7 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.4.2", + "version": "2.5.0", "license": "ISC", "peer": true, "bin": { @@ -21388,17 +19003,6 @@ } }, "node_modules/yargs-parser": { - "version": "18.1.3", - "license": "ISC", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/yargs/node_modules/yargs-parser": { "version": "21.1.1", "license": "ISC", "engines": { @@ -21440,8 +19044,8 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.7.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/plugin-record-hook": "^1.7.1" }, "engines": { "node": ">= 16" @@ -21461,6 +19065,7 @@ "modern-async": "^2.0.4" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" }, "engines": { @@ -21476,8 +19081,8 @@ "version": "3.0.1", "license": "ISC", "devDependencies": { - "@flatfile/plugin-record-hook": "^1.7.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/plugin-record-hook": "^1.7.1" }, "engines": { "node": ">= 16" @@ -21498,7 +19103,7 @@ }, "devDependencies": { "@faker-js/faker": "^7.6.0", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21518,6 +19123,7 @@ "remeda": "^1.14.0" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@types/flat": "^5.0.2", "@types/papaparse": "^5.3.7" }, @@ -21533,8 +19139,8 @@ "version": "1.2.1", "license": "ISC", "devDependencies": { - "@flatfile/configure": "^1.0.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/configure": "^1.0.1" }, "engines": { "node": ">= 16" @@ -21549,6 +19155,7 @@ "version": "1.0.1", "license": "ISC", "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/plugin-job-handler": "^0.6.1", "@flatfile/util-common": "^1.4.1" }, @@ -21573,7 +19180,7 @@ "mssql": "^10.0.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 18" @@ -21594,7 +19201,10 @@ "graphql": "^16.8.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" + }, + "engines": { + "node": ">= 16" }, "peerDependencies": { "@flatfile/listener": "^1.1.0" @@ -21608,7 +19218,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" }, "engines": { @@ -21627,7 +19237,7 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21635,12 +19245,15 @@ }, "plugins/json-schema": { "name": "@flatfile/plugin-convert-json-schema", - "version": "0.4.1", + "version": "0.4.2", "license": "ISC", "dependencies": { "@flatfile/plugin-space-configure": "^0.6.1", "cross-fetch": "^4.0.0" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21651,15 +19264,15 @@ }, "plugins/merge-connection": { "name": "@flatfile/plugin-connect-via-merge", - "version": "0.4.1", + "version": "0.4.2", "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-openapi-schema": "^0.3.1", + "@flatfile/plugin-convert-openapi-schema": "^0.3.2", "@flatfile/plugin-job-handler": "^0.6.1", "@mergeapi/merge-node-client": "^1.0.4" }, "devDependencies": { - "@flatfile/plugin-space-configure": "^0.6.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21671,14 +19284,14 @@ }, "plugins/openapi-schema": { "name": "@flatfile/plugin-convert-openapi-schema", - "version": "0.3.1", + "version": "0.3.2", "license": "ISC", "dependencies": { "@flatfile/plugin-space-configure": "^0.6.1", "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21701,6 +19314,7 @@ "remeda": "^1.14.0" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@types/fs-extra": "^11.0.1" }, "engines": { @@ -21744,6 +19358,9 @@ "name": "@flatfile/plugin-psv-extractor", "version": "1.9.1", "license": "ISC", + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21760,7 +19377,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21782,7 +19399,7 @@ "modern-async": "^2.0.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -21800,9 +19417,9 @@ "@flatfile/plugin-job-handler": "^0.6.1" }, "devDependencies": { - "@flatfile/api": "^1.9.19", - "@flatfile/rollup-config": "0.1.1", - "@flatfile/utils-testing": "^0.3.1" + "@flatfile/api": "^1.8.9", + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/utils-testing": "^0.2.0" }, "engines": { "node": ">= 16" @@ -21812,15 +19429,34 @@ "@flatfile/listener": "^1.1.0" } }, + "plugins/space-configure/node_modules/@flatfile/utils-testing": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@flatfile/utils-testing/-/utils-testing-0.2.1.tgz", + "integrity": "sha512-Zq/i/dXBgN4CeKaVgu8jOMKO/5+kw4XvzCpDTuU8Od1dXHhrNvrgx5T7OYUHcIhksSiJS5EwmBW5vkyQW0vLFw==", + "dev": true, + "dependencies": { + "@flatfile/api": "^1.9.13", + "@flatfile/listener": "^1.0.1", + "@flatfile/listener-driver-pubsub": "^2.0.0", + "@jest/globals": "^29.6.4", + "cross-fetch": "^4.0.0" + }, + "engines": { + "node": ">= 16" + } + }, "plugins/sql-ddl-converter": { "name": "@flatfile/plugin-convert-sql-ddl", - "version": "0.2.1", + "version": "0.2.2", "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.4.1", + "@flatfile/plugin-convert-json-schema": "^0.4.2", "@flatfile/plugin-space-configure": "^0.6.1", "sql-ddl-to-json-schema": "^4.1.0" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21833,6 +19469,9 @@ "name": "@flatfile/plugin-tsv-extractor", "version": "1.8.1", "license": "ISC", + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21852,7 +19491,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" }, "engines": { @@ -21870,7 +19509,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1", "jest-fetch-mock": "^3.0.3" }, @@ -21890,7 +19529,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "jest-fetch-mock": "^3.0.3" }, "engines": { @@ -21910,6 +19549,9 @@ "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21926,6 +19568,9 @@ "remeda": "^1.24.0", "xml-json-format": "^1.0.8" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -21935,15 +19580,16 @@ }, "plugins/yaml-schema": { "name": "@flatfile/plugin-convert-yaml-schema", - "version": "0.3.1", + "version": "0.3.2", "license": "ISC", "dependencies": { - "@flatfile/plugin-convert-json-schema": "^0.4.1", + "@flatfile/plugin-convert-json-schema": "^0.4.2", "@flatfile/plugin-space-configure": "^0.6.1", "cross-fetch": "^4.0.0", "js-yaml": "^4.1.0" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1", "express": "^4.18.2", "jest-fetch-mock": "^3.0.3" @@ -21982,6 +19628,7 @@ "modern-async": "^2.0.0" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1", "@types/adm-zip": "^0.4.3" }, @@ -21997,6 +19644,9 @@ "name": "@flatfile/common-plugin-utils", "version": "1.0.2", "license": "ISC", + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" } @@ -22010,7 +19660,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -22022,7 +19672,8 @@ }, "utils/common/node_modules/@flatfile/cross-env-config": { "version": "0.0.6", - "license": "ISC" + "resolved": "https://registry.npmjs.org/@flatfile/cross-env-config/-/cross-env-config-0.0.6.tgz", + "integrity": "sha512-/8GpBVxjzTlAmFni08ELQfIrfuwZ+yIsAsTcYOzazbIAMp1ShKNB/1RfaIzRGhOF5OTWbj37mAL/z/tu6+rvpQ==" }, "utils/extractor": { "name": "@flatfile/util-extractor", @@ -22032,6 +19683,9 @@ "@flatfile/util-common": "^1.4.1", "@flatfile/util-file-buffer": "^0.4.1" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -22047,6 +19701,9 @@ "dependencies": { "cross-fetch": "^4.0.0" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -22058,6 +19715,9 @@ "name": "@flatfile/util-file-buffer", "version": "0.4.1", "license": "ISC", + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" }, @@ -22074,7 +19734,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -22094,6 +19754,9 @@ "@jest/globals": "^29.6.4", "cross-fetch": "^4.0.0" }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + }, "engines": { "node": ">= 16" } @@ -22106,7 +19769,7 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "peerDependencies": { "@flatfile/listener": "^1.0.5" @@ -22114,7 +19777,7 @@ }, "validate/date": { "name": "@flatfile/plugin-validate-date", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "dependencies": { "@flatfile/plugin-record-hook": "^1.7.1", @@ -22122,7 +19785,7 @@ "date-fns": "^4.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" }, "engines": { "node": ">= 16" @@ -22133,7 +19796,8 @@ }, "validate/date/node_modules/date-fns": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -22147,7 +19811,7 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -22165,7 +19829,7 @@ "isbn3": "^1.2.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1", + "@flatfile/bundler-config-rollup": "^0.1.1", "@flatfile/utils-testing": "^0.3.1" }, "peerDependencies": { @@ -22174,13 +19838,13 @@ }, "validate/number": { "name": "@flatfile/plugin-validate-number", - "version": "0.1.0", + "version": "0.1.1", "license": "ISC", "dependencies": { "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -22198,7 +19862,7 @@ "libphonenumber-js": "^1.11.10" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "engines": { "node": ">= 16" @@ -22215,7 +19879,7 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "peerDependencies": { "@flatfile/listener": "^1.0.5" diff --git a/package.json b/package.json index d8f8b16ef..4eb49dac0 100644 --- a/package.json +++ b/package.json @@ -20,19 +20,19 @@ ], "scripts": { "clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' -o -name '.parcel-cache' ')' -type d -exec rm -rf {} +", - "test": "turbo run test", - "build": "turbo build", - "turbo:test": "turbo test", - "build:prod": "turbo build:prod", - "build:clean": "npm run clean && npm i && turbo build", - "test:unit": "turbo run test:unit", - "test:e2e": "turbo run test:e2e", - "build:prod:clean": "npm run clean && npm i && turbo build:prod", + "test": "turbo build && turbo test --concurrency=1", + "build:rollup": "turbo build:rollup", + "build:rollup:prod": "turbo build:rollup:prod", + "build:rollup:clean": "npm run clean && npm i && turbo build:rollup:prod", + "build:tsup": "turbo build:tsup", + "build:tsup:prod": "turbo build:tsup:prod", + "build:tsup:clean": "npm run clean && npm i && turbo build:tsup:prod", "lint": "prettier --check **/*.ts", "format": "prettier --log-level warn --write **/*.ts", "changeset": "changeset", "changeset-apply": "changeset version", - "release": "NODE_ENV=production turbo build && changeset publish" + "release": "NODE_ENV=production turbo build && changeset publish", + "check-exports": "turbo check-exports" }, "repository": { "type": "git", @@ -51,6 +51,7 @@ }, "homepage": "https://github.com/FlatFilers/flatfile-plugins#readme", "devDependencies": { + "@arethetypeswrong/cli": "^0.15.4", "@changesets/cli": "^2.26.1", "@flatfile/listener": "^1.1.0", "@flatfile/utils-testing": "^0.3.1", diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index f62199470..939b22053 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "transform" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -64,6 +75,6 @@ }, "devDependencies": { "@flatfile/plugin-record-hook": "^1.7.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/autocast/rollup.config.mjs b/plugins/autocast/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/autocast/rollup.config.mjs +++ b/plugins/autocast/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/autocast/tsup.config.mjs b/plugins/autocast/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/autocast/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/automap/package.json b/plugins/automap/package.json index e2f3c912a..2f95d0b41 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -6,18 +6,48 @@ "registryMetadata": { "category": "automation" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -42,6 +72,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/utils-testing": "^0.3.1" + "@flatfile/utils-testing": "^0.3.1", + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/automap/rollup.config.mjs b/plugins/automap/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/automap/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/automap/tsup.config.mjs b/plugins/automap/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/automap/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 8c31b2db0..9fcc433b6 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -2,40 +2,51 @@ "name": "@flatfile/plugin-constraints", "version": "3.0.1", "description": "A plugin for extending blueprint with external constraints", + "type": "module", "engines": { "node": ">= 16" }, "registryMetadata": { "category": "records" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -56,6 +67,6 @@ }, "devDependencies": { "@flatfile/plugin-record-hook": "^1.7.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/constraints/rollup.config.mjs b/plugins/constraints/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/constraints/rollup.config.mjs +++ b/plugins/constraints/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/constraints/tsup.config.mjs b/plugins/constraints/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/constraints/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index 2f6fa4a0e..3deaaae52 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -5,37 +5,48 @@ "registryMetadata": { "category": "transform" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -61,6 +72,6 @@ }, "devDependencies": { "@faker-js/faker": "^7.6.0", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/dedupe/rollup.config.mjs b/plugins/dedupe/rollup.config.mjs index 3a3d7fa35..094518049 100644 --- a/plugins/dedupe/rollup.config.mjs +++ b/plugins/dedupe/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const external = ['@flatfile/plugin-record-hook'] diff --git a/plugins/dedupe/tsup.config.mjs b/plugins/dedupe/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/dedupe/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index c1f745043..6cd0fd613 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -6,18 +6,40 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -43,6 +65,7 @@ }, "devDependencies": { "@types/flat": "^5.0.2", - "@types/papaparse": "^5.3.7" + "@types/papaparse": "^5.3.7", + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/delimiter-extractor/rollup.config.mjs b/plugins/delimiter-extractor/rollup.config.mjs new file mode 100644 index 000000000..d6f51fd08 --- /dev/null +++ b/plugins/delimiter-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({ includeBrowser: false }) + +export default config diff --git a/plugins/delimiter-extractor/src/parser.ts b/plugins/delimiter-extractor/src/parser.ts index 5e93fff08..d2a4540ad 100644 --- a/plugins/delimiter-extractor/src/parser.ts +++ b/plugins/delimiter-extractor/src/parser.ts @@ -3,8 +3,8 @@ import { WorkbookCapture } from '@flatfile/util-extractor' import Papa, { ParseResult } from 'papaparse' import { mapKeys, mapValues } from 'remeda' import { Readable } from 'stream' +import { DelimiterOptions } from '.' import { Headerizer } from './header.detection' -import { DelimiterOptions } from './index' type ParseBufferOptions = Omit & { readonly headerSelectionEnabled?: boolean @@ -17,7 +17,7 @@ export async function parseBuffer( try { const skipEmptyLines = options?.headerSelectionEnabled ? false - : options?.skipEmptyLines ?? false + : (options?.skipEmptyLines ?? false) const fileContents = buffer.toString('utf8') const results: ParseResult> = Papa.parse( fileContents, diff --git a/plugins/delimiter-extractor/tsup.config.mjs b/plugins/delimiter-extractor/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/delimiter-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 22d6209cb..dd073a77a 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "utilities" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,44 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -64,6 +75,6 @@ }, "devDependencies": { "@flatfile/configure": "^1.0.1", - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/dxp-configure/rollup.config.mjs b/plugins/dxp-configure/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/dxp-configure/rollup.config.mjs +++ b/plugins/dxp-configure/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/dxp-configure/tsup.config.mjs b/plugins/dxp-configure/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/dxp-configure/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 4eb7e864f..90fde8366 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -6,37 +6,40 @@ "registryMetadata": { "category": "export" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [ @@ -60,6 +63,7 @@ }, "devDependencies": { "@flatfile/plugin-job-handler": "^0.6.1", - "@flatfile/util-common": "^1.4.1" + "@flatfile/util-common": "^1.4.1", + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/export-workbook/rollup.config.mjs b/plugins/export-workbook/rollup.config.mjs index fafa813c6..d6f51fd08 100644 --- a/plugins/export-workbook/rollup.config.mjs +++ b/plugins/export-workbook/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' -const config = buildConfig({}) +const config = buildConfig({ includeBrowser: false }) export default config diff --git a/plugins/export-workbook/tsup.config.mjs b/plugins/export-workbook/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/export-workbook/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index 222fffe1b..f37d84932 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -5,37 +5,48 @@ "registryMetadata": { "category": "extractor" }, + "type": "module", "engines": { "node": ">= 18" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" - }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [], @@ -45,7 +56,6 @@ "url": "https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/foreign-db-extractor" }, - "type": "module", "license": "ISC", "dependencies": { "mssql": "^10.0.1", @@ -56,6 +66,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/foreign-db-extractor/rollup.config.mjs b/plugins/foreign-db-extractor/rollup.config.mjs index 3ce39000a..d6f51fd08 100644 --- a/plugins/foreign-db-extractor/rollup.config.mjs +++ b/plugins/foreign-db-extractor/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({ includeBrowser: false }) diff --git a/plugins/foreign-db-extractor/tsup.config.mjs b/plugins/foreign-db-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/foreign-db-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 071fa9f32..37004351e 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -5,28 +5,48 @@ "registryMetadata": { "category": "core" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs", - "default": "./dist/index.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -38,7 +58,6 @@ "url": "https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/graphql-schema" }, - "type": "module", "license": "ISC", "dependencies": { "@flatfile/plugin-space-configure": "^0.6.1", @@ -50,6 +69,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/graphql-schema/rollup.config.mjs b/plugins/graphql-schema/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/graphql-schema/rollup.config.mjs +++ b/plugins/graphql-schema/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/graphql-schema/tsup.config.mjs b/plugins/graphql-schema/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/graphql-schema/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 8bff875f3..604f50432 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "core" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -60,7 +71,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" } } diff --git a/plugins/job-handler/rollup.config.mjs b/plugins/job-handler/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/job-handler/rollup.config.mjs +++ b/plugins/job-handler/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/job-handler/tsup.config.mjs b/plugins/job-handler/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/job-handler/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/json-extractor/CHANGELOG.md b/plugins/json-extractor/CHANGELOG.md index c013454b1..855dbda65 100644 --- a/plugins/json-extractor/CHANGELOG.md +++ b/plugins/json-extractor/CHANGELOG.md @@ -58,7 +58,7 @@ - e9ea2d8: This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizes the Rollup configuration and replaces axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project. - Updated dependencies [e9ea2d8] - @flatfile/util-extractor@0.5.6 - - @flatfile/rollup-config@0.1.0 + - @flatfile/bundler-config-rollup@0.1.0 ## 0.7.1 diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index 101b3cc19..b24bec6df 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -6,38 +6,48 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "type": "module", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -57,6 +67,6 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/json-extractor/rollup.config.mjs b/plugins/json-extractor/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/json-extractor/rollup.config.mjs +++ b/plugins/json-extractor/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/json-extractor/tsup.config.mjs b/plugins/json-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/json-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 93e6b6310..7313120c6 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -6,18 +6,48 @@ "registryMetadata": { "category": "schema-converters" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -41,5 +71,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/json-schema/rollup.config.mjs b/plugins/json-schema/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/json-schema/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/json-schema/tsup.config.mjs b/plugins/json-schema/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/json-schema/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index fcfd3b113..ab0ee72b6 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -5,18 +5,48 @@ "registryMetadata": { "category": "connect" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [], @@ -38,5 +68,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/merge-connection/rollup.config.mjs b/plugins/merge-connection/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/merge-connection/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/merge-connection/tsup.config.mjs b/plugins/merge-connection/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/merge-connection/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 045f3de40..ce01867ba 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "schema-converters" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -61,6 +72,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/openapi-schema/rollup.config.mjs b/plugins/openapi-schema/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/openapi-schema/rollup.config.mjs +++ b/plugins/openapi-schema/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/openapi-schema/tsup.config.mjs b/plugins/openapi-schema/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/openapi-schema/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index a51d85351..986119805 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -6,18 +6,48 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [ @@ -44,6 +74,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@types/fs-extra": "^11.0.1" + "@types/fs-extra": "^11.0.1", + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/pdf-extractor/rollup.config.mjs b/plugins/pdf-extractor/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/pdf-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/pdf-extractor/tsup.config.mjs b/plugins/pdf-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/pdf-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index c5ff093ca..409eefca7 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -5,18 +5,48 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [], @@ -31,5 +61,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/psv-extractor/rollup.config.mjs b/plugins/psv-extractor/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/psv-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/psv-extractor/tsup.config.mjs b/plugins/psv-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/psv-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 74fc21df1..7b40a8560 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "records" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,44 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -67,6 +78,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/record-hook/rollup.config.mjs b/plugins/record-hook/rollup.config.mjs index fc7c877bd..3d6f06893 100644 --- a/plugins/record-hook/rollup.config.mjs +++ b/plugins/record-hook/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const umdExternals = [ '@flatfile/api', diff --git a/plugins/record-hook/tsup.config.mjs b/plugins/record-hook/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/record-hook/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 36fc671da..0b43433a1 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -6,21 +6,40 @@ "registryMetadata": { "category": "core" }, + "type": "module", "engines": { "node": ">= 16" }, + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -48,6 +67,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/rollout/rollup.config.mjs b/plugins/rollout/rollup.config.mjs new file mode 100644 index 000000000..d6f51fd08 --- /dev/null +++ b/plugins/rollout/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({ includeBrowser: false }) + +export default config diff --git a/plugins/rollout/tsup.config.mjs b/plugins/rollout/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/rollout/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index 0af41d838..04e84a099 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "core" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -60,8 +71,8 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/api": "^1.9.19", - "@flatfile/rollup-config": "0.1.1", - "@flatfile/utils-testing": "^0.3.1" + "@flatfile/api": "^1.8.9", + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/utils-testing": "^0.2.0" } } diff --git a/plugins/space-configure/rollup.config.mjs b/plugins/space-configure/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/space-configure/rollup.config.mjs +++ b/plugins/space-configure/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/space-configure/tsup.config.mjs b/plugins/space-configure/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/space-configure/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index f95404546..24527886b 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -6,18 +6,40 @@ "registryMetadata": { "category": "schema-converters" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [ @@ -39,5 +61,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/sql-ddl-converter/rollup.config.mjs b/plugins/sql-ddl-converter/rollup.config.mjs new file mode 100644 index 000000000..d6f51fd08 --- /dev/null +++ b/plugins/sql-ddl-converter/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({ includeBrowser: false }) + +export default config diff --git a/plugins/sql-ddl-converter/tsup.config.mjs b/plugins/sql-ddl-converter/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/sql-ddl-converter/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 55ab7a6f1..e75a4fb5c 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -5,18 +5,48 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [], @@ -31,5 +61,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/tsv-extractor/rollup.config.mjs b/plugins/tsv-extractor/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/tsv-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/tsv-extractor/tsup.config.mjs b/plugins/tsv-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/tsv-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index 1c9d8e39f..4a2dccd91 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "core" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -59,7 +70,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" } } diff --git a/plugins/view-mapped/rollup.config.mjs b/plugins/view-mapped/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/view-mapped/rollup.config.mjs +++ b/plugins/view-mapped/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/view-mapped/tsup.config.mjs b/plugins/view-mapped/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/view-mapped/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index 372bb6b90..061c5b489 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "egress" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -63,7 +74,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1", "jest-fetch-mock": "^3.0.3" } diff --git a/plugins/webhook-egress/rollup.config.mjs b/plugins/webhook-egress/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/webhook-egress/rollup.config.mjs +++ b/plugins/webhook-egress/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/webhook-egress/tsup.config.mjs b/plugins/webhook-egress/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/webhook-egress/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 8239d3c5b..a3c2402d1 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -5,37 +5,48 @@ "registryMetadata": { "category": "automation" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -60,7 +71,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "jest-fetch-mock": "^3.0.3" } } diff --git a/plugins/webhook-event-forwarder/rollup.config.mjs b/plugins/webhook-event-forwarder/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/plugins/webhook-event-forwarder/rollup.config.mjs +++ b/plugins/webhook-event-forwarder/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/plugins/webhook-event-forwarder/tsup.config.mjs b/plugins/webhook-event-forwarder/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/webhook-event-forwarder/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 4a1c3d41e..924f1f0a4 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -6,18 +6,40 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -40,5 +62,8 @@ }, "peerDependencies": { "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/xlsx-extractor/rollup.config.mjs b/plugins/xlsx-extractor/rollup.config.mjs new file mode 100644 index 000000000..d6f51fd08 --- /dev/null +++ b/plugins/xlsx-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({ includeBrowser: false }) + +export default config diff --git a/plugins/xlsx-extractor/tsup.config.mjs b/plugins/xlsx-extractor/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/xlsx-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index 406ceb8aa..eaf057e82 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -5,18 +5,48 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/index.js", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -39,5 +69,8 @@ }, "peerDependencies": { "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/xml-extractor/rollup.config.mjs b/plugins/xml-extractor/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/xml-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/xml-extractor/tsup.config.mjs b/plugins/xml-extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/xml-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 9a238d07e..5791b4cae 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -6,18 +6,48 @@ "registryMetadata": { "category": "schema-converters" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -46,6 +76,7 @@ "devDependencies": { "@flatfile/utils-testing": "^0.3.1", "express": "^4.18.2", - "jest-fetch-mock": "^3.0.3" + "jest-fetch-mock": "^3.0.3", + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/plugins/yaml-schema/rollup.config.mjs b/plugins/yaml-schema/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/plugins/yaml-schema/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/plugins/yaml-schema/tsup.config.mjs b/plugins/yaml-schema/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/plugins/yaml-schema/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index cba3b89a6..af70ce28b 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -6,18 +6,40 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -45,6 +67,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1", "@types/adm-zip": "^0.4.3" } diff --git a/plugins/zip-extractor/rollup.config.mjs b/plugins/zip-extractor/rollup.config.mjs new file mode 100644 index 000000000..d6f51fd08 --- /dev/null +++ b/plugins/zip-extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({ includeBrowser: false }) + +export default config diff --git a/plugins/zip-extractor/tsup.config.mjs b/plugins/zip-extractor/tsup.config.mjs new file mode 100644 index 000000000..2070a0891 --- /dev/null +++ b/plugins/zip-extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({ includeBrowser: false }) diff --git a/support/common-utils/package.json b/support/common-utils/package.json index bb0e31f80..f172b9a99 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -4,6 +4,7 @@ "description": "A library containing common utilities and helpers for plugins", "keywords": [], "author": "Flatfile", + "type": "module", "engines": { "node": ">= 16" }, @@ -12,15 +13,44 @@ "last 2 versions", "not dead" ], - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -30,5 +60,8 @@ "url": "https://github.com/FlatFilers/flatfile-plugins.git", "directory": "support/common-utils" }, - "license": "ISC" + "license": "ISC", + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" + } } diff --git a/support/common-utils/rollup.config.mjs b/support/common-utils/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/support/common-utils/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/support/common-utils/tsup.config.mjs b/support/common-utils/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/support/common-utils/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/tsconfig.json b/tsconfig.json index b3688e684..c05c7d99b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,24 @@ { "compilerOptions": { + /* Base Options: */ "esModuleInterop": true, "skipLibCheck": true, + "target": "es2022", + "allowJs": true, + "resolveJsonModule": true, + "moduleDetection": "force", "isolatedModules": true, - "lib": [ - "es2015", - "dom" - ], - "target": "es2015", - "moduleResolution": "node" + // TODO: set this to true once we have a better way to handle types + "verbatimModuleSyntax": false, + /* Strictness */ + // TODO: set this to true once we have a better way to handle types + "strict": false, + "noUncheckedIndexedAccess": true, + "noImplicitOverride": true, + /* If transpiling with TypeScript: */ + "module": "Preserve", + "lib": [ "es2022", "dom" ], + "noEmit": true }, "exclude": [ "**/node_modules/", diff --git a/turbo.json b/turbo.json index 8e9c481ff..ccd62a077 100644 --- a/turbo.json +++ b/turbo.json @@ -2,31 +2,27 @@ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], "pipeline": { - "build": { - "outputs": [ - "dist/**", - ".next/**", - "!.next/cache/**" - ], - "dependsOn": [ - "^build" - ] + "build:rollup": { + "outputs": ["dist/**"], + "dependsOn": ["^build:rollup"] }, - "build:prod": { - "outputs": [ - "dist/**" - ], - "dependsOn": [ - "^build:prod" - ] + "build:tsup": { + "outputs": ["dist/**"], + "dependsOn": ["^build:tsup"] }, - "test:unit": { - "outputs": [], - "env": ["TURBO_CACHE_ENABLED"] + "build:rollup:prod": { + "outputs": ["dist/**"], + "dependsOn": ["^build:rollup:prod"] }, - "test:e2e": { - "outputs": [], - "env": ["TURBO_CACHE_ENABLED"] + "build:tsup:prod": { + "outputs": ["dist/**"], + "dependsOn": ["^build:tsup:prod"] + }, + "test": { + "inputs": ["**/*.spec.ts"] + }, + "check-exports": { + "dependsOn": ["^build"] } } } diff --git a/utils/common/package.json b/utils/common/package.json index f76968b8b..5ed8609d8 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -4,37 +4,48 @@ "description": "A library containing common utilities and helpers for plugins.", "keywords": [], "author": "Carl Brugger", + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -54,6 +65,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/common/rollup.config.mjs b/utils/common/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/utils/common/rollup.config.mjs +++ b/utils/common/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/utils/common/tsup.config.mjs b/utils/common/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/common/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/utils/extractor/package.json b/utils/extractor/package.json index f1df9dd60..3ab89d183 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -8,18 +8,48 @@ "category-utils" ], "author": "Carl Brugger", + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/main.js", - "module": "dist/module.mjs", - "types": "dist/types.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "repository": { @@ -35,5 +65,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/extractor/rollup.config.mjs b/utils/extractor/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/utils/extractor/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/utils/extractor/tsup.config.mjs b/utils/extractor/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/extractor/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index 0d55de69b..ddd0735e2 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -5,18 +5,48 @@ "registryMetadata": { "category": "utilities" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/index.js", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [], @@ -32,5 +62,8 @@ }, "peerDependencies": { "@flatfile/api": "^1.9.19" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/fetch-schema/rollup.config.mjs b/utils/fetch-schema/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/utils/fetch-schema/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/utils/fetch-schema/tsup.config.mjs b/utils/fetch-schema/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/fetch-schema/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index e9602b90d..e68c9b887 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -6,18 +6,48 @@ "registryMetadata": { "category": "utilities" }, + "type": "module", "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/index.js", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [ @@ -35,5 +65,8 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/file-buffer/rollup.config.mjs b/utils/file-buffer/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/utils/file-buffer/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/utils/file-buffer/tsup.config.mjs b/utils/file-buffer/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/file-buffer/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 06a9a4b96..1641d2307 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -6,37 +6,48 @@ "registryMetadata": { "category": "utilities" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest --passWithNoTests" }, "keywords": [ @@ -57,6 +68,6 @@ "@flatfile/api": "^1.9.19" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/response-rejection/rollup.config.mjs b/utils/response-rejection/rollup.config.mjs index bee3ee8fa..345db6903 100644 --- a/utils/response-rejection/rollup.config.mjs +++ b/utils/response-rejection/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const external = ['@flatfile/util-common'] diff --git a/utils/response-rejection/tsup.config.mjs b/utils/response-rejection/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/response-rejection/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/utils/testing/package.json b/utils/testing/package.json index 9565af7e8..19b0c3655 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -5,15 +5,45 @@ "engines": { "node": ">= 16" }, - "source": "src/index.ts", - "main": "dist/index.js", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", + "type": "module", + "exports": { + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" + }, + "./package.json": "./package.json" + }, + "main": "./dist/index.js", + "module": "./dist/index.js", + "source": "./src/index.ts", + "types": "./dist/index.d.ts", + "files": [ + "dist/**" + ], "scripts": { - "build": "parcel build", - "build:watch": "parcel watch", - "build:prod": "NODE_ENV=production parcel build", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build:rollup": "rollup -c", + "build:rollup:watch": "rollup -c --watch", + "build:rollup:prod": "NODE_ENV=production rollup -c", + "build:tsup": "tsup", + "build:tsup:watch": "tsup --watch", + "build:tsup:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -31,5 +61,8 @@ "@flatfile/listener-driver-pubsub": "^2.0.0", "@jest/globals": "^29.6.4", "cross-fetch": "^4.0.0" + }, + "devDependencies": { + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/utils/testing/rollup.config.mjs b/utils/testing/rollup.config.mjs new file mode 100644 index 000000000..0a8398c60 --- /dev/null +++ b/utils/testing/rollup.config.mjs @@ -0,0 +1,5 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const config = buildConfig({}) + +export default config diff --git a/utils/testing/src/test.helpers.ts b/utils/testing/src/test.helpers.ts index 4268897a4..ada1961d4 100644 --- a/utils/testing/src/test.helpers.ts +++ b/utils/testing/src/test.helpers.ts @@ -1,6 +1,5 @@ import { Flatfile, FlatfileClient } from '@flatfile/api' import { PubSubDriver } from '@flatfile/listener-driver-pubsub' -import { afterAll, afterEach, beforeAll, beforeEach } from '@jest/globals' import fetch from 'cross-fetch' import { TestListener } from './test.listener' diff --git a/utils/testing/src/test.listener.ts b/utils/testing/src/test.listener.ts index cf448967a..3b890f5c1 100644 --- a/utils/testing/src/test.listener.ts +++ b/utils/testing/src/test.listener.ts @@ -29,7 +29,7 @@ export class TestListener extends FlatfileListener { * * @param event The event being dispatched */ - async dispatchEvent(event: any): Promise { + override async dispatchEvent(event: any): Promise { await super.dispatchEvent(event) if (this.invocations.has(event.topic)) { diff --git a/utils/testing/tsup.config.mjs b/utils/testing/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/utils/testing/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 1dffdff2c..5c3633d5e 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -47,7 +47,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/validate/boolean/rollup.config.mjs b/validate/boolean/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/validate/boolean/rollup.config.mjs +++ b/validate/boolean/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/validate/date/package.json b/validate/date/package.json index 2e6c23f88..4292be5fc 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -66,6 +66,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "0.1.1" + "@flatfile/bundler-config-rollup": "0.1.1" } } diff --git a/validate/date/rollup.config.mjs b/validate/date/rollup.config.mjs index 921ac6b19..0a8398c60 100644 --- a/validate/date/rollup.config.mjs +++ b/validate/date/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) -export default config \ No newline at end of file +export default config diff --git a/validate/email/package.json b/validate/email/package.json index 72f22eeb8..1c6894e01 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -64,6 +64,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } diff --git a/validate/email/rollup.config.mjs b/validate/email/rollup.config.mjs index 3a3d7fa35..094518049 100644 --- a/validate/email/rollup.config.mjs +++ b/validate/email/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const external = ['@flatfile/plugin-record-hook'] diff --git a/validate/isbn/package.json b/validate/isbn/package.json index 5729f6957..278b47002 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -48,7 +48,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1", + "@flatfile/bundler-config-rollup": "^0.1.1", "@flatfile/utils-testing": "^0.3.1" }, "repository": { diff --git a/validate/isbn/rollup.config.mjs b/validate/isbn/rollup.config.mjs index 1e95e60a0..0a8398c60 100644 --- a/validate/isbn/rollup.config.mjs +++ b/validate/isbn/rollup.config.mjs @@ -1,5 +1,5 @@ -import { buildConfig } from '@flatfile/rollup-config'; +import { buildConfig } from '@flatfile/bundler-config-rollup' -const config = buildConfig({}); +const config = buildConfig({}) -export default config; \ No newline at end of file +export default config diff --git a/validate/number/package.json b/validate/number/package.json index aaeeafaeb..30aadb921 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -51,7 +51,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/validate/number/rollup.config.mjs b/validate/number/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/validate/number/rollup.config.mjs +++ b/validate/number/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/validate/phone/package.json b/validate/phone/package.json index 5ed71c9c0..e8ef3f505 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -65,6 +65,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" } } diff --git a/validate/phone/rollup.config.mjs b/validate/phone/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/validate/phone/rollup.config.mjs +++ b/validate/phone/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) diff --git a/validate/string/package.json b/validate/string/package.json index 1c015e9ae..880e692eb 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -48,7 +48,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/rollup-config": "^0.1.1" + "@flatfile/bundler-config-rollup": "^0.1.1" }, "repository": { "type": "git", diff --git a/validate/string/rollup.config.mjs b/validate/string/rollup.config.mjs index fafa813c6..0a8398c60 100644 --- a/validate/string/rollup.config.mjs +++ b/validate/string/rollup.config.mjs @@ -1,4 +1,4 @@ -import { buildConfig } from '@flatfile/rollup-config' +import { buildConfig } from '@flatfile/bundler-config-rollup' const config = buildConfig({}) From 0083eba94b0f673215b55688afe83f1c852a631c Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 00:28:16 -0500 Subject: [PATCH 02/20] just tsup --- package.json | 10 ++++------ plugins/autocast/package.json | 9 +++------ plugins/autocast/rollup.config.mjs | 5 ----- plugins/automap/package.json | 9 +++------ plugins/automap/rollup.config.mjs | 5 ----- plugins/constraints/package.json | 9 +++------ plugins/constraints/rollup.config.mjs | 5 ----- plugins/dedupe/package.json | 9 +++------ plugins/dedupe/rollup.config.mjs | 7 ------- plugins/delimiter-extractor/package.json | 9 +++------ plugins/delimiter-extractor/rollup.config.mjs | 5 ----- plugins/dxp-configure/package.json | 9 +++------ plugins/dxp-configure/rollup.config.mjs | 5 ----- plugins/export-workbook/package.json | 9 +++------ plugins/export-workbook/rollup.config.mjs | 5 ----- plugins/foreign-db-extractor/package.json | 9 +++------ plugins/foreign-db-extractor/rollup.config.mjs | 5 ----- plugins/graphql-schema/package.json | 9 +++------ plugins/graphql-schema/rollup.config.mjs | 5 ----- plugins/job-handler/package.json | 9 +++------ plugins/job-handler/rollup.config.mjs | 5 ----- plugins/json-extractor/package.json | 9 +++------ plugins/json-extractor/rollup.config.mjs | 5 ----- plugins/json-schema/package.json | 9 +++------ plugins/json-schema/rollup.config.mjs | 5 ----- plugins/merge-connection/package.json | 9 +++------ plugins/merge-connection/rollup.config.mjs | 5 ----- plugins/openapi-schema/package.json | 9 +++------ plugins/openapi-schema/rollup.config.mjs | 5 ----- plugins/pdf-extractor/package.json | 9 +++------ plugins/pdf-extractor/rollup.config.mjs | 5 ----- plugins/psv-extractor/package.json | 9 +++------ plugins/psv-extractor/rollup.config.mjs | 5 ----- plugins/record-hook/package.json | 9 +++------ plugins/record-hook/rollup.config.mjs | 15 --------------- plugins/rollout/package.json | 9 +++------ plugins/rollout/rollup.config.mjs | 5 ----- plugins/space-configure/package.json | 9 +++------ plugins/space-configure/rollup.config.mjs | 5 ----- plugins/sql-ddl-converter/package.json | 9 +++------ plugins/sql-ddl-converter/rollup.config.mjs | 5 ----- plugins/tsv-extractor/package.json | 9 +++------ plugins/tsv-extractor/rollup.config.mjs | 5 ----- plugins/view-mapped/package.json | 9 +++------ plugins/view-mapped/rollup.config.mjs | 5 ----- plugins/webhook-egress/package.json | 9 +++------ plugins/webhook-egress/rollup.config.mjs | 5 ----- plugins/webhook-event-forwarder/package.json | 9 +++------ .../webhook-event-forwarder/rollup.config.mjs | 5 ----- plugins/xlsx-extractor/package.json | 9 +++------ plugins/xlsx-extractor/rollup.config.mjs | 5 ----- plugins/xml-extractor/package.json | 9 +++------ plugins/xml-extractor/rollup.config.mjs | 5 ----- plugins/yaml-schema/package.json | 9 +++------ plugins/yaml-schema/rollup.config.mjs | 5 ----- plugins/zip-extractor/package.json | 9 +++------ plugins/zip-extractor/rollup.config.mjs | 5 ----- support/common-utils/package.json | 9 +++------ support/common-utils/rollup.config.mjs | 5 ----- turbo.json | 16 ++++------------ utils/common/package.json | 9 +++------ utils/common/rollup.config.mjs | 5 ----- utils/extractor/package.json | 9 +++------ utils/extractor/rollup.config.mjs | 5 ----- utils/fetch-schema/package.json | 9 +++------ utils/fetch-schema/rollup.config.mjs | 5 ----- utils/file-buffer/package.json | 9 +++------ utils/file-buffer/rollup.config.mjs | 5 ----- utils/response-rejection/package.json | 9 +++------ utils/response-rejection/rollup.config.mjs | 7 ------- utils/testing/package.json | 9 +++------ utils/testing/rollup.config.mjs | 5 ----- 72 files changed, 113 insertions(+), 417 deletions(-) delete mode 100644 plugins/autocast/rollup.config.mjs delete mode 100644 plugins/automap/rollup.config.mjs delete mode 100644 plugins/constraints/rollup.config.mjs delete mode 100644 plugins/dedupe/rollup.config.mjs delete mode 100644 plugins/delimiter-extractor/rollup.config.mjs delete mode 100644 plugins/dxp-configure/rollup.config.mjs delete mode 100644 plugins/export-workbook/rollup.config.mjs delete mode 100644 plugins/foreign-db-extractor/rollup.config.mjs delete mode 100644 plugins/graphql-schema/rollup.config.mjs delete mode 100644 plugins/job-handler/rollup.config.mjs delete mode 100644 plugins/json-extractor/rollup.config.mjs delete mode 100644 plugins/json-schema/rollup.config.mjs delete mode 100644 plugins/merge-connection/rollup.config.mjs delete mode 100644 plugins/openapi-schema/rollup.config.mjs delete mode 100644 plugins/pdf-extractor/rollup.config.mjs delete mode 100644 plugins/psv-extractor/rollup.config.mjs delete mode 100644 plugins/record-hook/rollup.config.mjs delete mode 100644 plugins/rollout/rollup.config.mjs delete mode 100644 plugins/space-configure/rollup.config.mjs delete mode 100644 plugins/sql-ddl-converter/rollup.config.mjs delete mode 100644 plugins/tsv-extractor/rollup.config.mjs delete mode 100644 plugins/view-mapped/rollup.config.mjs delete mode 100644 plugins/webhook-egress/rollup.config.mjs delete mode 100644 plugins/webhook-event-forwarder/rollup.config.mjs delete mode 100644 plugins/xlsx-extractor/rollup.config.mjs delete mode 100644 plugins/xml-extractor/rollup.config.mjs delete mode 100644 plugins/yaml-schema/rollup.config.mjs delete mode 100644 plugins/zip-extractor/rollup.config.mjs delete mode 100644 support/common-utils/rollup.config.mjs delete mode 100644 utils/common/rollup.config.mjs delete mode 100644 utils/extractor/rollup.config.mjs delete mode 100644 utils/fetch-schema/rollup.config.mjs delete mode 100644 utils/file-buffer/rollup.config.mjs delete mode 100644 utils/response-rejection/rollup.config.mjs delete mode 100644 utils/testing/rollup.config.mjs diff --git a/package.json b/package.json index 4eb49dac0..555978b4c 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,10 @@ "scripts": { "clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' -o -name '.parcel-cache' ')' -type d -exec rm -rf {} +", "test": "turbo build && turbo test --concurrency=1", - "build:rollup": "turbo build:rollup", - "build:rollup:prod": "turbo build:rollup:prod", - "build:rollup:clean": "npm run clean && npm i && turbo build:rollup:prod", - "build:tsup": "turbo build:tsup", - "build:tsup:prod": "turbo build:tsup:prod", - "build:tsup:clean": "npm run clean && npm i && turbo build:tsup:prod", + "build": "turbo build", + "build:prod": "turbo build:prod", + "build:clean": "npm run clean && npm i && turbo build", + "build:prod:clean": "npm run clean && npm i && turbo build:prod", "lint": "prettier --check **/*.ts", "format": "prettier --log-level warn --write **/*.ts", "changeset": "changeset", diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 939b22053..72e3c5646 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/autocast/rollup.config.mjs b/plugins/autocast/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/autocast/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 2f95d0b41..65177130f 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/automap/rollup.config.mjs b/plugins/automap/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/automap/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 9fcc433b6..40260426b 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/constraints/rollup.config.mjs b/plugins/constraints/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/constraints/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index 3deaaae52..e5207842c 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/dedupe/rollup.config.mjs b/plugins/dedupe/rollup.config.mjs deleted file mode 100644 index 094518049..000000000 --- a/plugins/dedupe/rollup.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const external = ['@flatfile/plugin-record-hook'] - -const config = buildConfig({ external }) - -export default config diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 6cd0fd613..d6bcc48e2 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/delimiter-extractor/rollup.config.mjs b/plugins/delimiter-extractor/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/delimiter-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index dd073a77a..91c2a492a 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -45,12 +45,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/dxp-configure/rollup.config.mjs b/plugins/dxp-configure/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/dxp-configure/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 90fde8366..e69bb42f9 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/export-workbook/rollup.config.mjs b/plugins/export-workbook/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/export-workbook/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index f37d84932..dfb1b64f4 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/foreign-db-extractor/rollup.config.mjs b/plugins/foreign-db-extractor/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/foreign-db-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 37004351e..20b1246cc 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/graphql-schema/rollup.config.mjs b/plugins/graphql-schema/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/graphql-schema/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 604f50432..f11950ce9 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/job-handler/rollup.config.mjs b/plugins/job-handler/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/job-handler/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index b24bec6df..651ecf6bf 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/json-extractor/rollup.config.mjs b/plugins/json-extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/json-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 7313120c6..41ed70af6 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/json-schema/rollup.config.mjs b/plugins/json-schema/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/json-schema/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index ab0ee72b6..a999ac05c 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/merge-connection/rollup.config.mjs b/plugins/merge-connection/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/merge-connection/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index ce01867ba..a6a557354 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/openapi-schema/rollup.config.mjs b/plugins/openapi-schema/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/openapi-schema/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index 986119805..b15b38927 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/pdf-extractor/rollup.config.mjs b/plugins/pdf-extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/pdf-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 409eefca7..d3f0f09a8 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/psv-extractor/rollup.config.mjs b/plugins/psv-extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/psv-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 7b40a8560..06b3bc064 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -45,12 +45,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/record-hook/rollup.config.mjs b/plugins/record-hook/rollup.config.mjs deleted file mode 100644 index 3d6f06893..000000000 --- a/plugins/record-hook/rollup.config.mjs +++ /dev/null @@ -1,15 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const umdExternals = [ - '@flatfile/api', - '@flatfile/hooks', - '@flatfile/listener', - '@flatfile/util-common', -] - -const config = buildConfig({ - includeUmd: true, - umdConfig: { name: 'PluginRecordHook', external: umdExternals }, -}) - -export default config diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 0b43433a1..9be68a7c7 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/rollout/rollup.config.mjs b/plugins/rollout/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/rollout/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index 04e84a099..d19297966 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/space-configure/rollup.config.mjs b/plugins/space-configure/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/space-configure/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index 24527886b..3eb338af8 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/sql-ddl-converter/rollup.config.mjs b/plugins/sql-ddl-converter/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/sql-ddl-converter/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index e75a4fb5c..7ec79c15a 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/plugins/tsv-extractor/rollup.config.mjs b/plugins/tsv-extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/tsv-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index 4a2dccd91..7ec5b96be 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/view-mapped/rollup.config.mjs b/plugins/view-mapped/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/view-mapped/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index 061c5b489..fecf98b0a 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/webhook-egress/rollup.config.mjs b/plugins/webhook-egress/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/webhook-egress/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index a3c2402d1..39e20dc3e 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/webhook-event-forwarder/rollup.config.mjs b/plugins/webhook-event-forwarder/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/webhook-event-forwarder/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 924f1f0a4..ea69422c4 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/xlsx-extractor/rollup.config.mjs b/plugins/xlsx-extractor/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/xlsx-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index eaf057e82..2adc98699 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/xml-extractor/rollup.config.mjs b/plugins/xml-extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/xml-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 5791b4cae..4503b78f2 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/yaml-schema/rollup.config.mjs b/plugins/yaml-schema/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/plugins/yaml-schema/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index af70ce28b..8dac14752 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -32,12 +32,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/zip-extractor/rollup.config.mjs b/plugins/zip-extractor/rollup.config.mjs deleted file mode 100644 index d6f51fd08..000000000 --- a/plugins/zip-extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({ includeBrowser: false }) - -export default config diff --git a/support/common-utils/package.json b/support/common-utils/package.json index f172b9a99..74b6c7ad4 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -43,12 +43,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/support/common-utils/rollup.config.mjs b/support/common-utils/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/support/common-utils/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/turbo.json b/turbo.json index ccd62a077..f6505e626 100644 --- a/turbo.json +++ b/turbo.json @@ -2,21 +2,13 @@ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], "pipeline": { - "build:rollup": { + "build": { "outputs": ["dist/**"], - "dependsOn": ["^build:rollup"] - }, - "build:tsup": { - "outputs": ["dist/**"], - "dependsOn": ["^build:tsup"] - }, - "build:rollup:prod": { - "outputs": ["dist/**"], - "dependsOn": ["^build:rollup:prod"] + "dependsOn": ["^build"] }, - "build:tsup:prod": { + "build:prod": { "outputs": ["dist/**"], - "dependsOn": ["^build:tsup:prod"] + "dependsOn": ["^build:prod"] }, "test": { "inputs": ["**/*.spec.ts"] diff --git a/utils/common/package.json b/utils/common/package.json index 5ed8609d8..8c2abea0e 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -38,12 +38,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/utils/common/rollup.config.mjs b/utils/common/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/utils/common/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 3ab89d183..7bac16e43 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -42,12 +42,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/utils/extractor/rollup.config.mjs b/utils/extractor/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/utils/extractor/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index ddd0735e2..12261f643 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -39,12 +39,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/utils/fetch-schema/rollup.config.mjs b/utils/fetch-schema/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/utils/fetch-schema/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index e68c9b887..f05efc447 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/utils/file-buffer/rollup.config.mjs b/utils/file-buffer/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/utils/file-buffer/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 1641d2307..598818e40 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -40,12 +40,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup ", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest --passWithNoTests" diff --git a/utils/response-rejection/rollup.config.mjs b/utils/response-rejection/rollup.config.mjs deleted file mode 100644 index 345db6903..000000000 --- a/utils/response-rejection/rollup.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const external = ['@flatfile/util-common'] - -const config = buildConfig({ external }) - -export default config diff --git a/utils/testing/package.json b/utils/testing/package.json index 19b0c3655..adbc5898a 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -36,12 +36,9 @@ "dist/**" ], "scripts": { - "build:rollup": "rollup -c", - "build:rollup:watch": "rollup -c --watch", - "build:rollup:prod": "NODE_ENV=production rollup -c", - "build:tsup": "tsup", - "build:tsup:watch": "tsup --watch", - "build:tsup:prod": "NODE_ENV=production tsup", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/utils/testing/rollup.config.mjs b/utils/testing/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/utils/testing/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config From fb8649fcf78b78bed9ebc43d4b25be97722dfd09 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 01:20:15 -0500 Subject: [PATCH 03/20] new plugins -> tsup --- convert/currency/package.json | 55 ++++++++++++-------- convert/currency/rollup.config.mjs | 5 -- convert/currency/tsup.config.mjs | 3 ++ convert/translate/package.json | 48 ++++++++++-------- convert/translate/rollup.config.mjs | 5 -- convert/translate/tsup.config.mjs | 3 ++ convert/what3words/package.json | 46 ++++++++++------- convert/what3words/rollup.config.mjs | 5 -- convert/what3words/tsup.config.mjs | 3 ++ enrich/geocode/package.json | 48 ++++++++++-------- enrich/geocode/rollup.config.mjs | 5 -- enrich/geocode/tsup.config.mjs | 3 ++ enrich/gpx/package.json | 73 +++++++++++++++++---------- enrich/gpx/rollup.config.mjs | 5 -- enrich/gpx/tsup.config.mjs | 3 ++ enrich/sentiment/package.json | 55 ++++++++++++-------- enrich/sentiment/rollup.config.mjs | 5 -- enrich/sentiment/tsup.config.mjs | 3 ++ enrich/summarize/package.json | 56 ++++++++++++--------- enrich/summarize/rollup.config.mjs | 5 -- enrich/summarize/tsup.config.mjs | 3 ++ export/pivot-table/package.json | 48 ++++++++++-------- export/pivot-table/rollup.config.mjs | 5 -- export/pivot-table/tsup.config.mjs | 3 ++ extract/html-table/package.json | 55 ++++++++++++-------- extract/html-table/rollup.config.mjs | 5 -- extract/html-table/tsup.config.mjs | 3 ++ extract/markdown/package.json | 46 ++++++++++------- extract/markdown/rollup.config.mjs | 5 -- extract/markdown/tsup.config.mjs | 3 ++ import/faker/package.json | 48 ++++++++++-------- import/faker/rollup.config.mjs | 5 -- import/faker/tsup.config.mjs | 3 ++ import/llm-records/package.json | 48 ++++++++++-------- import/llm-records/rollup.config.mjs | 5 -- import/llm-records/tsup.config.mjs | 3 ++ import/rss/package.json | 48 ++++++++++-------- import/rss/rollup.config.mjs | 5 -- import/rss/tsup.config.mjs | 3 ++ package-lock.json | 55 +++++++++++++------- validate/boolean/package.json | 75 +++++++++++++++++----------- validate/boolean/rollup.config.mjs | 5 -- validate/boolean/tsup.config.mjs | 3 ++ validate/date/package.json | 48 ++++++++++-------- validate/date/rollup.config.mjs | 5 -- validate/date/tsup.config.mjs | 3 ++ validate/email/package.json | 48 ++++++++++-------- validate/email/rollup.config.mjs | 7 --- validate/email/tsup.config.mjs | 3 ++ validate/isbn/package.json | 55 ++++++++++++-------- validate/isbn/rollup.config.mjs | 5 -- validate/isbn/tsup.config.mjs | 3 ++ validate/number/package.json | 48 ++++++++++-------- validate/number/rollup.config.mjs | 5 -- validate/number/tsup.config.mjs | 3 ++ validate/phone/package.json | 48 ++++++++++-------- validate/phone/rollup.config.mjs | 5 -- validate/phone/tsup.config.mjs | 3 ++ validate/string/package.json | 58 +++++++++++++-------- validate/string/rollup.config.mjs | 5 -- validate/string/tsup.config.mjs | 3 ++ 61 files changed, 734 insertions(+), 537 deletions(-) delete mode 100644 convert/currency/rollup.config.mjs create mode 100644 convert/currency/tsup.config.mjs delete mode 100644 convert/translate/rollup.config.mjs create mode 100644 convert/translate/tsup.config.mjs delete mode 100644 convert/what3words/rollup.config.mjs create mode 100644 convert/what3words/tsup.config.mjs delete mode 100644 enrich/geocode/rollup.config.mjs create mode 100644 enrich/geocode/tsup.config.mjs delete mode 100644 enrich/gpx/rollup.config.mjs create mode 100644 enrich/gpx/tsup.config.mjs delete mode 100644 enrich/sentiment/rollup.config.mjs create mode 100644 enrich/sentiment/tsup.config.mjs delete mode 100644 enrich/summarize/rollup.config.mjs create mode 100644 enrich/summarize/tsup.config.mjs delete mode 100644 export/pivot-table/rollup.config.mjs create mode 100644 export/pivot-table/tsup.config.mjs delete mode 100644 extract/html-table/rollup.config.mjs create mode 100644 extract/html-table/tsup.config.mjs delete mode 100644 extract/markdown/rollup.config.mjs create mode 100644 extract/markdown/tsup.config.mjs delete mode 100644 import/faker/rollup.config.mjs create mode 100644 import/faker/tsup.config.mjs delete mode 100644 import/llm-records/rollup.config.mjs create mode 100644 import/llm-records/tsup.config.mjs delete mode 100644 import/rss/rollup.config.mjs create mode 100644 import/rss/tsup.config.mjs delete mode 100644 validate/boolean/rollup.config.mjs create mode 100644 validate/boolean/tsup.config.mjs delete mode 100644 validate/date/rollup.config.mjs create mode 100644 validate/date/tsup.config.mjs delete mode 100644 validate/email/rollup.config.mjs create mode 100644 validate/email/tsup.config.mjs delete mode 100644 validate/isbn/rollup.config.mjs create mode 100644 validate/isbn/tsup.config.mjs delete mode 100644 validate/number/rollup.config.mjs create mode 100644 validate/number/tsup.config.mjs delete mode 100644 validate/phone/rollup.config.mjs create mode 100644 validate/phone/tsup.config.mjs delete mode 100644 validate/string/rollup.config.mjs create mode 100644 validate/string/tsup.config.mjs diff --git a/convert/currency/package.json b/convert/currency/package.json index 729291df1..8c1a2a525 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -1,35 +1,50 @@ { "name": "@flatfile/plugin-convert-currency", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/currency", "description": "A Flatfile plugin for currency conversion using Open Exchange Rates API", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "registryMetadata": { + "category": "convert" + }, + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" - }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -49,7 +64,7 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "repository": { "type": "git", diff --git a/convert/currency/rollup.config.mjs b/convert/currency/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/convert/currency/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/convert/currency/tsup.config.mjs b/convert/currency/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/convert/currency/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/convert/translate/package.json b/convert/translate/package.json index 860cbbf35..106400750 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "convert" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -65,6 +73,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/convert/translate/rollup.config.mjs b/convert/translate/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/convert/translate/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/convert/translate/tsup.config.mjs b/convert/translate/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/convert/translate/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/convert/what3words/package.json b/convert/what3words/package.json index b5caca509..b17d4e7f3 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -6,37 +6,45 @@ "registryMetadata": { "category": "convert" }, + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/convert/what3words/rollup.config.mjs b/convert/what3words/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/convert/what3words/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/convert/what3words/tsup.config.mjs b/convert/what3words/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/convert/what3words/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index 698398a68..a4be58357 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "transform" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -66,7 +74,7 @@ }, "devDependencies": { "@flatfile/hooks": "^1.5.0", - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@types/node": "^22.6.1", "typescript": "^5.6.2" } diff --git a/enrich/geocode/rollup.config.mjs b/enrich/geocode/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/enrich/geocode/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/enrich/geocode/tsup.config.mjs b/enrich/geocode/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/enrich/geocode/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index a04f7e6cf..9e407ced9 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -1,27 +1,55 @@ { "name": "@flatfile/plugin-enrich-gpx", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/gpx", "description": "A Flatfile plugin for parsing GPX files and extracting relevant data", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "registryMetadata": { + "category": "enrich" + }, + "type": "module", + "engines": { + "node": ">= 16" + }, + "browserslist": [ + "> 0.5%", + "last 2 versions", + "not dead" + ], "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.js" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -31,25 +59,20 @@ "category-enrich" ], "author": "Flatfile, Inc.", + "repository": { + "type": "git", + "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "directory": "enrich/gpx" + }, "license": "ISC", "dependencies": { "@flatfile/plugin-record-hook": "^1.6.1", "xml2js": "^0.6.2" }, "peerDependencies": { - "@flatfile/listener": "^1.0.5" + "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" - }, - "repository": { - "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", - "directory": "enrich/gpx" - }, - "browserslist": [ - "> 0.5%", - "last 2 versions", - "not dead" - ] + "@flatfile/bundler-config-tsup": "^0.0.0" + } } diff --git a/enrich/gpx/rollup.config.mjs b/enrich/gpx/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/enrich/gpx/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/enrich/gpx/tsup.config.mjs b/enrich/gpx/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/enrich/gpx/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index 02aab1e00..7b56c41d7 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -1,35 +1,50 @@ { "name": "@flatfile/plugin-enrich-sentiment", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/sentiment", "description": "A Flatfile plugin for sentiment analysis of text fields in records", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "registryMetadata": { + "category": "enrich" + }, + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" - }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -48,7 +63,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@types/sentiment": "^5.0.4" }, "repository": { diff --git a/enrich/sentiment/rollup.config.mjs b/enrich/sentiment/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/enrich/sentiment/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/enrich/sentiment/tsup.config.mjs b/enrich/sentiment/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/enrich/sentiment/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index 28acabdda..d7f82df6e 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -1,41 +1,51 @@ { "name": "@flatfile/plugin-enrich-summarize", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/summarize", "description": "A Flatfile plugin for text summarization and key phrase extraction", "registryMetadata": { - "category": "records" + "category": "enrich" }, + "type": "module", + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -44,7 +54,7 @@ "flatfile-plugins", "category-enrich" ], - "author": "Flatfile", + "author": "Flatfile, Inc.", "repository": { "type": "git", "url": "https://github.com/FlatFilers/flatfile-plugins.git", @@ -60,6 +70,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } \ No newline at end of file diff --git a/enrich/summarize/rollup.config.mjs b/enrich/summarize/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/enrich/summarize/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/enrich/summarize/tsup.config.mjs b/enrich/summarize/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/enrich/summarize/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index fb7eca411..7877bcb8b 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "export" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.js": "./dist/index.browser.js", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "browser": { - "require": "./dist/index.browser.js", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -64,6 +72,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } \ No newline at end of file diff --git a/export/pivot-table/rollup.config.mjs b/export/pivot-table/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/export/pivot-table/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/export/pivot-table/tsup.config.mjs b/export/pivot-table/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/export/pivot-table/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/extract/html-table/package.json b/extract/html-table/package.json index a9bc1536d..f9745cf9e 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -1,35 +1,50 @@ { "name": "@flatfile/plugin-extract-html-table", "version": "1.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/extract/html-table", "description": "A Flatfile plugin for extracting table data from HTML files", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "registryMetadata": { + "category": "extract" + }, + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" - }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -48,7 +63,7 @@ "node-html-parser": "^6.1.13" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "repository": { "type": "git", diff --git a/extract/html-table/rollup.config.mjs b/extract/html-table/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/extract/html-table/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/extract/html-table/tsup.config.mjs b/extract/html-table/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/extract/html-table/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/extract/markdown/package.json b/extract/markdown/package.json index 7e32ad897..a320e6123 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -6,38 +6,46 @@ "registryMetadata": { "category": "extractors" }, + "type": "module", "engines": { "node": ">= 16" }, "type": "module", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/extract/markdown/rollup.config.mjs b/extract/markdown/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/extract/markdown/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/extract/markdown/tsup.config.mjs b/extract/markdown/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/extract/markdown/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/import/faker/package.json b/import/faker/package.json index 82110530e..8a3b981e2 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "import" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -65,6 +73,6 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/import/faker/rollup.config.mjs b/import/faker/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/import/faker/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/import/faker/tsup.config.mjs b/import/faker/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/import/faker/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 1f3430c0e..3945d540f 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "import" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -70,6 +78,6 @@ "@langchain/openai": "^0.3.8" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/import/llm-records/rollup.config.mjs b/import/llm-records/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/import/llm-records/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/import/llm-records/tsup.config.mjs b/import/llm-records/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/import/llm-records/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/import/rss/package.json b/import/rss/package.json index 1493027ff..07ee0491b 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "import" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -66,6 +74,6 @@ "@flatfile/listener": "^1.0.1" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } \ No newline at end of file diff --git a/import/rss/rollup.config.mjs b/import/rss/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/import/rss/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/import/rss/tsup.config.mjs b/import/rss/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/import/rss/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/package-lock.json b/package-lock.json index c97136b51..b7512be2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,10 @@ "cross-fetch": "^3.1.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" + }, + "engines": { + "node": ">= 16" }, "peerDependencies": { "@flatfile/api": "^1.5.17", @@ -106,7 +109,7 @@ "@google-cloud/translate": "^8.5.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -143,7 +146,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/hooks": "^1.5.0", "@types/node": "^22.6.1", "typescript": "^5.6.2" @@ -173,10 +176,13 @@ "xml2js": "^0.6.2" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" + }, + "engines": { + "node": ">= 16" }, "peerDependencies": { - "@flatfile/listener": "^1.0.5" + "@flatfile/listener": "^1.1.0" } }, "enrich/sentiment": { @@ -188,9 +194,12 @@ "sentiment": "^5.0.2" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@types/sentiment": "^5.0.4" }, + "engines": { + "node": ">= 16" + }, "peerDependencies": { "@flatfile/listener": "^1.0.5" } @@ -204,7 +213,7 @@ "compromise": "^14.14.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -222,7 +231,7 @@ "@flatfile/api": "^1.9.15" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -240,7 +249,10 @@ "node-html-parser": "^6.1.13" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" + }, + "engines": { + "node": ">= 16" } }, "extract/markdown": { @@ -292,7 +304,7 @@ "@flatfile/util-common": "^1.4.1" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -325,7 +337,7 @@ "@flatfile/util-common": "^1.4.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -349,7 +361,7 @@ "rss-parser": "^3.13.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -19771,6 +19783,9 @@ "devDependencies": { "@flatfile/bundler-config-rollup": "^0.1.1" }, + "engines": { + "node": ">= 16" + }, "peerDependencies": { "@flatfile/listener": "^1.0.5" } @@ -19811,7 +19826,7 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -19829,9 +19844,12 @@ "isbn3": "^1.2.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" }, + "engines": { + "node": ">= 16" + }, "peerDependencies": { "@flatfile/listener": "^1.1.0" } @@ -19844,7 +19862,7 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -19862,7 +19880,7 @@ "libphonenumber-js": "^1.11.10" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -19879,7 +19897,10 @@ "@flatfile/plugin-record-hook": "^1.7.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" + }, + "engines": { + "node": ">= 16" }, "peerDependencies": { "@flatfile/listener": "^1.0.5" diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 5c3633d5e..cbcf57662 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -1,35 +1,55 @@ { "name": "@flatfile/plugin-validate-boolean", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/boolean", "description": "A Flatfile plugin for boolean validation with multi-language support", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "registryMetadata": { + "category": "validate" + }, + "type": "module", + "engines": { + "node": ">= 16" }, + "browserslist": [ + "> 0.5%", + "last 2 versions", + "not dead" + ], "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -39,6 +59,11 @@ "category-validate" ], "author": "Flatfile, Inc.", + "repository": { + "type": "git", + "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "directory": "validate/boolean" + }, "license": "ISC", "dependencies": { "@flatfile/plugin-record-hook": "^1.7.0" @@ -48,15 +73,5 @@ }, "devDependencies": { "@flatfile/bundler-config-rollup": "^0.1.1" - }, - "repository": { - "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", - "directory": "validate/boolean" - }, - "browserslist": [ - "> 0.5%", - "last 2 versions", - "not dead" - ] + } } diff --git a/validate/boolean/rollup.config.mjs b/validate/boolean/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/boolean/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/boolean/tsup.config.mjs b/validate/boolean/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/boolean/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/date/package.json b/validate/date/package.json index 4292be5fc..e5926ebc6 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "validate" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "dist/index.cjs", - "module": "dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", - "types": "dist/index.d.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/date/rollup.config.mjs b/validate/date/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/date/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/date/tsup.config.mjs b/validate/date/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/date/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/email/package.json b/validate/email/package.json index 1c6894e01..7f82346c7 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "records" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -64,6 +72,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/validate/email/rollup.config.mjs b/validate/email/rollup.config.mjs deleted file mode 100644 index 094518049..000000000 --- a/validate/email/rollup.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const external = ['@flatfile/plugin-record-hook'] - -const config = buildConfig({ external }) - -export default config diff --git a/validate/email/tsup.config.mjs b/validate/email/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/email/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/isbn/package.json b/validate/isbn/package.json index 278b47002..d36de1236 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -1,35 +1,50 @@ { "name": "@flatfile/plugin-validate-isbn", "version": "0.1.0", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/isbn", "description": "A Flatfile Listener plugin for ISBN validation with configurable options. Validates ISBN-10 and ISBN-13 formats, provides specific error messages, and optionally converts ISBN-10 to ISBN-13.", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "registryMetadata": { + "category": "validate" + }, + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" - }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -48,7 +63,7 @@ "@flatfile/listener": "^1.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1", + "@flatfile/bundler-config-tsup": "^0.0.0", "@flatfile/utils-testing": "^0.3.1" }, "repository": { diff --git a/validate/isbn/rollup.config.mjs b/validate/isbn/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/isbn/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/isbn/tsup.config.mjs b/validate/isbn/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/isbn/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/number/package.json b/validate/number/package.json index 30aadb921..7c1360165 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -3,37 +3,45 @@ "version": "0.1.1", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/number", "description": "A Flatfile Listener plugin for number validation", + "type": "module", "engines": { "node": ">= 16" }, - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -51,7 +59,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "repository": { "type": "git", diff --git a/validate/number/rollup.config.mjs b/validate/number/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/number/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/number/tsup.config.mjs b/validate/number/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/number/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/phone/package.json b/validate/phone/package.json index e8ef3f505..b3f82c39e 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -6,6 +6,7 @@ "registryMetadata": { "category": "records" }, + "type": "module", "engines": { "node": ">= 16" }, @@ -14,34 +15,41 @@ "last 2 versions", "not dead" ], - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" - }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" @@ -65,6 +73,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/validate/phone/rollup.config.mjs b/validate/phone/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/phone/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/phone/tsup.config.mjs b/validate/phone/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/phone/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) diff --git a/validate/string/package.json b/validate/string/package.json index 880e692eb..374762247 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -1,43 +1,57 @@ { "name": "@flatfile/plugin-validate-string", "version": "0.1.0", - "description": "A Flatfile plugin for string configuration and validation", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/validate/string", - "main": "./dist/index.cjs", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": { - "./dist/index.cjs": "./dist/index.browser.cjs", - "./dist/index.mjs": "./dist/index.browser.mjs" + "description": "A Flatfile plugin for string configuration and validation", + "registryMetadata": { + "category": "validate" + }, + "type": "module", + "engines": { + "node": ">= 16" }, "exports": { - "types": "./dist/index.d.ts", - "node": { - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" - }, - "browser": { - "require": "./dist/index.browser.cjs", - "import": "./dist/index.browser.mjs" + ".": { + "node": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.js", + "require": "./dist/index.cjs" + }, + "browser": { + "types": { + "import": "./dist/index.d.ts", + "require": "./dist/index.d.cts" + }, + "import": "./dist/index.browser.js", + "require": "./dist/index.browser.cjs" + }, + "default": "./dist/index.js" }, - "default": "./dist/index.mjs" + "./package.json": "./package.json" }, + "main": "./dist/index.js", + "module": "./dist/index.js", "source": "./src/index.ts", + "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { - "build": "rollup -c", - "build:watch": "rollup -c --watch", - "build:prod": "NODE_ENV=production rollup -c", - "check": "tsc ./**/*.ts --noEmit --esModuleInterop", + "build": "tsup", + "build:watch": "tsup --watch", + "build:prod": "NODE_ENV=production tsup", + "check-exports": "attw --pack .", + "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" }, "keywords": [ "flatfile-plugins", - "category-transform" + "category-validate" ], "author": "Flatfile, Inc", "license": "ISC", @@ -48,7 +62,7 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "repository": { "type": "git", diff --git a/validate/string/rollup.config.mjs b/validate/string/rollup.config.mjs deleted file mode 100644 index 0a8398c60..000000000 --- a/validate/string/rollup.config.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import { buildConfig } from '@flatfile/bundler-config-rollup' - -const config = buildConfig({}) - -export default config diff --git a/validate/string/tsup.config.mjs b/validate/string/tsup.config.mjs new file mode 100644 index 000000000..bd6420831 --- /dev/null +++ b/validate/string/tsup.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from '@flatfile/bundler-config-tsup' + +export default defineConfig({}) From dc63273c5ac98af1789a2eae49cf2d52d7fec3e3 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 01:40:30 -0500 Subject: [PATCH 04/20] fix turbo.json --- plugins/automap/package.json | 2 +- plugins/constraints/package.json | 2 +- plugins/dedupe/package.json | 2 +- plugins/delimiter-extractor/package.json | 2 +- plugins/dxp-configure/package.json | 2 +- plugins/export-workbook/package.json | 2 +- plugins/foreign-db-extractor/package.json | 2 +- plugins/graphql-schema/package.json | 2 +- plugins/job-handler/package.json | 2 +- plugins/json-extractor/package.json | 2 +- plugins/json-schema/package.json | 2 +- plugins/merge-connection/package.json | 2 +- plugins/openapi-schema/package.json | 2 +- plugins/pdf-extractor/package.json | 2 +- plugins/psv-extractor/package.json | 2 +- plugins/record-hook/package.json | 2 +- plugins/rollout/package.json | 2 +- plugins/space-configure/package.json | 2 +- plugins/sql-ddl-converter/package.json | 2 +- plugins/tsv-extractor/package.json | 2 +- plugins/view-mapped/package.json | 2 +- plugins/webhook-egress/package.json | 2 +- plugins/webhook-event-forwarder/package.json | 2 +- plugins/xlsx-extractor/package.json | 2 +- plugins/xml-extractor/package.json | 2 +- plugins/yaml-schema/package.json | 2 +- plugins/zip-extractor/package.json | 2 +- support/common-utils/package.json | 2 +- turbo.json | 27 +++++++++++++++----- utils/common/package.json | 2 +- utils/extractor/package.json | 2 +- utils/file-buffer/package.json | 2 +- utils/response-rejection/package.json | 2 +- 33 files changed, 53 insertions(+), 38 deletions(-) diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 65177130f..371dc9f29 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 40260426b..060a9773e 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index e5207842c..e567f06cf 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index d6bcc48e2..fe5ca03e4 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 91c2a492a..11413f9e9 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -45,7 +45,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index e69bb42f9..25417d21a 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index dfb1b64f4..e8cb62119 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 20b1246cc..0581541b6 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index f11950ce9..b0d52f3af 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index 651ecf6bf..79ff7c543 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 41ed70af6..8a04cf61c 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index a999ac05c..69502609b 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index a6a557354..e2ec9394c 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index b15b38927..f8f5e7e79 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index d3f0f09a8..495321bfc 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 06b3bc064..142f56116 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -45,7 +45,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 9be68a7c7..c6b736745 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index d19297966..941c7d837 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index 3eb338af8..2335342a0 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 7ec79c15a..53bbf715e 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index 7ec5b96be..be3b47f93 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index fecf98b0a..9eeea8de2 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 39e20dc3e..0c8869405 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index ea69422c4..3d73b8709 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index 2adc98699..a7ebc12dc 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -39,7 +39,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 4503b78f2..3b51dc2fb 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index 8dac14752..9b993f124 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -32,7 +32,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 74b6c7ad4..b6ebcb8f1 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -43,7 +43,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/turbo.json b/turbo.json index f6505e626..998be9218 100644 --- a/turbo.json +++ b/turbo.json @@ -3,15 +3,30 @@ "globalDependencies": ["**/.env.*local"], "pipeline": { "build": { - "outputs": ["dist/**"], - "dependsOn": ["^build"] + "outputs": [ + "dist/**", + ".next/**", + "!.next/cache/**" + ], + "dependsOn": [ + "^build" + ] }, "build:prod": { - "outputs": ["dist/**"], - "dependsOn": ["^build:prod"] + "outputs": [ + "dist/**" + ], + "dependsOn": [ + "^build:prod" + ] + }, + "test:unit": { + "outputs": [], + "env": ["TURBO_CACHE_ENABLED"] }, - "test": { - "inputs": ["**/*.spec.ts"] + "test:e2e": { + "outputs": [], + "env": ["TURBO_CACHE_ENABLED"] }, "check-exports": { "dependsOn": ["^build"] diff --git a/utils/common/package.json b/utils/common/package.json index 8c2abea0e..77d17e24a 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -38,7 +38,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 7bac16e43..d4e14356d 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -42,7 +42,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index f05efc447..9603fd0b8 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 598818e40..a61c5dc53 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -40,7 +40,7 @@ "dist/**" ], "scripts": { - "build": "tsup ", + "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", "check-exports": "attw --pack .", From 2d27e92367eadc933ad96b400ef4812add6f9665 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 01:49:10 -0500 Subject: [PATCH 05/20] Fix package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 555978b4c..6f5dd2cf1 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,13 @@ ], "scripts": { "clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' -o -name '.parcel-cache' ')' -type d -exec rm -rf {} +", - "test": "turbo build && turbo test --concurrency=1", "build": "turbo build", "build:prod": "turbo build:prod", "build:clean": "npm run clean && npm i && turbo build", "build:prod:clean": "npm run clean && npm i && turbo build:prod", + "test": "turbo run test", + "test:unit": "turbo run test:unit", + "test:e2e": "turbo run test:e2e", "lint": "prettier --check **/*.ts", "format": "prettier --log-level warn --write **/*.ts", "changeset": "changeset", From 06e21d8e0475d5eaea3f4261261981b4fba03497 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Wed, 23 Oct 2024 02:02:22 -0500 Subject: [PATCH 06/20] jest.config.js --> jest.config.cjs --- .../currency/{jest.config.js => jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../geocode/{jest.config.js => jest.config.cjs} | 0 enrich/gpx/{jest.config.js => jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../pivot-table/jest.config.cjs | 0 .../html-table/jest.config.cjs | 0 .../jest.config.js => faker/jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.js => import/rss/jest.config.cjs | 0 .../jest.config.js => autocast/jest.config.cjs} | 0 .../automap/{jest.config.js => jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.js => dedupe/jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../jest.config.js => rollout/jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../{jest.config.js => jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../yaml-schema/jest.config.cjs | 0 .../{jest.config.js => jest.config.cjs} | 0 .../jest.config.js => common/jest.config.cjs} | 0 .../jest.config.js => extractor/jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../jest.config.cjs} | 0 .../testing/jest.config.cjs | 0 .../jest.config.js => boolean/jest.config.cjs} | 0 .../jest.config.js => date/jest.config.cjs} | 0 .../jest.config.js => email/jest.config.cjs} | 0 .../jest.config.js => isbn/jest.config.cjs} | 0 .../jest.config.js => number/jest.config.cjs} | 0 .../jest.config.js => phone/jest.config.cjs} | 0 validate/string/jest.config.cjs | 16 ++++++++++++++++ 50 files changed, 16 insertions(+) rename convert/currency/{jest.config.js => jest.config.cjs} (100%) rename convert/translate/{jest.config.js => jest.config.cjs} (100%) rename convert/what3words/{jest.config.js => jest.config.cjs} (100%) rename enrich/geocode/{jest.config.js => jest.config.cjs} (100%) rename enrich/gpx/{jest.config.js => jest.config.cjs} (100%) rename enrich/sentiment/{jest.config.js => jest.config.cjs} (100%) rename enrich/summarize/{jest.config.js => jest.config.cjs} (100%) rename extract/html-table/jest.config.js => export/pivot-table/jest.config.cjs (100%) rename import/faker/jest.config.js => extract/html-table/jest.config.cjs (100%) rename import/{llm-records/jest.config.js => faker/jest.config.cjs} (100%) rename import/{rss/jest.config.js => llm-records/jest.config.cjs} (100%) rename plugins/autocast/jest.config.js => import/rss/jest.config.cjs (100%) rename plugins/{constraints/jest.config.js => autocast/jest.config.cjs} (100%) rename plugins/automap/{jest.config.js => jest.config.cjs} (100%) rename plugins/{dedupe/jest.config.js => constraints/jest.config.cjs} (100%) rename plugins/{delimiter-extractor/jest.config.js => dedupe/jest.config.cjs} (100%) rename plugins/{dxp-configure/jest.config.js => delimiter-extractor/jest.config.cjs} (100%) rename plugins/{export-workbook/jest.config.js => dxp-configure/jest.config.cjs} (100%) rename plugins/{job-handler/jest.config.js => export-workbook/jest.config.cjs} (100%) rename plugins/{json-schema/jest.config.js => job-handler/jest.config.cjs} (100%) rename plugins/{merge-connection/jest.config.js => json-schema/jest.config.cjs} (100%) rename plugins/{openapi-schema/jest.config.js => merge-connection/jest.config.cjs} (100%) rename plugins/{pdf-extractor/jest.config.js => openapi-schema/jest.config.cjs} (100%) rename plugins/{psv-extractor/jest.config.js => pdf-extractor/jest.config.cjs} (100%) rename plugins/{rollout/jest.config.js => psv-extractor/jest.config.cjs} (100%) rename plugins/record-hook/{jest.config.js => jest.config.cjs} (100%) rename plugins/{space-configure/jest.config.js => rollout/jest.config.cjs} (100%) rename plugins/{sql-ddl-converter/jest.config.js => space-configure/jest.config.cjs} (100%) rename plugins/{tsv-extractor/jest.config.js => sql-ddl-converter/jest.config.cjs} (100%) rename plugins/{view-mapped/jest.config.js => tsv-extractor/jest.config.cjs} (100%) rename plugins/{webhook-event-forwarder/jest.config.js => view-mapped/jest.config.cjs} (100%) rename plugins/webhook-egress/{jest.config.js => jest.config.cjs} (100%) rename plugins/{xlsx-extractor/jest.config.js => webhook-event-forwarder/jest.config.cjs} (100%) rename plugins/{xml-extractor/jest.config.js => xlsx-extractor/jest.config.cjs} (100%) rename plugins/{yaml-schema/jest.config.js => xml-extractor/jest.config.cjs} (100%) rename utils/common/jest.config.js => plugins/yaml-schema/jest.config.cjs (100%) rename plugins/zip-extractor/{jest.config.js => jest.config.cjs} (100%) rename utils/{extractor/jest.config.js => common/jest.config.cjs} (100%) rename utils/{fetch-schema/jest.config.js => extractor/jest.config.cjs} (100%) rename utils/{file-buffer/jest.config.js => fetch-schema/jest.config.cjs} (100%) rename utils/{response-rejection/jest.config.js => file-buffer/jest.config.cjs} (100%) rename utils/{testing/jest.config.js => response-rejection/jest.config.cjs} (100%) rename validate/boolean/jest.config.js => utils/testing/jest.config.cjs (100%) rename validate/{date/jest.config.js => boolean/jest.config.cjs} (100%) rename validate/{email/jest.config.js => date/jest.config.cjs} (100%) rename validate/{isbn/jest.config.js => email/jest.config.cjs} (100%) rename validate/{number/jest.config.js => isbn/jest.config.cjs} (100%) rename validate/{phone/jest.config.js => number/jest.config.cjs} (100%) rename validate/{string/jest.config.js => phone/jest.config.cjs} (100%) create mode 100644 validate/string/jest.config.cjs diff --git a/convert/currency/jest.config.js b/convert/currency/jest.config.cjs similarity index 100% rename from convert/currency/jest.config.js rename to convert/currency/jest.config.cjs diff --git a/convert/translate/jest.config.js b/convert/translate/jest.config.cjs similarity index 100% rename from convert/translate/jest.config.js rename to convert/translate/jest.config.cjs diff --git a/convert/what3words/jest.config.js b/convert/what3words/jest.config.cjs similarity index 100% rename from convert/what3words/jest.config.js rename to convert/what3words/jest.config.cjs diff --git a/enrich/geocode/jest.config.js b/enrich/geocode/jest.config.cjs similarity index 100% rename from enrich/geocode/jest.config.js rename to enrich/geocode/jest.config.cjs diff --git a/enrich/gpx/jest.config.js b/enrich/gpx/jest.config.cjs similarity index 100% rename from enrich/gpx/jest.config.js rename to enrich/gpx/jest.config.cjs diff --git a/enrich/sentiment/jest.config.js b/enrich/sentiment/jest.config.cjs similarity index 100% rename from enrich/sentiment/jest.config.js rename to enrich/sentiment/jest.config.cjs diff --git a/enrich/summarize/jest.config.js b/enrich/summarize/jest.config.cjs similarity index 100% rename from enrich/summarize/jest.config.js rename to enrich/summarize/jest.config.cjs diff --git a/extract/html-table/jest.config.js b/export/pivot-table/jest.config.cjs similarity index 100% rename from extract/html-table/jest.config.js rename to export/pivot-table/jest.config.cjs diff --git a/import/faker/jest.config.js b/extract/html-table/jest.config.cjs similarity index 100% rename from import/faker/jest.config.js rename to extract/html-table/jest.config.cjs diff --git a/import/llm-records/jest.config.js b/import/faker/jest.config.cjs similarity index 100% rename from import/llm-records/jest.config.js rename to import/faker/jest.config.cjs diff --git a/import/rss/jest.config.js b/import/llm-records/jest.config.cjs similarity index 100% rename from import/rss/jest.config.js rename to import/llm-records/jest.config.cjs diff --git a/plugins/autocast/jest.config.js b/import/rss/jest.config.cjs similarity index 100% rename from plugins/autocast/jest.config.js rename to import/rss/jest.config.cjs diff --git a/plugins/constraints/jest.config.js b/plugins/autocast/jest.config.cjs similarity index 100% rename from plugins/constraints/jest.config.js rename to plugins/autocast/jest.config.cjs diff --git a/plugins/automap/jest.config.js b/plugins/automap/jest.config.cjs similarity index 100% rename from plugins/automap/jest.config.js rename to plugins/automap/jest.config.cjs diff --git a/plugins/dedupe/jest.config.js b/plugins/constraints/jest.config.cjs similarity index 100% rename from plugins/dedupe/jest.config.js rename to plugins/constraints/jest.config.cjs diff --git a/plugins/delimiter-extractor/jest.config.js b/plugins/dedupe/jest.config.cjs similarity index 100% rename from plugins/delimiter-extractor/jest.config.js rename to plugins/dedupe/jest.config.cjs diff --git a/plugins/dxp-configure/jest.config.js b/plugins/delimiter-extractor/jest.config.cjs similarity index 100% rename from plugins/dxp-configure/jest.config.js rename to plugins/delimiter-extractor/jest.config.cjs diff --git a/plugins/export-workbook/jest.config.js b/plugins/dxp-configure/jest.config.cjs similarity index 100% rename from plugins/export-workbook/jest.config.js rename to plugins/dxp-configure/jest.config.cjs diff --git a/plugins/job-handler/jest.config.js b/plugins/export-workbook/jest.config.cjs similarity index 100% rename from plugins/job-handler/jest.config.js rename to plugins/export-workbook/jest.config.cjs diff --git a/plugins/json-schema/jest.config.js b/plugins/job-handler/jest.config.cjs similarity index 100% rename from plugins/json-schema/jest.config.js rename to plugins/job-handler/jest.config.cjs diff --git a/plugins/merge-connection/jest.config.js b/plugins/json-schema/jest.config.cjs similarity index 100% rename from plugins/merge-connection/jest.config.js rename to plugins/json-schema/jest.config.cjs diff --git a/plugins/openapi-schema/jest.config.js b/plugins/merge-connection/jest.config.cjs similarity index 100% rename from plugins/openapi-schema/jest.config.js rename to plugins/merge-connection/jest.config.cjs diff --git a/plugins/pdf-extractor/jest.config.js b/plugins/openapi-schema/jest.config.cjs similarity index 100% rename from plugins/pdf-extractor/jest.config.js rename to plugins/openapi-schema/jest.config.cjs diff --git a/plugins/psv-extractor/jest.config.js b/plugins/pdf-extractor/jest.config.cjs similarity index 100% rename from plugins/psv-extractor/jest.config.js rename to plugins/pdf-extractor/jest.config.cjs diff --git a/plugins/rollout/jest.config.js b/plugins/psv-extractor/jest.config.cjs similarity index 100% rename from plugins/rollout/jest.config.js rename to plugins/psv-extractor/jest.config.cjs diff --git a/plugins/record-hook/jest.config.js b/plugins/record-hook/jest.config.cjs similarity index 100% rename from plugins/record-hook/jest.config.js rename to plugins/record-hook/jest.config.cjs diff --git a/plugins/space-configure/jest.config.js b/plugins/rollout/jest.config.cjs similarity index 100% rename from plugins/space-configure/jest.config.js rename to plugins/rollout/jest.config.cjs diff --git a/plugins/sql-ddl-converter/jest.config.js b/plugins/space-configure/jest.config.cjs similarity index 100% rename from plugins/sql-ddl-converter/jest.config.js rename to plugins/space-configure/jest.config.cjs diff --git a/plugins/tsv-extractor/jest.config.js b/plugins/sql-ddl-converter/jest.config.cjs similarity index 100% rename from plugins/tsv-extractor/jest.config.js rename to plugins/sql-ddl-converter/jest.config.cjs diff --git a/plugins/view-mapped/jest.config.js b/plugins/tsv-extractor/jest.config.cjs similarity index 100% rename from plugins/view-mapped/jest.config.js rename to plugins/tsv-extractor/jest.config.cjs diff --git a/plugins/webhook-event-forwarder/jest.config.js b/plugins/view-mapped/jest.config.cjs similarity index 100% rename from plugins/webhook-event-forwarder/jest.config.js rename to plugins/view-mapped/jest.config.cjs diff --git a/plugins/webhook-egress/jest.config.js b/plugins/webhook-egress/jest.config.cjs similarity index 100% rename from plugins/webhook-egress/jest.config.js rename to plugins/webhook-egress/jest.config.cjs diff --git a/plugins/xlsx-extractor/jest.config.js b/plugins/webhook-event-forwarder/jest.config.cjs similarity index 100% rename from plugins/xlsx-extractor/jest.config.js rename to plugins/webhook-event-forwarder/jest.config.cjs diff --git a/plugins/xml-extractor/jest.config.js b/plugins/xlsx-extractor/jest.config.cjs similarity index 100% rename from plugins/xml-extractor/jest.config.js rename to plugins/xlsx-extractor/jest.config.cjs diff --git a/plugins/yaml-schema/jest.config.js b/plugins/xml-extractor/jest.config.cjs similarity index 100% rename from plugins/yaml-schema/jest.config.js rename to plugins/xml-extractor/jest.config.cjs diff --git a/utils/common/jest.config.js b/plugins/yaml-schema/jest.config.cjs similarity index 100% rename from utils/common/jest.config.js rename to plugins/yaml-schema/jest.config.cjs diff --git a/plugins/zip-extractor/jest.config.js b/plugins/zip-extractor/jest.config.cjs similarity index 100% rename from plugins/zip-extractor/jest.config.js rename to plugins/zip-extractor/jest.config.cjs diff --git a/utils/extractor/jest.config.js b/utils/common/jest.config.cjs similarity index 100% rename from utils/extractor/jest.config.js rename to utils/common/jest.config.cjs diff --git a/utils/fetch-schema/jest.config.js b/utils/extractor/jest.config.cjs similarity index 100% rename from utils/fetch-schema/jest.config.js rename to utils/extractor/jest.config.cjs diff --git a/utils/file-buffer/jest.config.js b/utils/fetch-schema/jest.config.cjs similarity index 100% rename from utils/file-buffer/jest.config.js rename to utils/fetch-schema/jest.config.cjs diff --git a/utils/response-rejection/jest.config.js b/utils/file-buffer/jest.config.cjs similarity index 100% rename from utils/response-rejection/jest.config.js rename to utils/file-buffer/jest.config.cjs diff --git a/utils/testing/jest.config.js b/utils/response-rejection/jest.config.cjs similarity index 100% rename from utils/testing/jest.config.js rename to utils/response-rejection/jest.config.cjs diff --git a/validate/boolean/jest.config.js b/utils/testing/jest.config.cjs similarity index 100% rename from validate/boolean/jest.config.js rename to utils/testing/jest.config.cjs diff --git a/validate/date/jest.config.js b/validate/boolean/jest.config.cjs similarity index 100% rename from validate/date/jest.config.js rename to validate/boolean/jest.config.cjs diff --git a/validate/email/jest.config.js b/validate/date/jest.config.cjs similarity index 100% rename from validate/email/jest.config.js rename to validate/date/jest.config.cjs diff --git a/validate/isbn/jest.config.js b/validate/email/jest.config.cjs similarity index 100% rename from validate/isbn/jest.config.js rename to validate/email/jest.config.cjs diff --git a/validate/number/jest.config.js b/validate/isbn/jest.config.cjs similarity index 100% rename from validate/number/jest.config.js rename to validate/isbn/jest.config.cjs diff --git a/validate/phone/jest.config.js b/validate/number/jest.config.cjs similarity index 100% rename from validate/phone/jest.config.js rename to validate/number/jest.config.cjs diff --git a/validate/string/jest.config.js b/validate/phone/jest.config.cjs similarity index 100% rename from validate/string/jest.config.js rename to validate/phone/jest.config.cjs diff --git a/validate/string/jest.config.cjs b/validate/string/jest.config.cjs new file mode 100644 index 000000000..e6d7ca40b --- /dev/null +++ b/validate/string/jest.config.cjs @@ -0,0 +1,16 @@ +module.exports = { + testEnvironment: 'node', + + transform: { + '^.+\\.tsx?$': 'ts-jest', + }, + setupFiles: ['../../test/dotenv-config.js'], + setupFilesAfterEnv: [ + '../../test/betterConsoleLog.js', + '../../test/unit.cleanup.js', + ], + testTimeout: 60_000, + globalSetup: '../../test/setup-global.js', + forceExit: true, + passWithNoTests: true, +} From 24262ec5be8e45268b308e82d723035303d5da39 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 09:53:41 -0500 Subject: [PATCH 07/20] add UMD support & remove parcel deps --- bundlers/tsup-config/index.mjs | 96 +- package-lock.json | 2080 +-------------------------- package.json | 4 - plugins/record-hook/package.json | 4 +- plugins/record-hook/tsup.config.mjs | 13 +- 5 files changed, 127 insertions(+), 2070 deletions(-) diff --git a/bundlers/tsup-config/index.mjs b/bundlers/tsup-config/index.mjs index 5cc5dfd52..76cec5619 100644 --- a/bundlers/tsup-config/index.mjs +++ b/bundlers/tsup-config/index.mjs @@ -3,39 +3,71 @@ import { defineConfig as tsupDefineConfig } from 'tsup' dotenv.config() -const PROD = process.env.NODE_ENV === 'production' -if (!PROD) { - console.log('Not in production mode - skipping minification') -} +export function defineConfig({ + includeBrowser = true, + includeNode = true, + includeUmd = false, + umdConfig = { name: undefined, external: [] }, +}) { + const minify = process.env.NODE_ENV === 'production' + if (!minify) { + console.log('Not in production mode - skipping minification') + } -const nodeConfig = { - name: 'node', - platform: 'node', - minify: process.env.NODE_ENV === 'production', - entryPoints: ['src/index.ts'], - format: ['cjs', 'esm'], - dts: true, - outDir: 'dist', - clean: true, - outExtension: ({ format }) => ({ - js: format === 'cjs' ? '.cjs' : '.js', - }), -} + const nodeConfig = { + name: 'node', + platform: 'node', + minify, + entryPoints: ['src/index.ts'], + format: ['cjs', 'esm'], + dts: true, + outDir: 'dist', + clean: true, + outExtension: ({ format }) => ({ + js: format === 'cjs' ? '.cjs' : '.js', + }), + } -const browserConfig = { - name: 'browser', - platform: 'browser', - minify: process.env.NODE_ENV === 'production', - entryPoints: ['src/index.ts'], - format: ['cjs', 'esm'], - dts: true, - outDir: 'dist', - clean: true, - outExtension: ({ format }) => ({ - js: format === 'cjs' ? '.browser.cjs' : '.browser.js', - }), -} + if (includeUmd) { + nodeConfig.format.push('iife') + nodeConfig.globalName = umdConfig.name + nodeConfig.outExtension = ({ format }) => ({ + js: format === 'cjs' ? '.cjs' : format === 'iife' ? '.umd.js' : '.js', + }) + nodeConfig.external = umdConfig.external + } + + const browserConfig = { + name: 'browser', + platform: 'browser', + minify, + entryPoints: ['src/index.ts'], + format: ['cjs', 'esm'], + dts: true, + outDir: 'dist', + clean: true, + outExtension: ({ format }) => ({ + js: format === 'cjs' ? '.browser.cjs' : '.browser.js', + }), + } + + if (includeUmd) { + browserConfig.format.push('iife') + browserConfig.globalName = umdConfig.name + browserConfig.outExtension = ({ format }) => ({ + js: + format === 'cjs' + ? '.browser.cjs' + : format === 'iife' + ? '.browser.umd.js' + : '.browser.js', + }) + browserConfig.external = umdConfig.external + } + + const configs = [] + if (includeNode) configs.push(nodeConfig) + if (includeBrowser) configs.push(browserConfig) -export function defineConfig({ includeBrowser = true }) { - return tsupDefineConfig(includeBrowser ? [nodeConfig, browserConfig] : [nodeConfig]) + return tsupDefineConfig(configs) } diff --git a/package-lock.json b/package-lock.json index b7512be2c..e20e9a317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,15 +27,12 @@ "@flatfile/listener": "^1.1.0", "@flatfile/utils-testing": "^0.3.1", "@octokit/rest": "^21.0.2", - "@parcel/packager-ts": "^2.12.0", - "@parcel/transformer-typescript-types": "^2.12.0", "@types/jest": "^29.5.13", "@types/node": "^20.2.5", "dotenv": "^16.4.5", "dotenv-expand": "^10.0.0", "dotenv-flow": "^3.2.0", "jest": "^29.5.0", - "parcel": "latest", "prettier": "^3.2.5", "ts-jest": "^29.2.5", "turbo": "^1.10.2", @@ -46,7 +43,6 @@ }, "optionalDependencies": { "@flatfile/changelog": "^1.0.3", - "@parcel/watcher-linux-x64-glibc": "^2.3.0", "@rollup/rollup-linux-x64-gnu": "^4.8.0" } }, @@ -4544,31 +4540,6 @@ "@langchain/core": ">=0.2.26 <0.4.0" } }, - "node_modules/@lezer/common": { - "version": "1.2.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@lezer/lr": { - "version": "1.4.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@lezer/common": "^1.0.0" - } - }, - "node_modules/@lmdb/lmdb-darwin-arm64": { - "version": "2.8.5", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, "node_modules/@manypkg/find-root": { "version": "1.1.0", "dev": true, @@ -4639,19 +4610,6 @@ "url-join": "4.0.1" } }, - "node_modules/@mischnic/json-sourcemap": { - "version": "0.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@lezer/common": "^1.0.0", - "@lezer/lr": "^1.0.0", - "json5": "^2.2.1" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/@mistralai/mistralai": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-0.4.0.tgz", @@ -4661,18 +4619,6 @@ "node-fetch": "^2.6.7" } }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "version": "3.0.3", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, "node_modules/@noble/ciphers": { "version": "0.5.3", "dev": true, @@ -4845,1389 +4791,32 @@ "dev": true, "license": "MIT", "dependencies": { - "@octokit/types": "^13.0.0" - }, - "engines": { - "node": ">= 18" - } - }, - "node_modules/@octokit/rest": { - "version": "21.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@octokit/core": "^6.1.2", - "@octokit/plugin-paginate-rest": "^11.0.0", - "@octokit/plugin-request-log": "^5.3.1", - "@octokit/plugin-rest-endpoint-methods": "^13.0.0" - }, - "engines": { - "node": ">= 18" - } - }, - "node_modules/@octokit/types": { - "version": "13.5.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@octokit/openapi-types": "^22.2.0" - } - }, - "node_modules/@parcel/bundler-default": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/graph": "3.2.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/cache": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/fs": "2.12.0", - "@parcel/logger": "2.12.0", - "@parcel/utils": "2.12.0", - "lmdb": "2.8.5" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/codeframe": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.0" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/compressor-raw": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/config-default": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/bundler-default": "2.12.0", - "@parcel/compressor-raw": "2.12.0", - "@parcel/namer-default": "2.12.0", - "@parcel/optimizer-css": "2.12.0", - "@parcel/optimizer-htmlnano": "2.12.0", - "@parcel/optimizer-image": "2.12.0", - "@parcel/optimizer-svgo": "2.12.0", - "@parcel/optimizer-swc": "2.12.0", - "@parcel/packager-css": "2.12.0", - "@parcel/packager-html": "2.12.0", - "@parcel/packager-js": "2.12.0", - "@parcel/packager-raw": "2.12.0", - "@parcel/packager-svg": "2.12.0", - "@parcel/packager-wasm": "2.12.0", - "@parcel/reporter-dev-server": "2.12.0", - "@parcel/resolver-default": "2.12.0", - "@parcel/runtime-browser-hmr": "2.12.0", - "@parcel/runtime-js": "2.12.0", - "@parcel/runtime-react-refresh": "2.12.0", - "@parcel/runtime-service-worker": "2.12.0", - "@parcel/transformer-babel": "2.12.0", - "@parcel/transformer-css": "2.12.0", - "@parcel/transformer-html": "2.12.0", - "@parcel/transformer-image": "2.12.0", - "@parcel/transformer-js": "2.12.0", - "@parcel/transformer-json": "2.12.0", - "@parcel/transformer-postcss": "2.12.0", - "@parcel/transformer-posthtml": "2.12.0", - "@parcel/transformer-raw": "2.12.0", - "@parcel/transformer-react-refresh-wrap": "2.12.0", - "@parcel/transformer-svg": "2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/core": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@mischnic/json-sourcemap": "^0.1.0", - "@parcel/cache": "2.12.0", - "@parcel/diagnostic": "2.12.0", - "@parcel/events": "2.12.0", - "@parcel/fs": "2.12.0", - "@parcel/graph": "3.2.0", - "@parcel/logger": "2.12.0", - "@parcel/package-manager": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/profiler": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "@parcel/workers": "2.12.0", - "abortcontroller-polyfill": "^1.1.9", - "base-x": "^3.0.8", - "browserslist": "^4.6.6", - "clone": "^2.1.1", - "dotenv": "^7.0.0", - "dotenv-expand": "^5.1.0", - "json5": "^2.2.0", - "msgpackr": "^1.9.9", - "nullthrows": "^1.1.1", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/core/node_modules/dotenv": { - "version": "7.0.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=6" - } - }, - "node_modules/@parcel/core/node_modules/dotenv-expand": { - "version": "5.1.0", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/@parcel/diagnostic": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@mischnic/json-sourcemap": "^0.1.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/events": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/fs": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/rust": "2.12.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "@parcel/watcher": "^2.0.7", - "@parcel/workers": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/graph": { - "version": "3.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/logger": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/events": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/markdown-ansi": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.0" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/namer-default": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/node-resolver-core": { - "version": "3.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@mischnic/json-sourcemap": "^0.1.0", - "@parcel/diagnostic": "2.12.0", - "@parcel/fs": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/optimizer-css": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "browserslist": "^4.6.6", - "lightningcss": "^1.22.1", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/optimizer-htmlnano": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "htmlnano": "^2.0.0", - "nullthrows": "^1.1.1", - "posthtml": "^0.16.5", - "svgo": "^2.4.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/commander": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/css-select": { - "version": "4.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/css-tree": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/csso": { - "version": "4.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/mdn-data": { - "version": "2.0.14", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/@parcel/optimizer-htmlnano/node_modules/svgo": { - "version": "2.8.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@parcel/optimizer-image": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/utils": "2.12.0", - "@parcel/workers": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/optimizer-svgo": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "svgo": "^2.4.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/optimizer-svgo/node_modules/commander": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/@parcel/optimizer-svgo/node_modules/css-select": { - "version": "4.3.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/@parcel/optimizer-svgo/node_modules/css-tree": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@parcel/optimizer-svgo/node_modules/csso": { - "version": "4.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@parcel/optimizer-svgo/node_modules/mdn-data": { - "version": "2.0.14", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/@parcel/optimizer-svgo/node_modules/svgo": { - "version": "2.8.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@parcel/optimizer-swc": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "@swc/core": "^1.3.36", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/package-manager": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/fs": "2.12.0", - "@parcel/logger": "2.12.0", - "@parcel/node-resolver-core": "3.3.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "@parcel/workers": "2.12.0", - "@swc/core": "^1.3.36", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/packager-css": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "lightningcss": "^1.22.1", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-html": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1", - "posthtml": "^0.16.5" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-js": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "globals": "^13.2.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-js/node_modules/globals": { - "version": "13.24.0", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@parcel/packager-js/node_modules/type-fest": { - "version": "0.20.2", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@parcel/packager-raw": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-svg": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "posthtml": "^0.16.4" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-ts": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/packager-wasm": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">=12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/plugin": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/types": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/profiler": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/events": "2.12.0", - "chrome-trace-event": "^1.0.2" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/reporter-cli": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "chalk": "^4.1.0", - "term-size": "^2.2.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/reporter-dev-server": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/reporter-tracer": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "chrome-trace-event": "^1.0.3", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/resolver-default": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/node-resolver-core": "3.3.0", - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/runtime-browser-hmr": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/runtime-js": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/runtime-react-refresh": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "react-error-overlay": "6.0.9", - "react-refresh": "^0.9.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/runtime-service-worker": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/rust": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/source-map": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-libc": "^1.0.3" - }, - "engines": { - "node": "^12.18.3 || >=14" - } - }, - "node_modules/@parcel/transformer-babel": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "browserslist": "^4.6.6", - "json5": "^2.2.0", - "nullthrows": "^1.1.1", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-css": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "browserslist": "^4.6.6", - "lightningcss": "^1.22.1", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-html": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "nullthrows": "^1.1.1", - "posthtml": "^0.16.5", - "posthtml-parser": "^0.10.1", - "posthtml-render": "^3.0.0", - "semver": "^7.5.2", - "srcset": "4" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-html/node_modules/srcset": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@parcel/transformer-image": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "@parcel/workers": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/transformer-js": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/utils": "2.12.0", - "@parcel/workers": "2.12.0", - "@swc/helpers": "^0.5.0", - "browserslist": "^4.6.6", - "nullthrows": "^1.1.1", - "regenerator-runtime": "^0.13.7", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" - } - }, - "node_modules/@parcel/transformer-js/node_modules/regenerator-runtime": { - "version": "0.13.11", - "dev": true, - "license": "MIT" - }, - "node_modules/@parcel/transformer-json": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "json5": "^2.2.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-postcss": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/utils": "2.12.0", - "clone": "^2.1.1", - "nullthrows": "^1.1.1", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-posthtml": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1", - "posthtml": "^0.16.5", - "posthtml-parser": "^0.10.1", - "posthtml-render": "^3.0.0", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-raw": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-react-refresh-wrap": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/plugin": "2.12.0", - "@parcel/utils": "2.12.0", - "react-refresh": "^0.9.0" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-svg": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/rust": "2.12.0", - "nullthrows": "^1.1.1", - "posthtml": "^0.16.5", - "posthtml-parser": "^0.10.1", - "posthtml-render": "^3.0.0", - "semver": "^7.5.2" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/transformer-typescript-types": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/plugin": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/ts-utils": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0", - "parcel": "^2.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "typescript": ">=3.0.0" - } - }, - "node_modules/@parcel/ts-utils": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "typescript": ">=3.0.0" - } - }, - "node_modules/@parcel/types": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/cache": "2.12.0", - "@parcel/diagnostic": "2.12.0", - "@parcel/fs": "2.12.0", - "@parcel/package-manager": "2.12.0", - "@parcel/source-map": "^2.1.1", - "@parcel/workers": "2.12.0", - "utility-types": "^3.10.0" - } - }, - "node_modules/@parcel/utils": { - "version": "2.12.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@parcel/codeframe": "2.12.0", - "@parcel/diagnostic": "2.12.0", - "@parcel/logger": "2.12.0", - "@parcel/markdown-ansi": "2.12.0", - "@parcel/rust": "2.12.0", - "@parcel/source-map": "^2.1.1", - "chalk": "^4.1.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher": { - "version": "2.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-libc": "^1.0.3", - "is-glob": "^4.0.3", - "micromatch": "^4.0.5", - "node-addon-api": "^7.0.0" + "@octokit/types": "^13.0.0" }, "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "@parcel/watcher-android-arm64": "2.4.1", - "@parcel/watcher-darwin-arm64": "2.4.1", - "@parcel/watcher-darwin-x64": "2.4.1", - "@parcel/watcher-freebsd-x64": "2.4.1", - "@parcel/watcher-linux-arm-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-glibc": "2.4.1", - "@parcel/watcher-linux-arm64-musl": "2.4.1", - "@parcel/watcher-linux-x64-glibc": "2.4.1", - "@parcel/watcher-linux-x64-musl": "2.4.1", - "@parcel/watcher-win32-arm64": "2.4.1", - "@parcel/watcher-win32-ia32": "2.4.1", - "@parcel/watcher-win32-x64": "2.4.1" - } - }, - "node_modules/@parcel/watcher-darwin-arm64": { - "version": "2.4.1", - "cpu": [ - "arm64" - ], + "node": ">= 18" + } + }, + "node_modules/@octokit/rest": { + "version": "21.0.2", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10.0.0" + "dependencies": { + "@octokit/core": "^6.1.2", + "@octokit/plugin-paginate-rest": "^11.0.0", + "@octokit/plugin-request-log": "^5.3.1", + "@octokit/plugin-rest-endpoint-methods": "^13.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/watcher-linux-x64-glibc": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz", - "integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">= 10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" + "node": ">= 18" } }, - "node_modules/@parcel/workers": { - "version": "2.12.0", + "node_modules/@octokit/types": { + "version": "13.5.0", "dev": true, "license": "MIT", "dependencies": { - "@parcel/diagnostic": "2.12.0", - "@parcel/logger": "2.12.0", - "@parcel/profiler": "2.12.0", - "@parcel/types": "2.12.0", - "@parcel/utils": "2.12.0", - "nullthrows": "^1.1.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "peerDependencies": { - "@parcel/core": "^2.12.0" + "@octokit/openapi-types": "^22.2.0" } }, "node_modules/@pkgjs/parseargs": { @@ -7510,9 +6099,10 @@ }, "node_modules/@swc/core": { "version": "1.7.21", - "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", + "optional": true, + "peer": true, "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.12" @@ -7550,33 +6140,36 @@ "cpu": [ "arm64" ], - "dev": true, "license": "Apache-2.0 AND MIT", "optional": true, "os": [ "darwin" ], + "peer": true, "engines": { "node": ">=10" } }, "node_modules/@swc/counter": { "version": "0.1.3", - "devOptional": true, - "license": "Apache-2.0" + "license": "Apache-2.0", + "optional": true, + "peer": true }, "node_modules/@swc/helpers": { "version": "0.5.12", - "dev": true, "license": "Apache-2.0", + "optional": true, + "peer": true, "dependencies": { "tslib": "^2.4.0" } }, "node_modules/@swc/types": { "version": "0.1.12", - "devOptional": true, "license": "Apache-2.0", + "optional": true, + "peer": true, "dependencies": { "@swc/counter": "^0.1.3" } @@ -7597,14 +6190,6 @@ "version": "0.23.0", "license": "MIT" }, - "node_modules/@trysound/sax": { - "version": "0.2.0", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/@types/adm-zip": { "version": "0.4.34", "dev": true, @@ -7881,11 +6466,6 @@ "node": ">=6.5" } }, - "node_modules/abortcontroller-polyfill": { - "version": "1.7.5", - "dev": true, - "license": "MIT" - }, "node_modules/accepts": { "version": "1.3.8", "license": "MIT", @@ -8398,14 +6978,6 @@ "version": "1.0.2", "license": "MIT" }, - "node_modules/base-x": { - "version": "3.0.10", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "^5.0.1" - } - }, "node_modules/base64-js": { "version": "1.5.1", "funding": [ @@ -8833,14 +7405,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/chrome-trace-event": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0" - } - }, "node_modules/chromium-edge-launcher": { "version": "0.2.0", "license": "Apache-2.0", @@ -9014,14 +7578,6 @@ "node": ">=12" } }, - "node_modules/clone": { - "version": "2.1.2", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, "node_modules/clone-deep": { "version": "4.0.1", "license": "MIT", @@ -9337,6 +7893,7 @@ "node_modules/cosmiconfig": { "version": "9.0.0", "license": "MIT", + "peer": true, "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -9360,11 +7917,13 @@ }, "node_modules/cosmiconfig/node_modules/argparse": { "version": "2.0.1", - "license": "Python-2.0" + "license": "Python-2.0", + "peer": true }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", "license": "MIT", + "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -9472,20 +8031,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/css-tree": { - "version": "2.3.1", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" - } - }, "node_modules/css-what": { "version": "6.1.0", "license": "BSD-2-Clause", @@ -9496,42 +8041,6 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/csso": { - "version": "5.0.5", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "css-tree": "~2.2.0" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", - "npm": ">=7.0.0" - } - }, - "node_modules/csso/node_modules/css-tree": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "mdn-data": "2.0.28", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", - "npm": ">=7.0.0" - } - }, - "node_modules/csso/node_modules/mdn-data": { - "version": "2.0.28", - "dev": true, - "license": "CC0-1.0", - "optional": true, - "peer": true - }, "node_modules/cuint": { "version": "0.2.2", "dev": true, @@ -9782,17 +8291,6 @@ "node": ">=8" } }, - "node_modules/detect-libc": { - "version": "1.0.3", - "dev": true, - "license": "Apache-2.0", - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/detect-newline": { "version": "3.1.0", "dev": true, @@ -9831,27 +8329,6 @@ "version": "1.0.0", "license": "MIT" }, - "node_modules/dom-serializer": { - "version": "1.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "dev": true, - "license": "BSD-2-Clause", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/domelementtype": { "version": "2.3.0", "funding": [ @@ -9862,33 +8339,6 @@ ], "license": "BSD-2-Clause" }, - "node_modules/domhandler": { - "version": "4.3.1", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/domutils": { - "version": "2.8.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, "node_modules/dot-prop": { "version": "6.0.1", "dev": true, @@ -10058,17 +8508,6 @@ "node": ">=8.6" } }, - "node_modules/entities": { - "version": "3.0.1", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/env-paths": { "version": "2.2.1", "license": "MIT", @@ -11431,14 +9870,6 @@ "node": ">=8.0.0" } }, - "node_modules/get-port": { - "version": "4.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/get-stream": { "version": "6.0.1", "license": "MIT", @@ -11856,84 +10287,20 @@ } ] }, - "node_modules/html-escaper": { - "version": "2.0.2", - "dev": true, - "license": "MIT" - }, - "node_modules/html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/htmlnano": { - "version": "2.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "cosmiconfig": "^9.0.0", - "posthtml": "^0.16.5", - "timsort": "^0.3.0" - }, - "peerDependencies": { - "cssnano": "^7.0.0", - "postcss": "^8.3.11", - "purgecss": "^6.0.0", - "relateurl": "^0.2.7", - "srcset": "5.0.1", - "svgo": "^3.0.2", - "terser": "^5.10.0", - "uncss": "^0.17.3" - }, - "peerDependenciesMeta": { - "cssnano": { - "optional": true - }, - "postcss": { - "optional": true - }, - "purgecss": { - "optional": true - }, - "relateurl": { - "optional": true - }, - "srcset": { - "optional": true - }, - "svgo": { - "optional": true - }, - "terser": { - "optional": true - }, - "uncss": { - "optional": true - } - } - }, - "node_modules/htmlparser2": { - "version": "7.2.0", - "dev": true, - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "license": "MIT", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.2", - "domutils": "^2.8.0", - "entities": "^3.0.1" + "node_modules/html-escaper": { + "version": "2.0.2", + "dev": true, + "license": "MIT" + }, + "node_modules/html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/http-errors": { @@ -12083,6 +10450,7 @@ "node_modules/import-fresh": { "version": "3.3.0", "license": "MIT", + "peer": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -12097,6 +10465,7 @@ "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", "license": "MIT", + "peer": true, "engines": { "node": ">=4" } @@ -12413,11 +10782,6 @@ "node": ">=8" } }, - "node_modules/is-json": { - "version": "2.0.1", - "dev": true, - "license": "ISC" - }, "node_modules/is-module": { "version": "1.0.0", "license": "MIT" @@ -13629,52 +11993,6 @@ "marky": "^1.2.2" } }, - "node_modules/lightningcss": { - "version": "1.26.0", - "dev": true, - "license": "MPL-2.0", - "dependencies": { - "detect-libc": "^1.0.3" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - }, - "optionalDependencies": { - "lightningcss-darwin-arm64": "1.26.0", - "lightningcss-darwin-x64": "1.26.0", - "lightningcss-freebsd-x64": "1.26.0", - "lightningcss-linux-arm-gnueabihf": "1.26.0", - "lightningcss-linux-arm64-gnu": "1.26.0", - "lightningcss-linux-arm64-musl": "1.26.0", - "lightningcss-linux-x64-gnu": "1.26.0", - "lightningcss-linux-x64-musl": "1.26.0", - "lightningcss-win32-arm64-msvc": "1.26.0", - "lightningcss-win32-x64-msvc": "1.26.0" - } - }, - "node_modules/lightningcss-darwin-arm64": { - "version": "1.26.0", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MPL-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, "node_modules/lil-uuid": { "version": "0.1.1", "license": "MIT" @@ -13693,35 +12011,6 @@ "version": "1.2.4", "license": "MIT" }, - "node_modules/lmdb": { - "version": "2.8.5", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "msgpackr": "^1.9.5", - "node-addon-api": "^6.1.0", - "node-gyp-build-optional-packages": "5.1.1", - "ordered-binary": "^1.4.1", - "weak-lru-cache": "^1.2.2" - }, - "bin": { - "download-lmdb-prebuilds": "bin/download-prebuilds.js" - }, - "optionalDependencies": { - "@lmdb/lmdb-darwin-arm64": "2.8.5", - "@lmdb/lmdb-darwin-x64": "2.8.5", - "@lmdb/lmdb-linux-arm": "2.8.5", - "@lmdb/lmdb-linux-arm64": "2.8.5", - "@lmdb/lmdb-linux-x64": "2.8.5", - "@lmdb/lmdb-win32-x64": "2.8.5" - } - }, - "node_modules/lmdb/node_modules/node-addon-api": { - "version": "6.1.0", - "dev": true, - "license": "MIT" - }, "node_modules/load-tsconfig": { "version": "0.2.5", "license": "MIT", @@ -14056,13 +12345,6 @@ "license": "Apache-2.0", "peer": true }, - "node_modules/mdn-data": { - "version": "2.0.30", - "dev": true, - "license": "CC0-1.0", - "optional": true, - "peer": true - }, "node_modules/media-typer": { "version": "0.3.0", "dev": true, @@ -14592,58 +12874,6 @@ "version": "2.0.0", "license": "MIT" }, - "node_modules/msgpackr": { - "version": "1.11.0", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "msgpackr-extract": "^3.0.2" - } - }, - "node_modules/msgpackr-extract": { - "version": "3.0.3", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "node-gyp-build-optional-packages": "5.2.2" - }, - "bin": { - "download-msgpackr-prebuilds": "bin/download-prebuilds.js" - }, - "optionalDependencies": { - "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" - } - }, - "node_modules/msgpackr-extract/node_modules/detect-libc": { - "version": "2.0.3", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/msgpackr-extract/node_modules/node-gyp-build-optional-packages": { - "version": "5.2.2", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "detect-libc": "^2.0.1" - }, - "bin": { - "node-gyp-build-optional-packages": "bin.js", - "node-gyp-build-optional-packages-optional": "optional.js", - "node-gyp-build-optional-packages-test": "build-test.js" - } - }, "node_modules/mssql": { "version": "10.0.4", "license": "MIT", @@ -14780,11 +13010,6 @@ "version": "3.1.1", "license": "MIT" }, - "node_modules/node-addon-api": { - "version": "7.1.1", - "dev": true, - "license": "MIT" - }, "node_modules/node-dir": { "version": "0.1.17", "license": "MIT", @@ -14855,27 +13080,6 @@ "node": ">= 6.13.0" } }, - "node_modules/node-gyp-build-optional-packages": { - "version": "5.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-libc": "^2.0.1" - }, - "bin": { - "node-gyp-build-optional-packages": "bin.js", - "node-gyp-build-optional-packages-optional": "optional.js", - "node-gyp-build-optional-packages-test": "build-test.js" - } - }, - "node_modules/node-gyp-build-optional-packages/node_modules/detect-libc": { - "version": "2.0.3", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, "node_modules/node-html-parser": { "version": "6.1.13", "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz", @@ -14956,7 +13160,8 @@ }, "node_modules/nullthrows": { "version": "1.1.1", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/ob1": { "version": "0.80.10", @@ -15226,11 +13431,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ordered-binary": { - "version": "1.5.1", - "dev": true, - "license": "MIT" - }, "node_modules/os-tmpdir": { "version": "1.0.2", "dev": true, @@ -15402,49 +13602,10 @@ "version": "5.4.1", "license": "MIT" }, - "node_modules/parcel": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.12.0.tgz", - "integrity": "sha512-W+gxAq7aQ9dJIg/XLKGcRT0cvnStFAQHPaI0pvD0U2l6IVLueUAm3nwN7lkY62zZNmlvNx6jNtE4wlbS+CyqSg==", - "dev": true, - "dependencies": { - "@parcel/config-default": "2.12.0", - "@parcel/core": "2.12.0", - "@parcel/diagnostic": "2.12.0", - "@parcel/events": "2.12.0", - "@parcel/fs": "2.12.0", - "@parcel/logger": "2.12.0", - "@parcel/package-manager": "2.12.0", - "@parcel/reporter-cli": "2.12.0", - "@parcel/reporter-dev-server": "2.12.0", - "@parcel/reporter-tracer": "2.12.0", - "@parcel/utils": "2.12.0", - "chalk": "^4.1.0", - "commander": "^7.0.0", - "get-port": "^4.2.0" - }, - "bin": { - "parcel": "lib/bin.js" - }, - "engines": { - "node": ">= 12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/parcel" - } - }, - "node_modules/parcel/node_modules/commander": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, "node_modules/parent-module": { "version": "1.0.1", "license": "MIT", + "peer": true, "dependencies": { "callsites": "^3.0.0" }, @@ -15688,56 +13849,6 @@ } } }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "dev": true, - "license": "MIT" - }, - "node_modules/posthtml": { - "version": "0.16.6", - "dev": true, - "license": "MIT", - "dependencies": { - "posthtml-parser": "^0.11.0", - "posthtml-render": "^3.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/posthtml-parser": { - "version": "0.10.2", - "dev": true, - "license": "MIT", - "dependencies": { - "htmlparser2": "^7.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/posthtml-render": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "is-json": "^2.0.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/posthtml/node_modules/posthtml-parser": { - "version": "0.11.0", - "dev": true, - "license": "MIT", - "dependencies": { - "htmlparser2": "^7.1.1" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/preferred-pm": { "version": "3.1.4", "dev": true, @@ -16191,11 +14302,6 @@ } } }, - "node_modules/react-error-overlay": { - "version": "6.0.9", - "dev": true, - "license": "MIT" - }, "node_modules/react-is": { "version": "18.3.1", "license": "MIT" @@ -16325,14 +14431,6 @@ "license": "MIT", "peer": true }, - "node_modules/react-refresh": { - "version": "0.9.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/read-package-json": { "version": "6.0.4", "dev": true, @@ -17222,16 +15320,6 @@ "node": ">=0.10.0" } }, - "node_modules/source-map-js": { - "version": "1.2.0", - "dev": true, - "license": "BSD-3-Clause", - "optional": true, - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map-support": { "version": "0.5.13", "dev": true, @@ -17353,24 +15441,6 @@ "node": ">=8.6.0 <=20" } }, - "node_modules/srcset": { - "version": "5.0.1", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/stable": { - "version": "0.1.8", - "dev": true, - "license": "MIT" - }, "node_modules/stack-trace": { "version": "0.0.10", "dev": true, @@ -17695,42 +15765,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/svgo": { - "version": "3.3.2", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^5.1.0", - "css-tree": "^2.3.1", - "css-what": "^6.1.0", - "csso": "^5.0.5", - "picocolors": "^1.0.0" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/svgo" - } - }, - "node_modules/svgo/node_modules/commander": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">= 10" - } - }, "node_modules/table": { "version": "6.8.2", "dev": true, @@ -18074,11 +16108,6 @@ "safe-buffer": "~5.1.0" } }, - "node_modules/timsort": { - "version": "0.3.0", - "dev": true, - "license": "MIT" - }, "node_modules/tinyglobby": { "version": "0.2.9", "license": "MIT", @@ -18614,14 +16643,6 @@ "version": "1.0.2", "license": "MIT" }, - "node_modules/utility-types": { - "version": "3.11.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/utils-merge": { "version": "1.0.1", "license": "MIT", @@ -18696,11 +16717,6 @@ "defaults": "^1.0.3" } }, - "node_modules/weak-lru-cache": { - "version": "1.2.2", - "dev": true, - "license": "MIT" - }, "node_modules/web-streams-polyfill": { "version": "4.0.0-beta.3", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", diff --git a/package.json b/package.json index 6f5dd2cf1..f1b632926 100644 --- a/package.json +++ b/package.json @@ -56,15 +56,12 @@ "@flatfile/listener": "^1.1.0", "@flatfile/utils-testing": "^0.3.1", "@octokit/rest": "^21.0.2", - "@parcel/packager-ts": "^2.12.0", - "@parcel/transformer-typescript-types": "^2.12.0", "@types/jest": "^29.5.13", "@types/node": "^20.2.5", "dotenv": "^16.4.5", "dotenv-expand": "^10.0.0", "dotenv-flow": "^3.2.0", "jest": "^29.5.0", - "parcel": "latest", "prettier": "^3.2.5", "ts-jest": "^29.2.5", "turbo": "^1.10.2", @@ -72,7 +69,6 @@ }, "optionalDependencies": { "@flatfile/changelog": "^1.0.3", - "@parcel/watcher-linux-x64-glibc": "^2.3.0", "@rollup/rollup-linux-x64-gnu": "^4.8.0" } } diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 142f56116..0824b876c 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -33,12 +33,14 @@ "import": "./dist/index.browser.js", "require": "./dist/index.browser.cjs" }, + "umd": "./dist/index.umd.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.js", + "umd": "./dist/index.umd.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ @@ -77,4 +79,4 @@ "devDependencies": { "@flatfile/bundler-config-tsup": "^0.0.0" } -} +} \ No newline at end of file diff --git a/plugins/record-hook/tsup.config.mjs b/plugins/record-hook/tsup.config.mjs index bd6420831..57aa2a88f 100644 --- a/plugins/record-hook/tsup.config.mjs +++ b/plugins/record-hook/tsup.config.mjs @@ -1,3 +1,14 @@ import { defineConfig } from '@flatfile/bundler-config-tsup' -export default defineConfig({}) +const umdExternals = [ + '@flatfile/api', + '@flatfile/hooks', + '@flatfile/listener', + '@flatfile/util-common', +] + +export default defineConfig({ + globalName: 'PluginRecordHook', + includeUmd: true, + umdConfig: { name: 'PluginRecordHook', external: umdExternals }, +}) From 294678b0d802b4af669bf913b60b18e3fe261615 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 12:13:50 -0500 Subject: [PATCH 08/20] Remove dup type --- enrich/summarize/package.json | 1 - extract/markdown/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index d7f82df6e..6ef84a6d0 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -7,7 +7,6 @@ "category": "enrich" }, "type": "module", - "type": "module", "engines": { "node": ">= 16" }, diff --git a/extract/markdown/package.json b/extract/markdown/package.json index a320e6123..b5da7c693 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -10,7 +10,6 @@ "engines": { "node": ">= 16" }, - "type": "module", "exports": { ".": { "node": { From cfcd829b7b11186f9b5e7682b81214f1bfb40b1a Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 12:25:15 -0500 Subject: [PATCH 09/20] revert changelog update --- plugins/json-extractor/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/json-extractor/CHANGELOG.md b/plugins/json-extractor/CHANGELOG.md index 855dbda65..c013454b1 100644 --- a/plugins/json-extractor/CHANGELOG.md +++ b/plugins/json-extractor/CHANGELOG.md @@ -58,7 +58,7 @@ - e9ea2d8: This release refactors and optimizes import statements across all plugins and utility files, particularly emphasizing the use of TypeScript's type keyword for type-only imports. Additionally, this release centralizes the Rollup configuration and replaces axios with cross-fetch for HTTP requests. These changes streamline the codebase, enhance type safety, and unify HTTP request handling across the project. - Updated dependencies [e9ea2d8] - @flatfile/util-extractor@0.5.6 - - @flatfile/bundler-config-rollup@0.1.0 + - @flatfile/rollup-config@0.1.0 ## 0.7.1 From d04c191c920835a218157548f48352677463a220 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 12:36:52 -0500 Subject: [PATCH 10/20] Create five-hounds-wash.md --- .changeset/five-hounds-wash.md | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .changeset/five-hounds-wash.md diff --git a/.changeset/five-hounds-wash.md b/.changeset/five-hounds-wash.md new file mode 100644 index 000000000..9128cc306 --- /dev/null +++ b/.changeset/five-hounds-wash.md @@ -0,0 +1,61 @@ +--- +'@flatfile/plugin-webhook-event-forwarder': minor +'@flatfile/plugin-foreign-db-extractor': minor +'@flatfile/plugin-delimiter-extractor': minor +'@flatfile/plugin-convert-sql-ddl': minor +'@flatfile/plugin-connect-via-merge': minor +'@flatfile/util-response-rejection': minor +'@flatfile/plugin-export-workbook': minor +'@flatfile/plugin-space-configure': minor +'@flatfile/bundler-config-rollup': minor +'@flatfile/plugin-graphql-schema': minor +'@flatfile/plugin-json-extractor': minor +'@flatfile/plugin-convert-openapi-schema': minor +'@flatfile/plugin-webhook-egress': minor +'@flatfile/plugin-xlsx-extractor': minor +'@flatfile/plugin-dxp-configure': minor +'@flatfile/plugin-pdf-extractor': minor +'@flatfile/plugin-psv-extractor': minor +'@flatfile/plugin-tsv-extractor': minor +'@flatfile/plugin-xml-extractor': minor +'@flatfile/plugin-zip-extractor': minor +'@flatfile/bundler-config-tsup': minor +'@flatfile/common-plugin-utils': minor +'@flatfile/plugin-constraints': minor +'@flatfile/plugin-job-handler': minor +'@flatfile/plugin-convert-json-schema': minor +'@flatfile/plugin-record-hook': minor +'@flatfile/plugin-view-mapped': minor +'@flatfile/plugin-convert-yaml-schema': minor +'@flatfile/plugin-convert-what3words': minor +'@flatfile/plugin-export-pivot-table': minor +'@flatfile/plugin-extract-html-table': minor +'@flatfile/plugin-import-llm-records': minor +'@flatfile/util-fetch-schema': minor +'@flatfile/plugin-convert-translate': minor +'@flatfile/util-file-buffer': minor +'@flatfile/plugin-convert-currency': minor +'@flatfile/plugin-enrich-sentiment': minor +'@flatfile/plugin-enrich-summarize': minor +'@flatfile/plugin-extract-markdown': minor +'@flatfile/plugin-autocast': minor +'@flatfile/plugin-validate-boolean': minor +'@flatfile/plugin-automap': minor +'@flatfile/plugin-rollout': minor +'@flatfile/util-extractor': minor +'@flatfile/plugin-validate-number': minor +'@flatfile/plugin-validate-string': minor +'@flatfile/plugin-enrich-geocode': minor +'@flatfile/plugin-dedupe': minor +'@flatfile/plugin-validate-email': minor +'@flatfile/plugin-validate-phone': minor +'@flatfile/utils-testing': minor +'@flatfile/plugin-validate-date': minor +'@flatfile/plugin-validate-isbn': minor +'@flatfile/plugin-import-faker': minor +'@flatfile/util-common': minor +'@flatfile/plugin-enrich-gpx': minor +'@flatfile/plugin-import-rss': minor +--- + +The release swaps the package's bundler to tsup. From 1cdf87cceaf15005204d29979d0413ac4e8d50f0 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 18:42:54 -0500 Subject: [PATCH 11/20] add publint --- bundlers/tsup-config/index.mjs | 30 +--- convert/currency/package.json | 4 +- convert/translate/package.json | 4 +- convert/what3words/package.json | 4 +- enrich/geocode/package.json | 9 +- enrich/gpx/package.json | 4 +- enrich/sentiment/package.json | 4 +- enrich/summarize/package.json | 4 +- export/pivot-table/package.json | 4 +- extract/html-table/package.json | 4 +- extract/markdown/package.json | 4 +- import/faker/package.json | 4 +- import/llm-records/package.json | 4 +- import/rss/package.json | 4 +- package-lock.json | 174 +++++++++++++++++-- package.json | 5 +- plugins/autocast/package.json | 4 +- plugins/automap/package.json | 4 +- plugins/constraints/package.json | 4 +- plugins/dedupe/package.json | 4 +- plugins/delimiter-extractor/package.json | 4 +- plugins/dxp-configure/package.json | 4 +- plugins/export-workbook/package.json | 4 +- plugins/foreign-db-extractor/package.json | 4 +- plugins/graphql-schema/package.json | 4 +- plugins/job-handler/package.json | 4 +- plugins/json-extractor/package.json | 4 +- plugins/json-schema/package.json | 4 +- plugins/merge-connection/package.json | 4 +- plugins/openapi-schema/package.json | 4 +- plugins/pdf-extractor/package.json | 4 +- plugins/psv-extractor/package.json | 4 +- plugins/record-hook/package.json | 5 +- plugins/record-hook/tsup.config.mjs | 13 +- plugins/rollout/package.json | 4 +- plugins/space-configure/package.json | 4 +- plugins/sql-ddl-converter/package.json | 4 +- plugins/tsv-extractor/package.json | 4 +- plugins/view-mapped/package.json | 4 +- plugins/webhook-egress/package.json | 4 +- plugins/webhook-event-forwarder/package.json | 4 +- plugins/xlsx-extractor/package.json | 4 +- plugins/xml-extractor/package.json | 4 +- plugins/yaml-schema/package.json | 4 +- plugins/zip-extractor/package.json | 4 +- support/common-utils/package.json | 4 +- turbo.json | 2 +- utils/common/package.json | 4 +- utils/extractor/package.json | 4 +- utils/fetch-schema/package.json | 4 +- utils/file-buffer/package.json | 4 +- utils/response-rejection/package.json | 4 +- utils/testing/package.json | 4 +- validate/boolean/package.json | 4 +- validate/date/package.json | 4 +- validate/email/package.json | 4 +- validate/isbn/package.json | 4 +- validate/number/package.json | 4 +- validate/phone/package.json | 4 +- validate/string/package.json | 4 +- 60 files changed, 276 insertions(+), 174 deletions(-) diff --git a/bundlers/tsup-config/index.mjs b/bundlers/tsup-config/index.mjs index 76cec5619..44e67c067 100644 --- a/bundlers/tsup-config/index.mjs +++ b/bundlers/tsup-config/index.mjs @@ -3,12 +3,7 @@ import { defineConfig as tsupDefineConfig } from 'tsup' dotenv.config() -export function defineConfig({ - includeBrowser = true, - includeNode = true, - includeUmd = false, - umdConfig = { name: undefined, external: [] }, -}) { +export function defineConfig({ includeBrowser = true, includeNode = true }) { const minify = process.env.NODE_ENV === 'production' if (!minify) { console.log('Not in production mode - skipping minification') @@ -28,15 +23,6 @@ export function defineConfig({ }), } - if (includeUmd) { - nodeConfig.format.push('iife') - nodeConfig.globalName = umdConfig.name - nodeConfig.outExtension = ({ format }) => ({ - js: format === 'cjs' ? '.cjs' : format === 'iife' ? '.umd.js' : '.js', - }) - nodeConfig.external = umdConfig.external - } - const browserConfig = { name: 'browser', platform: 'browser', @@ -51,20 +37,6 @@ export function defineConfig({ }), } - if (includeUmd) { - browserConfig.format.push('iife') - browserConfig.globalName = umdConfig.name - browserConfig.outExtension = ({ format }) => ({ - js: - format === 'cjs' - ? '.browser.cjs' - : format === 'iife' - ? '.browser.umd.js' - : '.browser.js', - }) - browserConfig.external = umdConfig.external - } - const configs = [] if (includeNode) configs.push(nodeConfig) if (includeBrowser) configs.push(browserConfig) diff --git a/convert/currency/package.json b/convert/currency/package.json index 8c1a2a525..e61fd2d9a 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -68,7 +68,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "convert/currency" }, "browserslist": [ diff --git a/convert/translate/package.json b/convert/translate/package.json index 106400750..9458daf89 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/YourGitHubUsername/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "convert/translate" }, "license": "ISC", diff --git a/convert/what3words/package.json b/convert/what3words/package.json index b17d4e7f3..75b0a2028 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "convert/what3words" }, "license": "ISC", diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index a4be58357..8f6613070 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "enrich/geocode" }, "license": "ISC", @@ -73,9 +73,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/hooks": "^1.5.0", - "@flatfile/bundler-config-tsup": "^0.0.0", - "@types/node": "^22.6.1", - "typescript": "^5.6.2" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index 9e407ced9..03192d64d 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "enrich/gpx" }, "license": "ISC", diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index 7b56c41d7..2b62fdca8 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -68,7 +68,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "enrich/sentiment" }, "browserslist": [ diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index 6ef84a6d0..67d15b98c 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "enrich/summarize" }, "license": "ISC", diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index 7877bcb8b..78b336a4c 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "export/pivot-table" }, "license": "ISC", diff --git a/extract/html-table/package.json b/extract/html-table/package.json index f9745cf9e..f5ba6de9d 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -67,7 +67,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "extract/html-table" }, "browserslist": [ diff --git a/extract/markdown/package.json b/extract/markdown/package.json index b5da7c693..3e1617f1f 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "FlatFilers", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "extract/markdown" }, "license": "ISC", diff --git a/import/faker/package.json b/import/faker/package.json index 8a3b981e2..dc8488148 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "import/faker" }, "license": "ISC", diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 3945d540f..171a1a5b0 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "import/llm-records" }, "license": "ISC", diff --git a/import/rss/package.json b/import/rss/package.json index 07ee0491b..eec5f3d02 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "import/rss" }, "license": "ISC", diff --git a/package-lock.json b/package-lock.json index e20e9a317..ec7a12e0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,6 +34,7 @@ "dotenv-flow": "^3.2.0", "jest": "^29.5.0", "prettier": "^3.2.5", + "publint": "^0.2.12", "ts-jest": "^29.2.5", "turbo": "^1.10.2", "typescript": "^5.0.4" @@ -142,10 +143,7 @@ "cross-fetch": "^4.0.0" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.0.0", - "@flatfile/hooks": "^1.5.0", - "@types/node": "^22.6.1", - "typescript": "^5.6.2" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -154,15 +152,6 @@ "@flatfile/listener": "^1.0.5" } }, - "enrich/geocode/node_modules/@types/node": { - "version": "22.7.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", - "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", - "dev": true, - "dependencies": { - "undici-types": "~6.19.2" - } - }, "enrich/gpx": { "name": "@flatfile/plugin-enrich-gpx", "version": "0.1.0", @@ -10433,6 +10422,39 @@ "node": ">= 4" } }, + "node_modules/ignore-walk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", + "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", + "dev": true, + "dependencies": { + "minimatch": "^5.0.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/image-size": { "version": "1.1.1", "license": "MIT", @@ -13130,6 +13152,27 @@ "node": ">=0.10.0" } }, + "node_modules/npm-bundled": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-2.0.1.tgz", + "integrity": "sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==", + "dev": true, + "dependencies": { + "npm-normalize-package-bin": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-bundled/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "dev": true, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/npm-normalize-package-bin": { "version": "3.0.1", "dev": true, @@ -13138,6 +13181,74 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/npm-packlist": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.3.tgz", + "integrity": "sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==", + "dev": true, + "dependencies": { + "glob": "^8.0.1", + "ignore-walk": "^5.0.1", + "npm-bundled": "^2.0.0", + "npm-normalize-package-bin": "^2.0.0" + }, + "bin": { + "npm-packlist": "bin/index.js" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-packlist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-packlist/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-packlist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm-packlist/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "dev": true, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "license": "MIT", @@ -13711,8 +13822,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.1", - "license": "ISC" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -14090,6 +14202,26 @@ "dev": true, "license": "ISC" }, + "node_modules/publint": { + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/publint/-/publint-0.2.12.tgz", + "integrity": "sha512-YNeUtCVeM4j9nDiTT2OPczmlyzOkIXNtdDZnSuajAxS/nZ6j3t7Vs9SUB4euQNddiltIwu7Tdd3s+hr08fAsMw==", + "dev": true, + "dependencies": { + "npm-packlist": "^5.1.3", + "picocolors": "^1.1.1", + "sade": "^1.8.1" + }, + "bin": { + "publint": "lib/cli.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://bjornlu.com/sponsor" + } + }, "node_modules/pubnub": { "version": "8.2.7", "license": "SEE LICENSE IN LICENSE", @@ -14923,6 +15055,18 @@ "queue-microtask": "^1.2.2" } }, + "node_modules/sade": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", + "dev": true, + "dependencies": { + "mri": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/safe-array-concat": { "version": "1.1.2", "license": "MIT", diff --git a/package.json b/package.json index f1b632926..c189bb359 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "validate/*" ], "scripts": { - "clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' -o -name '.parcel-cache' ')' -type d -exec rm -rf {} +", + "clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' ')' -type d -exec rm -rf {} +", "build": "turbo build", "build:prod": "turbo build:prod", "build:clean": "npm run clean && npm i && turbo build", @@ -32,7 +32,7 @@ "changeset": "changeset", "changeset-apply": "changeset version", "release": "NODE_ENV=production turbo build && changeset publish", - "check-exports": "turbo check-exports" + "checks": "turbo checks" }, "repository": { "type": "git", @@ -63,6 +63,7 @@ "dotenv-flow": "^3.2.0", "jest": "^29.5.0", "prettier": "^3.2.5", + "publint": "^0.2.12", "ts-jest": "^29.2.5", "turbo": "^1.10.2", "typescript": "^5.0.4" diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 72e3c5646..0260942df 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -57,7 +57,7 @@ "author": "Alex Hollenbeck", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/autocast" }, "license": "ISC", diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 371dc9f29..5d6b28022 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/automap" }, "license": "ISC", diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 060a9773e..e2fdec13c 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -52,7 +52,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/constraints" }, "license": "ISC", diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index e567f06cf..edb8da458 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -55,7 +55,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/dedupe" }, "license": "ISC", diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index fe5ca03e4..2b8accd04 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -48,7 +48,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/delimiter-parser" }, "license": "ISC", diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 11413f9e9..8cd8c31d7 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/dxp-configure" }, "license": "ISC", diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 25417d21a..289785254 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -46,7 +46,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/export-workbook" }, "license": "ISC", diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index e8cb62119..50fe2d10b 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -50,7 +50,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/foreign-db-extractor" }, "license": "ISC", diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 0581541b6..67639f99a 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -52,7 +52,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/graphql-schema" }, "license": "ISC", diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index b0d52f3af..149dbab99 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/job-handler" }, "license": "ISC", diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index 79ff7c543..eb79bb924 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/json-extractor" }, "license": "ISC", diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 8a04cf61c..e066dff01 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -57,7 +57,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/openapi-schema-converter" }, "license": "ISC", diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 69502609b..4684bb8da 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -50,7 +50,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/merge" }, "license": "ISC", diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index e2ec9394c..62ecc0d1e 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/openapi-schema-converter" }, "license": "ISC", diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index f8f5e7e79..21b806738 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -54,7 +54,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/pdf-extractor" }, "license": "ISC", diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 495321bfc..3999dd41f 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -50,7 +50,7 @@ "author": "Ashley Mulligan", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/psv-parser" }, "license": "ISC", diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 0824b876c..ed25e6408 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -33,7 +33,6 @@ "import": "./dist/index.browser.js", "require": "./dist/index.browser.cjs" }, - "umd": "./dist/index.umd.js", "default": "./dist/index.js" }, "./package.json": "./package.json" @@ -50,7 +49,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -64,7 +63,7 @@ "author": "Alex Hollenbeck", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/record-hook" }, "license": "ISC", diff --git a/plugins/record-hook/tsup.config.mjs b/plugins/record-hook/tsup.config.mjs index 57aa2a88f..bd6420831 100644 --- a/plugins/record-hook/tsup.config.mjs +++ b/plugins/record-hook/tsup.config.mjs @@ -1,14 +1,3 @@ import { defineConfig } from '@flatfile/bundler-config-tsup' -const umdExternals = [ - '@flatfile/api', - '@flatfile/hooks', - '@flatfile/listener', - '@flatfile/util-common', -] - -export default defineConfig({ - globalName: 'PluginRecordHook', - includeUmd: true, - umdConfig: { name: 'PluginRecordHook', external: umdExternals }, -}) +export default defineConfig({}) diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index c6b736745..33e76980d 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -49,7 +49,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/rollout" }, "license": "ISC", diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index 941c7d837..0a738fb83 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/space-configure" }, "license": "ISC", diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index 2335342a0..f94d98795 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -46,7 +46,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/sql-ddl-converter" }, "license": "ISC", diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 53bbf715e..041f4b08e 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -50,7 +50,7 @@ "author": "Ashley Mulligan", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/tsv-parser" }, "license": "ISC", diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index be3b47f93..c6385e03d 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/view-mapped" }, "license": "ISC", diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index 9eeea8de2..b7bdd93b3 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/webhook-egress" }, "license": "ISC", diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 0c8869405..f67ee7c81 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -52,7 +52,7 @@ "author": "Morgan Daley", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/webhook-event-forwarder" }, "license": "ISC", diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 3d73b8709..519722592 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -48,7 +48,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/xlsx-extractor" }, "license": "ISC", diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index a7ebc12dc..a5b898f58 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -55,7 +55,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/xml-extractor" }, "license": "ISC", diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 3b51dc2fb..801af4210 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -56,7 +56,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/yaml-schema" }, "license": "ISC", diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index 9b993f124..e3b06e743 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -48,7 +48,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "plugins/zip-extractor" }, "license": "ISC", diff --git a/support/common-utils/package.json b/support/common-utils/package.json index b6ebcb8f1..85aa8903a 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -46,7 +46,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -54,7 +54,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "support/common-utils" }, "license": "ISC", diff --git a/turbo.json b/turbo.json index 998be9218..ba3ceb116 100644 --- a/turbo.json +++ b/turbo.json @@ -28,7 +28,7 @@ "outputs": [], "env": ["TURBO_CACHE_ENABLED"] }, - "check-exports": { + "checks": { "dependsOn": ["^build"] } } diff --git a/utils/common/package.json b/utils/common/package.json index 77d17e24a..35bb5b4ef 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -41,7 +41,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -49,7 +49,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/common" }, "license": "ISC", diff --git a/utils/extractor/package.json b/utils/extractor/package.json index d4e14356d..36fb24db2 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -45,13 +45,13 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/extractor" }, "license": "ISC", diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index 12261f643..408a85ed6 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -50,7 +50,7 @@ "author": "Morgan Daley", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/fetch-schema" }, "license": "ISC", diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 9603fd0b8..77774e4dd 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -54,7 +54,7 @@ "author": "David Boskovic", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/file-buffer" }, "license": "ISC", diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index a61c5dc53..5ecb725b3 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest --passWithNoTests" }, @@ -54,7 +54,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/response-rejection" }, "license": "ISC", diff --git a/utils/testing/package.json b/utils/testing/package.json index adbc5898a..0c97ed0ac 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -39,7 +39,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -48,7 +48,7 @@ "author": "Carl Brugger", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "utils/testing" }, "license": "ISC", diff --git a/validate/boolean/package.json b/validate/boolean/package.json index cbcf57662..418b9ce3f 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/boolean" }, "license": "ISC", diff --git a/validate/date/package.json b/validate/date/package.json index e5926ebc6..ee2d08ec9 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/date" }, "license": "ISC", diff --git a/validate/email/package.json b/validate/email/package.json index 7f82346c7..1657e2e77 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -62,7 +62,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/email" }, "dependencies": { diff --git a/validate/isbn/package.json b/validate/isbn/package.json index d36de1236..0505d1e8e 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -68,7 +68,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/isbn" }, "browserslist": [ diff --git a/validate/number/package.json b/validate/number/package.json index 7c1360165..84151c1b5 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -40,7 +40,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -63,7 +63,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/number" }, "browserslist": [ diff --git a/validate/phone/package.json b/validate/phone/package.json index b3f82c39e..6f627b116 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -61,7 +61,7 @@ "author": "Flatfile, Inc.", "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validators/phone" }, "license": "ISC", diff --git a/validate/string/package.json b/validate/string/package.json index 374762247..3daa53c7b 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "check-exports": "attw --pack .", + "checks": "tsc && attw --pack . && publint . && publint deps", "lint": "tsc", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", @@ -66,7 +66,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/FlatFilers/flatfile-plugins.git", + "url": "git+https://github.com/FlatFilers/flatfile-plugins.git", "directory": "validate/string" }, "browserslist": [ From 1799bf8e10aac8f81c21b650dd3252e06a87753f Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 19:10:44 -0500 Subject: [PATCH 12/20] package.json updates --- convert/currency/package.json | 4 ++-- convert/translate/package.json | 4 ++-- convert/what3words/package.json | 4 ++-- enrich/geocode/package.json | 4 ++-- enrich/gpx/package.json | 4 ++-- enrich/sentiment/package.json | 4 ++-- enrich/summarize/package.json | 4 ++-- export/pivot-table/package.json | 4 ++-- extract/html-table/package.json | 4 ++-- extract/markdown/package.json | 4 ++-- import/faker/package.json | 4 ++-- import/llm-records/package.json | 4 ++-- import/rss/package.json | 4 ++-- plugins/autocast/package.json | 4 ++-- plugins/automap/package.json | 4 ++-- plugins/constraints/package.json | 5 +++-- plugins/dedupe/package.json | 5 +++-- plugins/delimiter-extractor/package.json | 4 ++-- plugins/dxp-configure/package.json | 4 ++-- plugins/export-workbook/package.json | 4 ++-- plugins/foreign-db-extractor/package.json | 5 +++-- plugins/graphql-schema/package.json | 5 +++-- plugins/job-handler/package.json | 4 ++-- plugins/json-extractor/package.json | 4 ++-- plugins/json-schema/package.json | 4 ++-- plugins/merge-connection/package.json | 5 +++-- plugins/openapi-schema/package.json | 4 ++-- plugins/pdf-extractor/package.json | 4 ++-- plugins/psv-extractor/package.json | 5 +++-- plugins/record-hook/package.json | 4 ++-- plugins/rollout/package.json | 4 ++-- plugins/space-configure/package.json | 4 ++-- plugins/sql-ddl-converter/package.json | 4 ++-- plugins/tsv-extractor/package.json | 5 +++-- plugins/view-mapped/package.json | 4 ++-- plugins/webhook-egress/package.json | 4 ++-- plugins/webhook-event-forwarder/package.json | 4 ++-- plugins/xlsx-extractor/package.json | 4 ++-- plugins/xml-extractor/package.json | 5 +++-- plugins/xml-extractor/tsconfig.json | 2 +- plugins/yaml-schema/package.json | 4 ++-- plugins/zip-extractor/package.json | 4 ++-- support/common-utils/package.json | 5 +++-- utils/common/package.json | 5 +++-- utils/extractor/package.json | 4 ++-- utils/fetch-schema/package.json | 5 +++-- utils/file-buffer/package.json | 4 ++-- utils/response-rejection/package.json | 4 ++-- utils/testing/package.json | 5 +++-- validate/boolean/package.json | 4 ++-- validate/date/package.json | 4 ++-- validate/email/package.json | 4 ++-- validate/isbn/package.json | 4 ++-- validate/number/package.json | 4 ++-- validate/phone/package.json | 4 ++-- validate/string/package.json | 4 ++-- 56 files changed, 123 insertions(+), 111 deletions(-) diff --git a/convert/currency/package.json b/convert/currency/package.json index e61fd2d9a..f58146e9d 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/convert/translate/package.json b/convert/translate/package.json index 9458daf89..e02e2a270 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/convert/what3words/package.json b/convert/what3words/package.json index 75b0a2028..d6ac8e4ed 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index 8f6613070..aaa5eb173 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index 03192d64d..7a1c5bd83 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index 2b62fdca8..c352f2f93 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index 67d15b98c..18d0bc2e6 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index 78b336a4c..45bef2eec 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/extract/html-table/package.json b/extract/html-table/package.json index f5ba6de9d..3fb38a0cd 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/extract/markdown/package.json b/extract/markdown/package.json index 3e1617f1f..478f60609 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/import/faker/package.json b/import/faker/package.json index dc8488148..912c4af71 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 171a1a5b0..bd36d3dfd 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/import/rss/package.json b/import/rss/package.json index eec5f3d02..4f30db74b 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 0260942df..c6e3e4ba1 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 5d6b28022..893dffa65 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index e2fdec13c..43d40aafe 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-constraints", "version": "3.0.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/constraints", "description": "A plugin for extending blueprint with external constraints", "type": "module", "engines": { @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index edb8da458..317e0e5c7 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-dedupe", "version": "1.2.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dedupe", "description": "Dedupe records in a sheet via a sheet level custom action.", "registryMetadata": { "category": "transform" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 2b8accd04..955e409c8 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 8cd8c31d7..507c28fca 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 289785254..5dbbe7988 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [ diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index 50fe2d10b..c44dadfcf 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-foreign-db-extractor", "version": "0.2.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/foreign-db-extractor", "description": "A plugin for extracting MSSQL DBs from a .bak file.", "registryMetadata": { "category": "extractor" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [], diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 67639f99a..47093e1dc 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-graphql-schema", "version": "1.3.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/graphql-schema", "description": "A plugin for converting GraphQL to Flatfile blueprint.", "registryMetadata": { "category": "core" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 149dbab99..443070c25 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index eb79bb924..fd93ec386 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index e066dff01..5a0565466 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 4684bb8da..f9befd943 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-connect-via-merge", "version": "0.4.2", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/merge-connection", "description": "A connect plugin for Merge.dev", "registryMetadata": { "category": "connect" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [], diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 62ecc0d1e..580fe6e6a 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index 21b806738..2a1f25658 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [ diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 3999dd41f..331d03815 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-psv-extractor", "version": "1.9.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/psv-extractor", "description": "A plugin for parsing a psv file and extracting it into Flatfile.", "registryMetadata": { "category": "extractors" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [], diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index ed25e6408..1c5200ead 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -49,8 +49,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 33e76980d..7de83c4ab 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index 0a738fb83..a2805bfc9 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index f94d98795..3ff6b4ec7 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [ diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 041f4b08e..184e517ca 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-tsv-extractor", "version": "1.8.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/tsv-extractor", "description": "A plugin for parsing a tsv file and extracting it into Flatfile.", "registryMetadata": { "category": "extractors" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [], diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index c6385e03d..c0836568d 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index b7bdd93b3..6f38af0f3 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index f67ee7c81..583f5f735 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -42,8 +42,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 519722592..905d6972b 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index a5b898f58..60be12367 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/plugin-xml-extractor", "version": "0.7.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xml-extractor", "description": "A plugin for parsing .xml files in Flatfile.", "registryMetadata": { "category": "extractors" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/xml-extractor/tsconfig.json b/plugins/xml-extractor/tsconfig.json index b04604289..bcdf7b52c 100644 --- a/plugins/xml-extractor/tsconfig.json +++ b/plugins/xml-extractor/tsconfig.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/tsconfig", + "$schema": "https://json.schemastore.org/tsc --noEmitonfig", "display": "Base", "compilerOptions": { "allowSyntheticDefaultImports": true, diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 801af4210..b984fde33 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index e3b06e743..3b41ae0be 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -35,8 +35,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 85aa8903a..52fbc5969 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/common-plugin-utils", "version": "1.0.2", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/support/common-utils", "description": "A library containing common utilities and helpers for plugins", "keywords": [], "author": "Flatfile", @@ -46,8 +47,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/utils/common/package.json b/utils/common/package.json index 35bb5b4ef..4672fb1fa 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/util-common", "version": "1.4.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/common", "description": "A library containing common utilities and helpers for plugins.", "keywords": [], "author": "Carl Brugger", @@ -41,8 +42,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 36fb24db2..3013244b3 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -45,8 +45,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "repository": { diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index 408a85ed6..b7b662844 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/util-fetch-schema", "version": "0.2.4", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/fetch-schema", "description": "A utility for fetching schemas for processing", "registryMetadata": { "category": "utilities" @@ -42,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [], diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 77774e4dd..9f53bcc30 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [ diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 5ecb725b3..a0998b326 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, "keywords": [ diff --git a/utils/testing/package.json b/utils/testing/package.json index 0c97ed0ac..2973c244b 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -1,6 +1,7 @@ { "name": "@flatfile/utils-testing", "version": "0.3.1", + "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/testing", "description": "A utility package for testing plugins", "engines": { "node": ">= 16" @@ -39,8 +40,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 418b9ce3f..4d1bf4a11 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/date/package.json b/validate/date/package.json index ee2d08ec9..d08f17d08 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/email/package.json b/validate/email/package.json index 1657e2e77..cf9a450dd 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/isbn/package.json b/validate/isbn/package.json index 0505d1e8e..f06d7fb08 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/number/package.json b/validate/number/package.json index 84151c1b5..35acaf6b3 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -40,8 +40,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/phone/package.json b/validate/phone/package.json index 6f627b116..a9ad723c3 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -48,8 +48,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" diff --git a/validate/string/package.json b/validate/string/package.json index 3daa53c7b..030feab75 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -43,8 +43,8 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc && attw --pack . && publint . && publint deps", - "lint": "tsc", + "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", "test:e2e": "jest src/*.e2e.spec.ts --detectOpenHandles" From de08e1b4f248f25057de8cc2a31d902b644a2bc8 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 19:10:59 -0500 Subject: [PATCH 13/20] add umd build --- bundlers/rollup-config/index.mjs | 58 ++++++++++++++++----------- plugins/record-hook/package.json | 6 +-- plugins/record-hook/rollup.config.mjs | 18 +++++++++ 3 files changed, 55 insertions(+), 27 deletions(-) create mode 100644 plugins/record-hook/rollup.config.mjs diff --git a/bundlers/rollup-config/index.mjs b/bundlers/rollup-config/index.mjs index 1f734dc7a..1e7ef2682 100644 --- a/bundlers/rollup-config/index.mjs +++ b/bundlers/rollup-config/index.mjs @@ -35,30 +35,36 @@ function commonPlugins(browser, umd = false) { export function buildConfig({ external = [], + includeNode = true, includeBrowser = true, + includeDefinition = true, includeUmd = false, umdConfig = { name: undefined, external: [] }, }) { return [ // Node.js build - { - input: 'src/index.ts', - output: [ - { - exports: 'auto', - file: 'dist/index.cjs', - format: 'cjs', - }, - { - exports: 'auto', - file: 'dist/index.js', - sourcemap: false, - format: 'es', - }, - ], - plugins: commonPlugins(false), - external, - }, + ...(includeNode + ? [ + { + input: 'src/index.ts', + output: [ + { + exports: 'auto', + file: 'dist/index.cjs', + format: 'cjs', + }, + { + exports: 'auto', + file: 'dist/index.js', + sourcemap: false, + format: 'es', + }, + ], + plugins: commonPlugins(false), + external, + }, + ] + : []), // Browser build ...(includeBrowser ? [ @@ -83,11 +89,15 @@ export function buildConfig({ ] : []), // Definition file - { - input: 'src/index.ts', - output: [{ file: 'dist/index.d.ts', format: 'es' }], - plugins: [dts()], - }, + ...(includeDefinition + ? [ + { + input: 'src/index.ts', + output: [{ file: 'dist/index.d.ts', format: 'es' }], + plugins: [dts()], + }, + ] + : []), // UMD build ...(includeUmd ? [ @@ -95,7 +105,7 @@ export function buildConfig({ input: 'src/index.ts', output: [ { - file: 'dist/umd/index.js', + file: 'dist/index.umd.js', format: 'umd', name: umdConfig.name, }, diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 1c5200ead..fbbd4434f 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -46,9 +46,9 @@ "dist/**" ], "scripts": { - "build": "tsup", - "build:watch": "tsup --watch", - "build:prod": "NODE_ENV=production tsup", + "build": "tsup && rollup -c", + "build:watch": "tsup --watch && rollup -c --watch", + "build:prod": "NODE_ENV=production tsup && rollup -c", "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", diff --git a/plugins/record-hook/rollup.config.mjs b/plugins/record-hook/rollup.config.mjs new file mode 100644 index 000000000..6752abbae --- /dev/null +++ b/plugins/record-hook/rollup.config.mjs @@ -0,0 +1,18 @@ +import { buildConfig } from '@flatfile/bundler-config-rollup' + +const umdExternals = [ + '@flatfile/api', + '@flatfile/hooks', + '@flatfile/listener', + '@flatfile/util-common', +] + +const config = buildConfig({ + includeNode: false, + includeBrowser: false, + includeDefinitions: false, + includeUmd: true, + umdConfig: { name: 'PluginRecordHook', external: umdExternals }, +}) + +export default config From eeebfd8fb42edf85ea8c2e5da5a3342bc0e9a4ed Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 19:49:49 -0500 Subject: [PATCH 14/20] add sourcemaps & treeshaking --- bundlers/tsup-config/index.mjs | 6 ++++++ plugins/autocast/src/autocast.plugin.ts | 4 ++-- plugins/constraints/src/external.constraint.ts | 7 ++----- plugins/constraints/src/external.sheet.constraint.ts | 7 ++----- plugins/merge-connection/src/index.ts | 4 +--- plugins/merge-connection/src/merge.plugin.ts | 4 +++- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bundlers/tsup-config/index.mjs b/bundlers/tsup-config/index.mjs index 44e67c067..20fecc7cc 100644 --- a/bundlers/tsup-config/index.mjs +++ b/bundlers/tsup-config/index.mjs @@ -18,6 +18,9 @@ export function defineConfig({ includeBrowser = true, includeNode = true }) { dts: true, outDir: 'dist', clean: true, + sourcemap: true, + treeshake: true, + splitting: false, outExtension: ({ format }) => ({ js: format === 'cjs' ? '.cjs' : '.js', }), @@ -32,6 +35,9 @@ export function defineConfig({ includeBrowser = true, includeNode = true }) { dts: true, outDir: 'dist', clean: true, + sourcemap: true, + treeshake: true, + splitting: false, outExtension: ({ format }) => ({ js: format === 'cjs' ? '.browser.cjs' : '.browser.js', }), diff --git a/plugins/autocast/src/autocast.plugin.ts b/plugins/autocast/src/autocast.plugin.ts index 9b5f5ce6d..bf85ff673 100644 --- a/plugins/autocast/src/autocast.plugin.ts +++ b/plugins/autocast/src/autocast.plugin.ts @@ -2,7 +2,7 @@ import { FlatfileClient } from '@flatfile/api' import type { TRecordValue } from '@flatfile/hooks' import type { FlatfileEvent, FlatfileListener } from '@flatfile/listener' import type { FlatfileRecord } from '@flatfile/plugin-record-hook' -import { bulkRecordHookPlugin } from '@flatfile/plugin-record-hook' +import { bulkRecordHook } from '@flatfile/plugin-record-hook' import { logInfo } from '@flatfile/util-common' const api = new FlatfileClient() @@ -18,7 +18,7 @@ export function autocast( ) { return (listener: FlatfileListener) => { listener.use( - bulkRecordHookPlugin( + bulkRecordHook( sheetSlug, async (records: FlatfileRecord[], event: FlatfileEvent) => { const sheetId = event.context.sheetId diff --git a/plugins/constraints/src/external.constraint.ts b/plugins/constraints/src/external.constraint.ts index 80ab29f86..f8f88d256 100644 --- a/plugins/constraints/src/external.constraint.ts +++ b/plugins/constraints/src/external.constraint.ts @@ -1,10 +1,7 @@ import type { Flatfile } from '@flatfile/api' import { FlatfileClient } from '@flatfile/api' import type { FlatfileEvent, FlatfileListener } from '@flatfile/listener' -import { - FlatfileRecord, - bulkRecordHookPlugin, -} from '@flatfile/plugin-record-hook' +import { FlatfileRecord, bulkRecordHook } from '@flatfile/plugin-record-hook' import { getConstraints } from './get.constraints' const api = new FlatfileClient() @@ -33,7 +30,7 @@ export const externalConstraint = ( }) listener.use( - bulkRecordHookPlugin('**', async (records, event) => { + bulkRecordHook('**', async (records, event) => { const schema: Flatfile.SheetConfig = event.cache.get('sheet-schema') const constraints = getConstraints(schema, validator) diff --git a/plugins/constraints/src/external.sheet.constraint.ts b/plugins/constraints/src/external.sheet.constraint.ts index 3d40a1dc4..ff4368e27 100644 --- a/plugins/constraints/src/external.sheet.constraint.ts +++ b/plugins/constraints/src/external.sheet.constraint.ts @@ -2,10 +2,7 @@ import type { Flatfile } from '@flatfile/api' import { FlatfileClient } from '@flatfile/api' import type { TRecordValue } from '@flatfile/hooks' import type { FlatfileEvent, FlatfileListener } from '@flatfile/listener' -import { - FlatfileRecord, - bulkRecordHookPlugin, -} from '@flatfile/plugin-record-hook' +import { FlatfileRecord, bulkRecordHook } from '@flatfile/plugin-record-hook' import { getSheetConstraints } from './get.constraints' const api = new FlatfileClient() @@ -42,7 +39,7 @@ export const externalSheetConstraint = ( }) listener.use( - bulkRecordHookPlugin('**', async (records, event) => { + bulkRecordHook('**', async (records, event) => { const schema: Flatfile.SheetConfig = event.cache.get('sheet-schema') const constraints = getSheetConstraints(schema, validator) diff --git a/plugins/merge-connection/src/index.ts b/plugins/merge-connection/src/index.ts index 03d675a8b..523ccbe82 100644 --- a/plugins/merge-connection/src/index.ts +++ b/plugins/merge-connection/src/index.ts @@ -1,3 +1 @@ -import mergePlugin from './merge.plugin' - -export default mergePlugin +export * as mergePlugin from './merge.plugin' diff --git a/plugins/merge-connection/src/merge.plugin.ts b/plugins/merge-connection/src/merge.plugin.ts index 0062882d0..a13eb3d54 100644 --- a/plugins/merge-connection/src/merge.plugin.ts +++ b/plugins/merge-connection/src/merge.plugin.ts @@ -3,7 +3,7 @@ import { jobHandler } from '@flatfile/plugin-job-handler' import { handleCreateConnectedWorkbooks } from './create.workbook' import { handleConnectedWorkbookSync } from './sync.workbook' -export default function mergePlugin() { +export function mergePlugin() { return (listener: FlatfileListener) => { // The `space:createConnectedWorkbook` job is fired when a Merge connection has been made in the UI. // `handleCreateConnectedWorkbooks()` creates the connected workbook mirroring the Merge schema. @@ -23,3 +23,5 @@ export default function mergePlugin() { ) } } + +export default mergePlugin From 4f05aa7c09eddfb29fdd972c4fac1ecf48659f18 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 24 Oct 2024 20:57:57 -0500 Subject: [PATCH 15/20] Update index.mjs --- bundlers/tsup-config/index.mjs | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/bundlers/tsup-config/index.mjs b/bundlers/tsup-config/index.mjs index 20fecc7cc..dfcbd2c90 100644 --- a/bundlers/tsup-config/index.mjs +++ b/bundlers/tsup-config/index.mjs @@ -9,26 +9,25 @@ export function defineConfig({ includeBrowser = true, includeNode = true }) { console.log('Not in production mode - skipping minification') } - const nodeConfig = { - name: 'node', - platform: 'node', - minify, - entryPoints: ['src/index.ts'], - format: ['cjs', 'esm'], - dts: true, - outDir: 'dist', - clean: true, - sourcemap: true, - treeshake: true, - splitting: false, - outExtension: ({ format }) => ({ - js: format === 'cjs' ? '.cjs' : '.js', - }), + const EXTENSION_MAP = { + browser: { + cjs: '.browser.cjs', + default: '.browser.js', + }, + node: { + cjs: '.cjs', + default: '.js', + }, } + const getOutExtension = + (platform) => + ({ format }) => ({ + js: EXTENSION_MAP[platform][format] || EXTENSION_MAP[platform].default, + }) - const browserConfig = { - name: 'browser', - platform: 'browser', + const createConfig = (platform) => ({ + name: platform, + platform, minify, entryPoints: ['src/index.ts'], format: ['cjs', 'esm'], @@ -37,11 +36,12 @@ export function defineConfig({ includeBrowser = true, includeNode = true }) { clean: true, sourcemap: true, treeshake: true, - splitting: false, - outExtension: ({ format }) => ({ - js: format === 'cjs' ? '.browser.cjs' : '.browser.js', - }), - } + splitting: true, + outExtension: getOutExtension(platform), + }) + + const nodeConfig = createConfig('node') + const browserConfig = createConfig('browser') const configs = [] if (includeNode) configs.push(nodeConfig) From 44ff7b0e10559d2b6a025a5907c4b059c9933770 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Fri, 25 Oct 2024 09:45:11 -0500 Subject: [PATCH 16/20] remove publint deps --- convert/currency/package.json | 2 +- convert/translate/package.json | 2 +- convert/what3words/package.json | 2 +- enrich/geocode/package.json | 2 +- enrich/gpx/package.json | 2 +- enrich/sentiment/package.json | 2 +- enrich/summarize/package.json | 2 +- export/pivot-table/package.json | 2 +- extract/html-table/package.json | 2 +- extract/markdown/package.json | 2 +- import/faker/package.json | 2 +- import/llm-records/package.json | 2 +- import/rss/package.json | 2 +- plugins/autocast/package.json | 2 +- plugins/automap/package.json | 2 +- plugins/constraints/package.json | 2 +- plugins/dedupe/package.json | 2 +- plugins/delimiter-extractor/package.json | 2 +- plugins/dxp-configure/package.json | 2 +- plugins/export-workbook/package.json | 2 +- plugins/foreign-db-extractor/package.json | 2 +- plugins/graphql-schema/package.json | 2 +- plugins/job-handler/package.json | 2 +- plugins/json-extractor/package.json | 2 +- plugins/json-schema/package.json | 2 +- plugins/merge-connection/package.json | 2 +- plugins/openapi-schema/package.json | 2 +- plugins/pdf-extractor/package.json | 2 +- plugins/psv-extractor/package.json | 2 +- plugins/record-hook/package.json | 2 +- plugins/rollout/package.json | 2 +- plugins/space-configure/package.json | 2 +- plugins/sql-ddl-converter/package.json | 2 +- plugins/tsv-extractor/package.json | 2 +- plugins/view-mapped/package.json | 2 +- plugins/webhook-egress/package.json | 2 +- plugins/webhook-event-forwarder/package.json | 2 +- plugins/xlsx-extractor/package.json | 2 +- plugins/xml-extractor/package.json | 2 +- plugins/yaml-schema/package.json | 2 +- plugins/zip-extractor/package.json | 2 +- support/common-utils/package.json | 2 +- utils/common/package.json | 2 +- utils/extractor/package.json | 2 +- utils/fetch-schema/package.json | 2 +- utils/file-buffer/package.json | 2 +- utils/response-rejection/package.json | 2 +- utils/testing/package.json | 2 +- validate/boolean/package.json | 2 +- validate/date/package.json | 2 +- validate/email/package.json | 2 +- validate/isbn/package.json | 2 +- validate/number/package.json | 2 +- validate/phone/package.json | 2 +- validate/string/package.json | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/convert/currency/package.json b/convert/currency/package.json index f58146e9d..a77b57304 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/convert/translate/package.json b/convert/translate/package.json index e02e2a270..4e737cdb9 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/convert/what3words/package.json b/convert/what3words/package.json index d6ac8e4ed..cdc531b13 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index aaa5eb173..6f720f042 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index 7a1c5bd83..3b2e9ec14 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index c352f2f93..1258e507d 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index 18d0bc2e6..2fd3271c2 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index 45bef2eec..dbb551074 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/extract/html-table/package.json b/extract/html-table/package.json index 3fb38a0cd..3df0910bc 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/extract/markdown/package.json b/extract/markdown/package.json index 478f60609..47ae534b0 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/import/faker/package.json b/import/faker/package.json index 912c4af71..31563a4c5 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/import/llm-records/package.json b/import/llm-records/package.json index bd36d3dfd..3f2ff28d9 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/import/rss/package.json b/import/rss/package.json index 4f30db74b..4839d111d 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index c6e3e4ba1..95d855f62 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/automap/package.json b/plugins/automap/package.json index 893dffa65..a2df49eca 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index 43d40aafe..c78a3945d 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index 317e0e5c7..d7f86c704 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 955e409c8..01a892c42 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 507c28fca..83f827a2d 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 5dbbe7988..ad24a5783 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index c44dadfcf..405c2a830 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index 47093e1dc..e89fe10d8 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 443070c25..2130a7ea5 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index fd93ec386..cfe56b0b3 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 5a0565466..f25e906dd 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index f9befd943..90611f463 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 580fe6e6a..5e06a551e 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index 2a1f25658..20a07f125 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 331d03815..2ad06cedf 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index fbbd4434f..4b2989c21 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -49,7 +49,7 @@ "build": "tsup && rollup -c", "build:watch": "tsup --watch && rollup -c --watch", "build:prod": "NODE_ENV=production tsup && rollup -c", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 7de83c4ab..d979e2f13 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index a2805bfc9..436c75a41 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index 3ff6b4ec7..824a91f50 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 184e517ca..77e9f43b4 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index c0836568d..e075b9c27 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index 6f38af0f3..b01ff02e4 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 583f5f735..9f32aeb54 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 905d6972b..810be9fdc 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index 60be12367..e04c8cb90 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index b984fde33..b0ba30265 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index 3b41ae0be..ee83bd980 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -35,7 +35,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 52fbc5969..0e72ff027 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -47,7 +47,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/utils/common/package.json b/utils/common/package.json index 4672fb1fa..a3cb5305a 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -42,7 +42,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 3013244b3..5bb393e40 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -45,7 +45,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index b7b662844..e259da737 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 9f53bcc30..17c640507 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index a0998b326..901e8e340 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest --passWithNoTests" }, diff --git a/utils/testing/package.json b/utils/testing/package.json index 2973c244b..e5c37d42f 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -40,7 +40,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 4d1bf4a11..65a2ce26b 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/date/package.json b/validate/date/package.json index d08f17d08..8be871f2e 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/email/package.json b/validate/email/package.json index cf9a450dd..6928c66ce 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/isbn/package.json b/validate/isbn/package.json index f06d7fb08..a25b04ae0 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/number/package.json b/validate/number/package.json index 35acaf6b3..0789997e1 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -40,7 +40,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/phone/package.json b/validate/phone/package.json index a9ad723c3..1c30bf090 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -48,7 +48,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", diff --git a/validate/string/package.json b/validate/string/package.json index 030feab75..92aeeffef 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -43,7 +43,7 @@ "build": "tsup", "build:watch": "tsup --watch", "build:prod": "NODE_ENV=production tsup", - "checks": "tsc --noEmit && attw --pack . && publint . && publint deps", + "checks": "tsc --noEmit && attw --pack . && publint .", "lint": "tsc --noEmit", "test": "jest src/*.spec.ts --detectOpenHandles", "test:unit": "jest src/*.spec.ts --testPathIgnorePatterns=.*\\.e2e\\.spec\\.ts$ --detectOpenHandles", From 1355083c34d3b4b9562409577acf468c44695e2f Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Fri, 25 Oct 2024 15:50:09 -0500 Subject: [PATCH 17/20] add tsup config to missed packages --- convert/what3words/package.json | 2 +- extract/markdown/package.json | 2 +- package-lock.json | 6 +++--- validate/date/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/convert/what3words/package.json b/convert/what3words/package.json index cdc531b13..89330d387 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -69,6 +69,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/extract/markdown/package.json b/extract/markdown/package.json index 47ae534b0..f2d39082b 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -64,6 +64,6 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } diff --git a/package-lock.json b/package-lock.json index ec7a12e0a..9cbe7ef1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "modern-async": "^2.0.4" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -248,7 +248,7 @@ "@flatfile/util-extractor": "^2.1.2" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" @@ -17960,7 +17960,7 @@ "date-fns": "^4.1.0" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" }, "engines": { "node": ">= 16" diff --git a/validate/date/package.json b/validate/date/package.json index 8be871f2e..f10568473 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -74,6 +74,6 @@ "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "0.1.1" + "@flatfile/bundler-config-tsup": "^0.0.0" } } From 449301dfc9f366c219d5b8e1ed5d97df88479962 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Mon, 28 Oct 2024 17:31:51 -0500 Subject: [PATCH 18/20] Fix main --- convert/currency/package.json | 2 +- convert/translate/package.json | 2 +- convert/what3words/package.json | 2 +- enrich/geocode/package.json | 2 +- enrich/gpx/package.json | 2 +- enrich/sentiment/package.json | 2 +- enrich/summarize/package.json | 2 +- export/pivot-table/package.json | 2 +- extract/html-table/package.json | 2 +- extract/markdown/package.json | 2 +- import/faker/package.json | 2 +- import/llm-records/package.json | 2 +- import/rss/package.json | 2 +- plugins/autocast/package.json | 2 +- plugins/automap/package.json | 2 +- plugins/constraints/package.json | 2 +- plugins/dedupe/package.json | 2 +- plugins/delimiter-extractor/package.json | 2 +- plugins/dxp-configure/package.json | 2 +- plugins/export-workbook/package.json | 2 +- plugins/foreign-db-extractor/package.json | 2 +- plugins/graphql-schema/package.json | 2 +- plugins/job-handler/package.json | 2 +- plugins/json-extractor/package.json | 2 +- plugins/json-schema/package.json | 2 +- plugins/merge-connection/package.json | 2 +- plugins/openapi-schema/package.json | 2 +- plugins/pdf-extractor/package.json | 2 +- plugins/psv-extractor/package.json | 2 +- plugins/rollout/package.json | 2 +- plugins/space-configure/package.json | 2 +- plugins/sql-ddl-converter/package.json | 2 +- plugins/tsv-extractor/package.json | 2 +- plugins/view-mapped/package.json | 2 +- plugins/webhook-egress/package.json | 2 +- plugins/webhook-event-forwarder/package.json | 2 +- plugins/xlsx-extractor/package.json | 2 +- plugins/xml-extractor/package.json | 2 +- plugins/yaml-schema/package.json | 2 +- plugins/zip-extractor/package.json | 2 +- support/common-utils/package.json | 2 +- turbo.json | 2 +- utils/common/package.json | 2 +- utils/extractor/package.json | 2 +- utils/fetch-schema/package.json | 2 +- utils/file-buffer/package.json | 2 +- utils/response-rejection/package.json | 2 +- utils/testing/package.json | 2 +- validate/boolean/package.json | 2 +- validate/date/package.json | 2 +- validate/email/package.json | 2 +- validate/isbn/package.json | 2 +- validate/number/package.json | 2 +- validate/phone/package.json | 2 +- validate/string/package.json | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/convert/currency/package.json b/convert/currency/package.json index a77b57304..da57d2770 100644 --- a/convert/currency/package.json +++ b/convert/currency/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/convert/translate/package.json b/convert/translate/package.json index 4e737cdb9..08c8a91a7 100644 --- a/convert/translate/package.json +++ b/convert/translate/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/convert/what3words/package.json b/convert/what3words/package.json index 89330d387..1cea36d11 100644 --- a/convert/what3words/package.json +++ b/convert/what3words/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/enrich/geocode/package.json b/enrich/geocode/package.json index 6f720f042..7474f2d74 100644 --- a/enrich/geocode/package.json +++ b/enrich/geocode/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/enrich/gpx/package.json b/enrich/gpx/package.json index 3b2e9ec14..0e94ebdeb 100644 --- a/enrich/gpx/package.json +++ b/enrich/gpx/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/enrich/sentiment/package.json b/enrich/sentiment/package.json index 1258e507d..e8bf6efa9 100644 --- a/enrich/sentiment/package.json +++ b/enrich/sentiment/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/enrich/summarize/package.json b/enrich/summarize/package.json index 2fd3271c2..75e3a297b 100644 --- a/enrich/summarize/package.json +++ b/enrich/summarize/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index dbb551074..c900c9c51 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/extract/html-table/package.json b/extract/html-table/package.json index 3df0910bc..b9ae013e3 100644 --- a/extract/html-table/package.json +++ b/extract/html-table/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/extract/markdown/package.json b/extract/markdown/package.json index f2d39082b..3e8168b58 100644 --- a/extract/markdown/package.json +++ b/extract/markdown/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/import/faker/package.json b/import/faker/package.json index 31563a4c5..ce1a1a998 100644 --- a/import/faker/package.json +++ b/import/faker/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/import/llm-records/package.json b/import/llm-records/package.json index 3f2ff28d9..f2ae1d0dd 100644 --- a/import/llm-records/package.json +++ b/import/llm-records/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/import/rss/package.json b/import/rss/package.json index 4839d111d..3a915acbb 100644 --- a/import/rss/package.json +++ b/import/rss/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 95d855f62..15ea8b9a6 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/automap/package.json b/plugins/automap/package.json index a2df49eca..68bc235ef 100644 --- a/plugins/automap/package.json +++ b/plugins/automap/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index c78a3945d..0b7e54a9e 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index d7f86c704..093cfb511 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 01a892c42..04acd544d 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/dxp-configure/package.json b/plugins/dxp-configure/package.json index 83f827a2d..d973a18ff 100644 --- a/plugins/dxp-configure/package.json +++ b/plugins/dxp-configure/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index ad24a5783..6a7fca9ef 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/foreign-db-extractor/package.json b/plugins/foreign-db-extractor/package.json index 405c2a830..531d32ae9 100644 --- a/plugins/foreign-db-extractor/package.json +++ b/plugins/foreign-db-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/graphql-schema/package.json b/plugins/graphql-schema/package.json index e89fe10d8..85f67a112 100644 --- a/plugins/graphql-schema/package.json +++ b/plugins/graphql-schema/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 2130a7ea5..616a1b075 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/json-extractor/package.json b/plugins/json-extractor/package.json index cfe56b0b3..82c1f9b34 100644 --- a/plugins/json-extractor/package.json +++ b/plugins/json-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index f25e906dd..0722a5048 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 90611f463..78c0c01f5 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/openapi-schema/package.json b/plugins/openapi-schema/package.json index 5e06a551e..b4f8ff855 100644 --- a/plugins/openapi-schema/package.json +++ b/plugins/openapi-schema/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/pdf-extractor/package.json b/plugins/pdf-extractor/package.json index 20a07f125..a13659f4d 100644 --- a/plugins/pdf-extractor/package.json +++ b/plugins/pdf-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/psv-extractor/package.json b/plugins/psv-extractor/package.json index 2ad06cedf..a47917be5 100644 --- a/plugins/psv-extractor/package.json +++ b/plugins/psv-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index d979e2f13..68d27533e 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/space-configure/package.json b/plugins/space-configure/package.json index 436c75a41..9e5cb3b8d 100644 --- a/plugins/space-configure/package.json +++ b/plugins/space-configure/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/sql-ddl-converter/package.json b/plugins/sql-ddl-converter/package.json index 824a91f50..a15a62628 100644 --- a/plugins/sql-ddl-converter/package.json +++ b/plugins/sql-ddl-converter/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/tsv-extractor/package.json b/plugins/tsv-extractor/package.json index 77e9f43b4..4a58d24af 100644 --- a/plugins/tsv-extractor/package.json +++ b/plugins/tsv-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index e075b9c27..32aa55cc9 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/webhook-egress/package.json b/plugins/webhook-egress/package.json index b01ff02e4..d4ab65ce6 100644 --- a/plugins/webhook-egress/package.json +++ b/plugins/webhook-egress/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/webhook-event-forwarder/package.json b/plugins/webhook-event-forwarder/package.json index 9f32aeb54..980659b49 100644 --- a/plugins/webhook-event-forwarder/package.json +++ b/plugins/webhook-event-forwarder/package.json @@ -31,7 +31,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 810be9fdc..bace7b709 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/xml-extractor/package.json b/plugins/xml-extractor/package.json index e04c8cb90..c7e486d2c 100644 --- a/plugins/xml-extractor/package.json +++ b/plugins/xml-extractor/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index b0ba30265..6b0300fb6 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/plugins/zip-extractor/package.json b/plugins/zip-extractor/package.json index ee83bd980..1fe95318c 100644 --- a/plugins/zip-extractor/package.json +++ b/plugins/zip-extractor/package.json @@ -24,7 +24,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/support/common-utils/package.json b/support/common-utils/package.json index 0e72ff027..8feca3c21 100644 --- a/support/common-utils/package.json +++ b/support/common-utils/package.json @@ -36,7 +36,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/turbo.json b/turbo.json index ba3ceb116..40a3d654c 100644 --- a/turbo.json +++ b/turbo.json @@ -29,7 +29,7 @@ "env": ["TURBO_CACHE_ENABLED"] }, "checks": { - "dependsOn": ["^build"] + "dependsOn": [] } } } diff --git a/utils/common/package.json b/utils/common/package.json index a3cb5305a..4dcb94b52 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -31,7 +31,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 5bb393e40..6867314a8 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -34,7 +34,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/utils/fetch-schema/package.json b/utils/fetch-schema/package.json index e259da737..b52356f8b 100644 --- a/utils/fetch-schema/package.json +++ b/utils/fetch-schema/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/utils/file-buffer/package.json b/utils/file-buffer/package.json index 17c640507..74435c993 100644 --- a/utils/file-buffer/package.json +++ b/utils/file-buffer/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 901e8e340..85e9211eb 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/utils/testing/package.json b/utils/testing/package.json index e5c37d42f..03490c968 100644 --- a/utils/testing/package.json +++ b/utils/testing/package.json @@ -29,7 +29,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/boolean/package.json b/validate/boolean/package.json index 65a2ce26b..efafe010f 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/date/package.json b/validate/date/package.json index f10568473..5127551a5 100644 --- a/validate/date/package.json +++ b/validate/date/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/email/package.json b/validate/email/package.json index 6928c66ce..1511105d6 100644 --- a/validate/email/package.json +++ b/validate/email/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/isbn/package.json b/validate/isbn/package.json index a25b04ae0..2621480bb 100644 --- a/validate/isbn/package.json +++ b/validate/isbn/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/number/package.json b/validate/number/package.json index 0789997e1..439289172 100644 --- a/validate/number/package.json +++ b/validate/number/package.json @@ -29,7 +29,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/phone/package.json b/validate/phone/package.json index 1c30bf090..81699c425 100644 --- a/validate/phone/package.json +++ b/validate/phone/package.json @@ -37,7 +37,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", diff --git a/validate/string/package.json b/validate/string/package.json index 92aeeffef..aae59aa17 100644 --- a/validate/string/package.json +++ b/validate/string/package.json @@ -32,7 +32,7 @@ }, "./package.json": "./package.json" }, - "main": "./dist/index.js", + "main": "./dist/index.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", From cec9021bb4da62c8fea855e53d0620897788a16a Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Tue, 29 Oct 2024 09:41:07 -0500 Subject: [PATCH 19/20] Fix dup devDep --- package-lock.json | 3 ++- plugins/merge-connection/package.json | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cbe7ef1c..9c0135c06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17444,7 +17444,8 @@ "@mergeapi/merge-node-client": "^1.0.4" }, "devDependencies": { - "@flatfile/bundler-config-tsup": "^0.0.0" + "@flatfile/bundler-config-tsup": "^0.0.0", + "@flatfile/plugin-space-configure": "^0.6.1" }, "engines": { "node": ">= 16" diff --git a/plugins/merge-connection/package.json b/plugins/merge-connection/package.json index 78c0c01f5..812967f3b 100644 --- a/plugins/merge-connection/package.json +++ b/plugins/merge-connection/package.json @@ -60,14 +60,12 @@ "@flatfile/plugin-job-handler": "^0.6.1", "@mergeapi/merge-node-client": "^1.0.4" }, - "devDependencies": { - "@flatfile/plugin-space-configure": "^0.6.1" - }, "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0" }, "devDependencies": { + "@flatfile/plugin-space-configure": "^0.6.1", "@flatfile/bundler-config-tsup": "^0.0.0" } } From 241146418147846f4729faec2f8a8444c35d577b Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Tue, 29 Oct 2024 15:23:59 -0500 Subject: [PATCH 20/20] cleanup --- flatfilers/sandbox/src/index.ts | 6 +++--- plugins/xml-extractor/tsconfig.json | 20 -------------------- tsconfig.json | 3 ++- 3 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 plugins/xml-extractor/tsconfig.json diff --git a/flatfilers/sandbox/src/index.ts b/flatfilers/sandbox/src/index.ts index bd7e5bc6a..77b3de4e8 100644 --- a/flatfilers/sandbox/src/index.ts +++ b/flatfilers/sandbox/src/index.ts @@ -1,8 +1,8 @@ -import api, { Flatfile } from '@flatfile/api' +import api, { type Flatfile } from '@flatfile/api' import type { FlatfileListener } from '@flatfile/listener' import { - PartialSheetConfig, - PartialWorkbookConfig, + type PartialSheetConfig, + type PartialWorkbookConfig, configureSpaceWithJsonSchema, fetchExternalReference, } from '@flatfile/plugin-convert-json-schema' diff --git a/plugins/xml-extractor/tsconfig.json b/plugins/xml-extractor/tsconfig.json deleted file mode 100644 index bcdf7b52c..000000000 --- a/plugins/xml-extractor/tsconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsc --noEmitonfig", - "display": "Base", - "compilerOptions": { - "allowSyntheticDefaultImports": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": true, - "module": "esnext", - "moduleResolution": "node", - "pretty": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "strict": true, - "strictNullChecks": true, - "strictPropertyInitialization": false, - "target": "es2020" - }, - "exclude": ["node_modules", "dist"] -} diff --git a/tsconfig.json b/tsconfig.json index c05c7d99b..21c16c4a8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,10 @@ "strict": false, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, - /* If transpiling with TypeScript: */ + /* If not transpiling with TypeScript: */ "module": "Preserve", "lib": [ "es2022", "dom" ], + "moduleResolution": "bundler", "noEmit": true }, "exclude": [