@azure-rest/confidential-ledger 1.0.1-alpha.20240822.1 → 1.0.1-alpha.20240826.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 +4 -4
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.1-alpha.
|
|
6
|
+
"version": "1.0.1-alpha.20240826.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
68
68
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
|
69
69
|
"integration-test": "npm run integration-test:node",
|
|
70
|
-
"lint:fix": "eslint package.json api-extractor.json src test --
|
|
71
|
-
"lint": "eslint package.json api-extractor.json src test
|
|
70
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
71
|
+
"lint": "eslint package.json api-extractor.json src test",
|
|
72
72
|
"pack": "npm pack 2>&1",
|
|
73
73
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
|
74
74
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"chai": "^4.2.0",
|
|
102
102
|
"cross-env": "^7.0.2",
|
|
103
103
|
"dotenv": "^16.0.0",
|
|
104
|
-
"eslint": "^
|
|
104
|
+
"eslint": "^9.9.0",
|
|
105
105
|
"mocha": "^10.0.0",
|
|
106
106
|
"nyc": "^17.0.0",
|
|
107
107
|
"rimraf": "^5.0.5",
|