@azure/ai-language-text 1.1.0-alpha.20241023.1 → 1.1.0-alpha.20241025.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 +1 -2
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.20241023.1",
6
+ "version": "1.1.0-alpha.20241025.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -59,7 +59,6 @@
59
59
  }
60
60
  },
61
61
  "scripts": {
62
- "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",
63
62
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
64
63
  "build:browser": "tsc -p . && dev-tool run bundle",
65
64
  "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",