@azure/ai-language-text 1.1.0-alpha.20240417.1 → 1.1.0-alpha.20240419.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -7
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.20240417.1",
6
+ "version": "1.1.0-alpha.20240419.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -64,12 +64,12 @@
64
64
  "build:node": "tsc -p . && dev-tool run bundle",
65
65
  "build:samples": "echo Obsolete.",
66
66
  "build:test": "tsc -p . && dev-tool run bundle",
67
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
68
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
67
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
68
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
69
69
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
70
70
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
71
71
  "execute:samples": "dev-tool samples run samples-dev",
72
- "extract-api": "tsc -p . && api-extractor run --local",
72
+ "extract-api": "tsc -p . && dev-tool run extract-api",
73
73
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
74
74
  "generate:client": "autorest --typescript swagger/README.md",
75
75
  "integration-test:browser": "dev-tool run test:browser",
@@ -130,12 +130,11 @@
130
130
  "karma-sourcemap-loader": "^0.3.8",
131
131
  "karma-source-map-support": "~1.4.0",
132
132
  "mocha": "^10.0.0",
133
- "c8": "^9.1.0",
133
+ "nyc": "^15.1.0",
134
134
  "rimraf": "^5.0.5",
135
135
  "sinon": "^17.0.0",
136
136
  "source-map-support": "^0.5.9",
137
137
  "ts-node": "^10.0.0",
138
- "typescript": "~5.4.5",
139
- "esm": "^3.2.18"
138
+ "typescript": "~5.4.5"
140
139
  }
141
140
  }