@azure/ai-language-conversations 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241023.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 +3 -6
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.20241022.1",
6
+ "version": "1.0.0-alpha.20241023.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -36,7 +36,6 @@
36
36
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
37
37
  "@azure/identity": "^4.0.1",
38
38
  "@azure/logger": "^1.0.3",
39
- "@microsoft/api-extractor": "^7.31.1",
40
39
  "@types/chai": "^4.1.6",
41
40
  "@types/chai-as-promised": "^7.1.0",
42
41
  "@types/mocha": "^10.0.0",
@@ -57,10 +56,8 @@
57
56
  "karma-mocha-reporter": "^2.2.5",
58
57
  "karma-source-map-support": "~1.4.0",
59
58
  "karma-sourcemap-loader": "^0.3.8",
60
- "mkdirp": "^3.0.1",
61
59
  "mocha": "^10.0.0",
62
60
  "nyc": "^17.0.0",
63
- "rimraf": "^5.0.5",
64
61
  "sinon": "^17.0.0",
65
62
  "source-map-support": "^0.5.9",
66
63
  "ts-node": "^10.0.0",
@@ -90,7 +87,7 @@
90
87
  "types/*"
91
88
  ],
92
89
  "scripts": {
93
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
90
+ "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
94
91
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
95
92
  "build:browser": "tsc -p . && dev-tool run bundle",
96
93
  "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
@@ -98,7 +95,7 @@
98
95
  "build:samples": "echo Obsolete.",
99
96
  "build:test": "tsc -p . && dev-tool run bundle",
100
97
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
101
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
98
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
102
99
  "execute:samples": "dev-tool samples run samples-dev",
103
100
  "extract-api": "tsc -p . && dev-tool run extract-api",
104
101
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",