@azure/arm-connectedcache 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250418.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
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.20250418.1",
|
|
4
4
|
"description": "A generated SDK for ConnectedCacheClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
98
98
|
"lint": "echo skipped",
|
|
99
99
|
"lint:fix": "echo skipped",
|
|
100
|
-
"minify": "
|
|
100
|
+
"minify": "echo skipped",
|
|
101
101
|
"pack": "npm pack 2>&1",
|
|
102
|
-
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node &&
|
|
102
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
103
103
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
104
104
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
105
105
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|