@azure/arm-msi 2.1.1-alpha.20240227.1 → 2.1.1-alpha.20240308.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 +3 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for ManagedServiceIdentityClient.",
6
- "version": "2.1.1-alpha.20240227.1",
6
+ "version": "2.1.1-alpha.20240308.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -30,7 +30,7 @@
30
30
  "mkdirp": "^1.0.4",
31
31
  "typescript": "~5.3.3",
32
32
  "uglify-js": "^3.4.9",
33
- "rimraf": "^3.0.0",
33
+ "rimraf": "^5.0.5",
34
34
  "dotenv": "^16.0.0",
35
35
  "@azure/identity": "^4.0.1",
36
36
  "@azure-tools/test-recorder": "^3.0.0",
@@ -76,7 +76,7 @@
76
76
  "extract-api": "api-extractor run --local",
77
77
  "lint": "echo skipped",
78
78
  "audit": "echo skipped",
79
- "clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
79
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
80
80
  "build:node": "echo skipped",
81
81
  "build:browser": "echo skipped",
82
82
  "build:test": "echo skipped",