@azure-rest/purview-sharing 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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/purview-sharing",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20231023.1",
|
|
6
6
|
"description": "A generated SDK for PurviewSharing.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"review/*"
|
|
30
30
|
],
|
|
31
31
|
"engines": {
|
|
32
|
-
"node": ">=
|
|
32
|
+
"node": ">=16.0.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
36
|
-
"build:browser": "tsc -p . &&
|
|
37
|
-
"build:node": "tsc -p . &&
|
|
36
|
+
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
37
|
+
"build:node": "tsc -p . && dev-tool run bundle --browser-test false",
|
|
38
38
|
"build:samples": "echo skipped.",
|
|
39
39
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
40
40
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@microsoft/api-extractor": "^7.31.1",
|
|
80
80
|
"@types/chai": "^4.3.5",
|
|
81
81
|
"@types/mocha": "^10.0.0",
|
|
82
|
-
"@types/node": "^
|
|
82
|
+
"@types/node": "^16.0.0",
|
|
83
83
|
"autorest": "latest",
|
|
84
84
|
"chai": "^4.3.7",
|
|
85
85
|
"cross-env": "^7.0.2",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"mkdirp": "^2.1.2",
|
|
99
99
|
"mocha": "^10.0.0",
|
|
100
100
|
"mocha-junit-reporter": "^1.18.0",
|
|
101
|
-
"
|
|
101
|
+
"c8": "^8.0.0",
|
|
102
102
|
"prettier": "^2.5.1",
|
|
103
103
|
"rimraf": "^3.0.0",
|
|
104
104
|
"source-map-support": "^0.5.9",
|
|
105
|
-
"typescript": "~5.
|
|
105
|
+
"typescript": "~5.2.0",
|
|
106
106
|
"ts-node": "^10.0.0",
|
|
107
107
|
"esm": "^3.2.18"
|
|
108
108
|
},
|