@azure-rest/confidential-ledger 1.0.1-alpha.20240205.1 → 1.0.1-alpha.20240325.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 +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.20240205.1",
6
+ "version": "1.0.1-alpha.20240325.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -59,7 +59,7 @@
59
59
  "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && api-extractor run --local",
60
60
  "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
61
61
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
62
- "clean": "rimraf dist dist-browser dist-esm dist-test temp types *.tgz *.log",
62
+ "clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
63
63
  "execute:samples": "dev-tool samples run samples-dev",
64
64
  "extract-api": "tsc -p . && api-extractor run --local",
65
65
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -103,8 +103,8 @@
103
103
  "dotenv": "^16.0.0",
104
104
  "eslint": "^8.0.0",
105
105
  "mocha": "^10.0.0",
106
- "c8": "^8.0.0",
107
- "rimraf": "^3.0.0",
106
+ "c8": "^9.1.0",
107
+ "rimraf": "^5.0.5",
108
108
  "source-map-support": "^0.5.9",
109
109
  "typescript": "~5.3.3",
110
110
  "ts-node": "^10.0.0",