@azure/core-sse 2.3.1-alpha.20250822.4 → 2.3.1-alpha.20250826.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
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.20250822.4",
3
+ "version": "2.3.1-alpha.20250826.2",
4
4
  "description": "Implementation of the Server-sent events protocol for Node.js and browsers.",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -70,11 +70,11 @@
70
70
  "tsx": "^4.20.4",
71
71
  "typescript": "~5.8.3",
72
72
  "vitest": "^3.2.3",
73
- "@azure-tools/test-utils-vitest": "^1.0.0",
74
- "@azure/core-rest-pipeline": "^1.22.1-alpha.20250822.4",
73
+ "@azure-tools/test-utils-vitest": "^2.0.0",
74
+ "@azure/core-rest-pipeline": "^1.22.1-alpha.20250826.2",
75
+ "@azure/core-util": "^1.13.1-alpha.20250826.2",
75
76
  "@azure/dev-tool": "^1.0.0",
76
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
77
- "@azure/core-util": "^1.13.1-alpha.20250822.4"
77
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
78
78
  },
79
79
  "dependencies": {
80
80
  "tslib": "^2.6.2"
@@ -119,8 +119,7 @@
119
119
  "start-server": "tsx test/server/start.mts",
120
120
  "test": "npm run test:node && npm run test:browser",
121
121
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
122
- "test:node": "dev-tool run test:vitest --no-test-proxy",
123
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
122
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
124
123
  "update-snippets": "dev-tool run update-snippets"
125
124
  }
126
125
  }