@azure/core-sse 2.3.1-alpha.20250730.1 → 2.3.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.
package/README.md CHANGED
@@ -29,7 +29,7 @@ Examples can be found in the `samples` folder.
29
29
 
30
30
  ## Next steps
31
31
 
32
- You can build and run the tests locally by executing `rushx test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
32
+ You can build and run the tests locally by executing `npm run test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
33
33
 
34
34
  ## Troubleshooting
35
35
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-sse",
3
- "version": "2.3.1-alpha.20250730.1",
3
+ "version": "2.3.1-alpha.20250808.1",
4
4
  "description": "Implementation of the Server-sent events protocol for Node.js and browsers.",
5
5
  "sdk-type": "client",
6
6
  "type": "module",