@azure/ai-language-conversations 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240422.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 +7 -8
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.20240418.1",
6
+ "version": "1.0.0-alpha.20240422.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -58,15 +58,14 @@
58
58
  "karma-sourcemap-loader": "^0.3.8",
59
59
  "karma-source-map-support": "~1.4.0",
60
60
  "mocha": "^10.0.0",
61
- "c8": "^9.1.0",
61
+ "nyc": "^15.1.0",
62
62
  "sinon": "^17.0.0",
63
63
  "source-map-support": "^0.5.9",
64
64
  "ts-node": "^10.0.0",
65
65
  "mkdirp": "^3.0.1",
66
66
  "typescript": "~5.4.5",
67
67
  "uglify-js": "^3.4.9",
68
- "rimraf": "^5.0.5",
69
- "esm": "^3.2.18"
68
+ "rimraf": "^5.0.5"
70
69
  },
71
70
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-conversations/README.md",
72
71
  "repository": "github:Azure/azure-sdk-for-js",
@@ -96,12 +95,12 @@
96
95
  "build:node": "tsc -p . && dev-tool run bundle",
97
96
  "build:samples": "echo Obsolete.",
98
97
  "build:test": "tsc -p . && dev-tool run bundle",
99
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
100
- "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
98
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
99
+ "build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
101
100
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
102
101
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
103
102
  "execute:samples": "dev-tool samples run samples-dev",
104
- "extract-api": "tsc -p . && api-extractor run --local",
103
+ "extract-api": "tsc -p . && dev-tool run extract-api",
105
104
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
106
105
  "integration-test:browser": "dev-tool run test:browser",
107
106
  "integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
@@ -113,7 +112,7 @@
113
112
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
114
113
  "test": "npm run clean && npm run build:test && npm run unit-test",
115
114
  "unit-test:browser": "echo Skipped",
116
- "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"",
115
+ "unit-test:node": "echo skipped",
117
116
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
118
117
  },
119
118
  "sideEffects": false,