@azure/ai-language-text 1.1.0-alpha.20240821.1 → 1.1.0-alpha.20240823.2

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": "An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.",
6
- "version": "1.1.0-alpha.20240821.1",
6
+ "version": "1.1.0-alpha.20240823.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -75,8 +75,8 @@
75
75
  "integration-test:browser": "dev-tool run test:browser",
76
76
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
77
77
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
78
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
79
- "lint": "eslint package.json api-extractor.json src test --ext .ts",
78
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
79
+ "lint": "eslint package.json api-extractor.json src test",
80
80
  "pack": "npm pack 2>&1",
81
81
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
82
82
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
@@ -119,7 +119,7 @@
119
119
  "chai-as-promised": "^7.1.1",
120
120
  "cross-env": "^7.0.2",
121
121
  "dotenv": "^16.0.0",
122
- "eslint": "^8.0.0",
122
+ "eslint": "^9.9.0",
123
123
  "karma": "^6.2.0",
124
124
  "karma-chrome-launcher": "^3.0.0",
125
125
  "karma-coverage": "^2.0.0",