@azure/api-management-custom-widgets-tools 1.0.0-alpha.20250804.1 → 1.0.0-alpha.20250807.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,8 +38,8 @@ If you'd like to contribute to this library, please read the [contributing guide
38
38
 
39
39
  To execute the tests you'll need to run:
40
40
 
41
- 1. `rush update`
42
- 2. `rush build -t @azure/api-management-custom-widgets-tools`
41
+ 1. `pnpm install`
42
+ 2. `pnpm build --filter @azure/api-management-custom-widgets-tools...`
43
43
  3. `cd sdk\apimanagement\api-management-custom-widgets-tools`
44
44
  4. `npm run test`
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/api-management-custom-widgets-tools",
3
- "version": "1.0.0-alpha.20250804.1",
3
+ "version": "1.0.0-alpha.20250807.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "license": "MIT",
6
6
  "sdk-type": "client",