@azure-rest/ai-document-translator 1.0.0-alpha.20231009.1 → 1.0.0-alpha.20231030.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 +5 -5
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Document Translator service.",
6
- "version": "1.0.0-alpha.20231009.1",
6
+ "version": "1.0.0-alpha.20231030.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "engines": {
44
- "node": ">=16.0.0"
44
+ "node": ">=18.0.0"
45
45
  },
46
46
  "//sampleConfiguration": {
47
47
  "productName": "Azure Document Translator rest",
@@ -99,7 +99,7 @@
99
99
  "@microsoft/api-extractor": "^7.31.1",
100
100
  "@types/chai": "^4.1.6",
101
101
  "@types/mocha": "^10.0.0",
102
- "@types/node": "^16.0.0",
102
+ "@types/node": "^18.0.0",
103
103
  "chai": "^4.2.0",
104
104
  "cross-env": "^7.0.2",
105
105
  "dotenv": "^16.0.0",
@@ -118,11 +118,11 @@
118
118
  "karma": "^6.2.0",
119
119
  "mocha-junit-reporter": "^2.0.0",
120
120
  "mocha": "^10.0.0",
121
- "nyc": "^15.0.0",
121
+ "c8": "^8.0.0",
122
122
  "prettier": "^2.5.1",
123
123
  "rimraf": "^3.0.0",
124
124
  "source-map-support": "^0.5.9",
125
- "typescript": "~5.0.0",
125
+ "typescript": "~5.2.0",
126
126
  "ts-node": "^10.0.0",
127
127
  "esm": "^3.2.18"
128
128
  }