@azure/ai-language-text 1.1.0-alpha.20240419.1 → 1.1.0-alpha.20240423.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 -3
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.20240419.1",
6
+ "version": "1.1.0-alpha.20240423.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -81,8 +81,8 @@
81
81
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
82
82
  "test:node": "npm run clean && npm run build:test && npm run unit-test:node",
83
83
  "test": "npm run clean && npm run build:test && npm run unit-test",
84
- "unit-test:browser": "dev-tool run test:browser",
85
- "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"",
84
+ "unit-test:browser": "echo skipped",
85
+ "unit-test:node": "echo skipped",
86
86
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
87
87
  },
88
88
  "sideEffects": false,