@azure/core-lro 3.3.1-alpha.20250808.1 → 3.3.1-alpha.20250820.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/core-lro",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"sdk-type": "client",
|
|
5
|
-
"version": "3.3.1-alpha.
|
|
5
|
+
"version": "3.3.1-alpha.20250820.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
|
|
8
8
|
"exports": {
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
71
71
|
"build:samples": "echo Obsolete",
|
|
72
|
-
"check-format": "
|
|
73
|
-
"clean": "
|
|
72
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
73
|
+
"clean": "rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js",
|
|
74
74
|
"execute:samples": "echo skipped",
|
|
75
75
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
76
|
-
"format": "
|
|
76
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
77
77
|
"lint": "eslint package.json src test ",
|
|
78
78
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
79
79
|
"pack": "npm pack 2>&1",
|