@azure-rest/ai-translation-document 1.0.0-alpha.20240822.1 → 1.0.0-alpha.20240826.1

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for DocumentTranslationClient.",
6
- "version": "1.0.0-alpha.20240822.1",
6
+ "version": "1.0.0-alpha.20240826.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -62,7 +62,7 @@
62
62
  "autorest": "latest",
63
63
  "@types/node": "^18.0.0",
64
64
  "dotenv": "^16.0.0",
65
- "eslint": "^8.55.0",
65
+ "eslint": "^9.9.0",
66
66
  "mkdirp": "^3.0.1",
67
67
  "source-map-support": "^0.5.9",
68
68
  "typescript": "~5.5.3",
@@ -106,8 +106,8 @@
106
106
  "integration-test:browser": "dev-tool run test:browser",
107
107
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
108
108
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
109
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
110
- "lint": "eslint package.json api-extractor.json src test --ext .ts",
109
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
110
+ "lint": "eslint package.json api-extractor.json src test",
111
111
  "pack": "npm pack 2>&1",
112
112
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
113
113
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",