@azure/arm-connectedcache 1.0.0-alpha.20251119.1 → 1.0.0-alpha.20251120.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-connectedcache",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251120.1",
|
|
4
4
|
"description": "A generated SDK for ConnectedCacheClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"tslib": "^2.8.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@azure/identity": "4.
|
|
70
|
+
"@azure/identity": "4.13.0",
|
|
71
71
|
"@types/node": "^20.19.25",
|
|
72
72
|
"@vitest/browser-playwright": "^4.0.8",
|
|
73
73
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"typescript": "~5.9.3",
|
|
82
82
|
"vitest": "^4.0.8",
|
|
83
83
|
"@azure-tools/test-credential": "^2.1.2",
|
|
84
|
-
"@azure/dev-tool": "^1.0.0",
|
|
85
84
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
86
85
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
86
|
+
"@azure/dev-tool": "^1.0.0",
|
|
87
87
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
88
88
|
},
|
|
89
89
|
"//sampleConfiguration": {
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"react-native": "./dist/react-native/index.js",
|
|
141
141
|
"scripts": {
|
|
142
142
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
143
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
143
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
144
144
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
145
145
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
146
146
|
"execute:samples": "dev-tool samples run samples-dev",
|