@azure/notification-hubs 2.0.1-alpha.20250804.2 → 2.0.1-alpha.20250808.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -736,13 +736,13 @@ If you'd like to contribute to this library, please read the [contributing guide
736
736
 
737
737
  This module's tests are a mixture of live and unit tests, which require you to have an Azure Notification Hubs instance. To execute the tests you'll need to run:
738
738
 
739
- 1. `rush update`
740
- 2. `rush build -t @azure/notification-hubs`
739
+ 1. `pnpm install`
740
+ 2. `pnpm build --filter @azure/notification-hubs...`
741
741
  3. Create a .env file with these contents in the `sdk\notificationhubs\notification-hubs` folder:
742
742
  `NOTIFICATIONHUBS_CONNECTION_STRING=connection string for your Notification Hubs instance`
743
743
  `NOTIFICATION_HUB_NAME=Notification Hub name`
744
744
  4. `cd sdk\notificationhubs\notification-hubs`
745
- 5. `rushx test`.
745
+ 5. `npm run test`.
746
746
 
747
747
  View our [tests](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/notificationhubs/notification-hubs/test)
748
748
  folder for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/notification-hubs",
3
- "version": "2.0.1-alpha.20250804.2",
3
+ "version": "2.0.1-alpha.20250808.1",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",