@azure-rest/confidential-ledger 1.0.0-alpha.20211102.1 → 1.0.0-alpha.20211214.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 +5 -7
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 Confidential Ledger service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20211214.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -77,14 +77,13 @@
|
|
|
77
77
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
78
78
|
"unit-test:browser": "echo skip",
|
|
79
79
|
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
|
|
80
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
81
|
-
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
|
|
80
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
82
81
|
},
|
|
83
82
|
"sideEffects": false,
|
|
84
83
|
"autoPublish": false,
|
|
85
84
|
"dependencies": {
|
|
86
85
|
"@azure/core-auth": "^1.3.0",
|
|
87
|
-
"@azure-rest/core-client": "
|
|
86
|
+
"@azure-rest/core-client": "1.0.0-beta.8",
|
|
88
87
|
"@azure/core-rest-pipeline": "^1.1.0",
|
|
89
88
|
"@azure/logger": "^1.0.0",
|
|
90
89
|
"tslib": "^2.2.0"
|
|
@@ -92,7 +91,7 @@
|
|
|
92
91
|
"devDependencies": {
|
|
93
92
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
94
93
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
95
|
-
"@azure/identity": "^
|
|
94
|
+
"@azure/identity": "^2.0.1",
|
|
96
95
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
97
96
|
"@microsoft/api-extractor": "^7.18.11",
|
|
98
97
|
"@types/chai": "^4.1.6",
|
|
@@ -118,12 +117,11 @@
|
|
|
118
117
|
"karma": "^6.2.0",
|
|
119
118
|
"mocha-junit-reporter": "^1.18.0",
|
|
120
119
|
"mocha": "^7.1.1",
|
|
121
|
-
"nyc": "^
|
|
120
|
+
"nyc": "^15.0.0",
|
|
122
121
|
"prettier": "2.2.1",
|
|
123
122
|
"rimraf": "^3.0.0",
|
|
124
123
|
"rollup": "^1.16.3",
|
|
125
124
|
"source-map-support": "^0.5.9",
|
|
126
|
-
"typedoc": "0.15.2",
|
|
127
125
|
"typescript": "~4.2.0"
|
|
128
126
|
}
|
|
129
127
|
}
|