@azure/core-lro 3.3.1-alpha.20250804.2 → 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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
81
81
|
|
|
82
82
|
### Testing
|
|
83
83
|
|
|
84
|
-
To run our tests, first install the dependencies (with `
|
|
84
|
+
To run our tests, first install the dependencies (with `pnpm install`),
|
|
85
85
|
then run the unit tests with: `npm run unit-test`.
|
|
86
86
|
|
|
87
87
|
### Code of Conduct
|
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",
|