@azure/arm-mixedreality 4.1.0-alpha.20240226.1 → 4.1.0-alpha.20240308.1

Sign up to get free protection for your applications and to get access to all the features.
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 MixedRealityClient.",
6
- "version": "4.1.0-alpha.20240226.1",
6
+ "version": "4.1.0-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
  "@azure/identity": "^4.0.1",
35
35
  "@azure-tools/test-recorder": "^3.0.0",
36
36
  "@azure-tools/test-credential": "^1.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",