@azure-rest/purview-scanning 1.0.0-alpha.20230929.1 → 1.0.0-alpha.20231023.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -19,7 +19,7 @@ Key links:
19
19
 
20
20
  ### Currently supported environments
21
21
 
22
- - Node.js version 14.x.x or higher
22
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
23
23
 
24
24
  ### Prerequisites
25
25
 
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 Purview Scanning service.",
6
- "version": "1.0.0-alpha.20230929.1",
6
+ "version": "1.0.0-alpha.20231023.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -37,7 +37,7 @@
37
37
  ]
38
38
  },
39
39
  "engines": {
40
- "node": ">=14.0.0"
40
+ "node": ">=16.0.0"
41
41
  },
42
42
  "//sampleConfiguration": {
43
43
  "productName": "Azure Purview Scanning rest",
@@ -97,7 +97,7 @@
97
97
  "@microsoft/api-extractor": "^7.31.1",
98
98
  "@types/chai": "^4.1.6",
99
99
  "@types/mocha": "^10.0.0",
100
- "@types/node": "^14.0.0",
100
+ "@types/node": "^16.0.0",
101
101
  "chai": "^4.2.0",
102
102
  "cross-env": "^7.0.2",
103
103
  "dotenv": "^16.0.0",
@@ -115,11 +115,11 @@
115
115
  "mkdirp": "^1.0.4",
116
116
  "mocha-junit-reporter": "^2.0.0",
117
117
  "mocha": "^10.0.0",
118
- "nyc": "^15.0.0",
118
+ "c8": "^8.0.0",
119
119
  "prettier": "^2.5.1",
120
120
  "rimraf": "^3.0.0",
121
121
  "source-map-support": "^0.5.9",
122
- "typescript": "~5.0.0",
122
+ "typescript": "~5.2.0",
123
123
  "ts-node": "^10.0.0",
124
124
  "esm": "^3.2.18"
125
125
  }