@socketsecurity/cli-with-sentry 0.15.8 → 0.15.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vendor.js CHANGED
@@ -29303,7 +29303,7 @@ const isInteractiveExports = /*@__PURE__*/ requireIsInteractive()
29303
29303
  const dist = {}
29304
29304
 
29305
29305
  const name = '@socketsecurity/sdk'
29306
- const version = '1.4.35'
29306
+ const version = '1.4.36'
29307
29307
  const license = 'MIT'
29308
29308
  const description = 'SDK for the Socket API client'
29309
29309
  const author = {
@@ -29349,74 +29349,78 @@ const exports$1 = {
29349
29349
  const scripts = {
29350
29350
  build:
29351
29351
  'npm run clean && run-p -c --aggregate-output build:* && run-p -c --aggregate-output build:clean:*',
29352
- 'build:cjs': 'tsc',
29353
- 'build:esm': 'tsc -p tsconfig.esm.json',
29354
- 'build:clean:cjs': 'node scripts/rename-dist-cjs-files.mjs',
29355
- 'build:clean:esm': 'node scripts/rename-dist-esm-files.mjs',
29352
+ 'build:cjs': 'dotenvx -q run -f .env.local -- tsc',
29353
+ 'build:esm': 'dotenvx -q run -f .env.local -- tsc -p tsconfig.esm.json',
29354
+ 'build:clean:cjs':
29355
+ 'dotenvx -q run -f .env.local -- node scripts/rename-dist-cjs-files.mjs',
29356
+ 'build:clean:esm':
29357
+ 'dotenvx -q run -f .env.local -- node scripts/rename-dist-esm-files.mjs',
29356
29358
  check: 'run-p -c --aggregate-output check:*',
29357
- 'check:lint': 'eslint --report-unused-disable-directives .',
29359
+ 'check:lint':
29360
+ 'dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives .',
29358
29361
  'check:lint:fix': 'npm run check:lint -- --fix',
29359
- 'check:tsc': 'tsc',
29362
+ 'check:tsc': 'dotenvx -q run -f .env.local -- tsc',
29360
29363
  coverage: 'run-s coverage:*',
29361
29364
  'coverage:test': 'run-s test:prepare test:unit:coverage',
29362
- 'coverage:type': 'type-coverage --detail',
29365
+ 'coverage:type': 'dotenvx -q run -f .env.local -- type-coverage --detail',
29363
29366
  clean: 'run-p -c --aggregate-output clean:*',
29364
29367
  'clean:dist': "del-cli 'dist'",
29365
29368
  'clean:declarations': "del-cli '*.d.ts' '!api*.d.ts'",
29366
29369
  fix: 'run-s lint:fix check:lint:fix',
29367
29370
  'generate-sdk': 'run-s generate-sdk:*',
29368
- 'generate-sdk:01-prettify': 'node scripts/prettify-base-json.mjs',
29371
+ 'generate-sdk:01-prettify':
29372
+ 'dotenvx -q run -f .env.local -- node scripts/prettify-base-json.mjs',
29369
29373
  'generate-sdk:02-generate':
29370
- 'node scripts/generate-types.mjs > types/api.d.ts',
29374
+ 'dotenvx -q run -f .env.local -- node scripts/generate-types.mjs > types/api.d.ts',
29371
29375
  'generate-sdk:03-clean-api': 'npm run fix && npm run fix',
29372
29376
  'knip:dependencies': 'knip --dependencies',
29373
29377
  'knip:exports': 'knip --include exports,duplicates',
29374
- lint: 'oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .',
29378
+ lint: 'dotenvx -q run -f .env.local -- oxlint -c=.oxlintrc.json --ignore-path=.oxlintignore --tsconfig=tsconfig.json .',
29375
29379
  'lint:fix': 'npm run lint -- --fix && npm run lint:fix:fast',
29376
- 'lint:fix:fast': 'biome format --write',
29377
- 'lint-staged': 'lint-staged',
29380
+ 'lint:fix:fast': 'dotenvx -q run -f .env.local -- biome format --write',
29381
+ 'lint-staged': 'dotenvx -q run -f .env.local -- lint-staged',
29378
29382
  precommit: 'lint-staged',
29379
- prepare: 'husky',
29383
+ prepare: 'dotenvx -q run -f .env.local -- husky',
29380
29384
  prepublishOnly: 'run-s build',
29381
29385
  test: 'run-s check test:*',
29382
- 'test:prepare': 'cross-env VITEST=1 npm run build',
29383
- 'test:unit': 'vitest --run',
29384
- 'test:unit:update': 'vitest --run --update',
29385
- 'test:unit:coverage': 'vitest run --coverage',
29386
+ 'test:prepare': 'dotenvx -q run -f .env.test -- npm run build',
29387
+ 'test:unit': 'dotenvx -q run -f .env.test -- vitest --run',
29388
+ 'test:unit:update': 'dotenvx -q run -f .env.test -- vitest --run --update',
29389
+ 'test:unit:coverage': 'dotenvx -q run -f .env.test -- vitest run --coverage',
29386
29390
  'test-ci': 'run-s build test:*',
29387
29391
  update: 'run-p --aggregate-output update:**',
29388
29392
  'update:deps': 'npx --yes npm-check-updates'
29389
29393
  }
29390
29394
  const dependencies = {
29391
- '@socketsecurity/registry': '1.0.162'
29395
+ '@socketsecurity/registry': '1.0.181'
29392
29396
  }
29393
29397
  const devDependencies = {
29394
29398
  '@biomejs/biome': '1.9.4',
29399
+ '@dotenvx/dotenvx': '1.44.0',
29395
29400
  '@eslint/compat': '1.2.9',
29396
- '@eslint/js': '9.26.0',
29397
- '@types/node': '22.15.17',
29398
- '@typescript-eslint/parser': '8.32.0',
29401
+ '@eslint/js': '9.27.0',
29402
+ '@types/node': '22.15.18',
29403
+ '@typescript-eslint/parser': '8.32.1',
29399
29404
  '@vitest/coverage-v8': '3.1.3',
29400
- 'cross-env': '7.0.3',
29401
29405
  'del-cli': '6.0.0',
29402
- eslint: '9.26.0',
29406
+ eslint: '9.27.0',
29403
29407
  'eslint-import-resolver-typescript': '4.3.4',
29404
29408
  'eslint-plugin-import-x': '4.11.1',
29405
- 'eslint-plugin-jsdoc': '50.6.11',
29409
+ 'eslint-plugin-jsdoc': '50.6.17',
29406
29410
  'eslint-plugin-n': '17.18.0',
29407
29411
  'eslint-plugin-sort-destructure-keys': '2.0.0',
29408
29412
  'eslint-plugin-unicorn': '56.0.1',
29409
29413
  globals: '16.1.0',
29410
29414
  husky: '9.1.7',
29411
- knip: '5.55.1',
29412
- 'lint-staged': '15.5.2',
29415
+ knip: '5.56.0',
29416
+ 'lint-staged': '16.0.0',
29413
29417
  nock: '14.0.4',
29414
- 'npm-run-all2': '8.0.1',
29418
+ 'npm-run-all2': '8.0.2',
29415
29419
  'openapi-typescript': '6.7.6',
29416
- oxlint: '0.16.10',
29420
+ oxlint: '0.16.11',
29417
29421
  'type-coverage': '2.29.7',
29418
29422
  typescript: '~5.8.3',
29419
- 'typescript-eslint': '8.32.0',
29423
+ 'typescript-eslint': '8.32.1',
29420
29424
  vitest: '3.1.3'
29421
29425
  }
29422
29426
  const overrides = {
@@ -73692,5 +73696,5 @@ exports.terminalLinkExports = terminalLinkExports
73692
73696
  exports.updater = updater
73693
73697
  exports.yargsParser = yargsParser
73694
73698
  exports.yoctocolorsCjsExports = yoctocolorsCjsExports
73695
- //# debugId=b83f5a26-8dc3-4050-93bb-2d9e18155ea3
73699
+ //# debugId=c2b45de9-3762-410d-9e3f-dec3bd98cfb3
73696
73700
  //# sourceMappingURL=vendor.js.map