@azure/notification-hubs 1.0.2-alpha.20230418.1 → 1.0.2-alpha.20230501.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 +2 -0
- package/package.json +1 -1
- package/types/latest/tsdoc-metadata.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ Key links:
|
|
|
16
16
|
- [Product documentation](https://docs.microsoft.com/azure/notification-hubs/)
|
|
17
17
|
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/notificationhubs/notification-hubs/samples-dev)
|
|
18
18
|
|
|
19
|
+
**NOTE**: If you are coming from using the `azure-sb` package, see the [migration guide to move from azure-sb to @azure/notification-hubs](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/notificationhubs/notification-hubs/migrationguide.md)
|
|
20
|
+
|
|
19
21
|
## Getting started
|
|
20
22
|
|
|
21
23
|
### Currently supported environments
|
package/package.json
CHANGED