@azure/ai-language-conversations 1.0.0-alpha.20240821.1 → 1.0.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 Azure Conversational Language Understanding service.",
6
- "version": "1.0.0-alpha.20240821.1",
6
+ "version": "1.0.0-alpha.20240823.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -46,7 +46,7 @@
46
46
  "chai-as-promised": "^7.1.1",
47
47
  "cross-env": "^7.0.2",
48
48
  "dotenv": "^16.0.0",
49
- "eslint": "^8.0.0",
49
+ "eslint": "^9.9.0",
50
50
  "karma": "^6.2.0",
51
51
  "karma-chrome-launcher": "^3.0.0",
52
52
  "karma-coverage": "^2.0.0",
@@ -105,8 +105,8 @@
105
105
  "integration-test:browser": "dev-tool run test:browser",
106
106
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
107
107
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
108
- "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
109
- "lint": "eslint package.json api-extractor.json src test --ext .ts",
108
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
109
+ "lint": "eslint package.json api-extractor.json src test",
110
110
  "pack": "npm pack 2>&1",
111
111
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
112
112
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",