@azure/core-client 1.10.1-alpha.20250804.2 → 1.10.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -37,7 +37,7 @@ The method `createSerializer` creates a `Serializer` that is used to do the bulk
37
37
 
38
38
  ## Next steps
39
39
 
40
- You can build and run the tests locally by executing `rushx test`. Explore the [test](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-client/test) folder to see advanced usage and behavior of the public classes.
40
+ You can build and run the tests locally by executing `npm run test`. Explore the [test](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-client/test) folder to see advanced usage and behavior of the public classes.
41
41
 
42
42
  Learn more about [AutoRest](https://github.com/Azure/autorest) and the [autorest.typescript extension](https://github.com/Azure/autorest.typescript) for generating a compatible client on top of this package.
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.10.1-alpha.20250804.2",
3
+ "version": "1.10.1-alpha.20250820.1",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -54,11 +54,11 @@
54
54
  "scripts": {
55
55
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
56
56
  "build:samples": "echo Obsolete",
57
- "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}\"",
58
- "clean": "dev-tool run vendored rimraf --glob dist* temp types *.tgz *.log",
57
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
58
+ "clean": "rimraf --glob dist* temp types *.tgz *.log",
59
59
  "execute:samples": "echo skipped",
60
60
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
61
- "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}\"",
61
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
62
62
  "lint": "eslint package.json src test",
63
63
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
64
64
  "pack": "npm pack 2>&1",