@azure/arm-connectedcache 1.0.0-alpha.20241211.1 → 1.0.0-alpha.20241213.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 -3
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.20241213.1",
|
|
4
4
|
"description": "A generated SDK for ConnectedCacheClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"browser",
|
|
22
22
|
"react-native"
|
|
23
23
|
],
|
|
24
|
-
"selfLink": false
|
|
24
|
+
"selfLink": false,
|
|
25
|
+
"project": "./tsconfig.src.json"
|
|
25
26
|
},
|
|
26
27
|
"type": "module",
|
|
27
28
|
"keywords": [
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
95
96
|
"integration-test:browser": "echo skipped",
|
|
96
97
|
"integration-test:node": "echo skipped",
|
|
97
|
-
"build:samples": "
|
|
98
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
98
99
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
99
100
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
100
101
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|