@azure/core-sse 2.3.1-alpha.20250808.1 → 2.3.1-alpha.20250820.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-sse",
|
|
3
|
-
"version": "2.3.1-alpha.
|
|
3
|
+
"version": "2.3.1-alpha.20250820.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",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
60
60
|
"build:samples": "echo Obsolete",
|
|
61
|
-
"check-format": "
|
|
62
|
-
"clean": "
|
|
61
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
62
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
63
63
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
64
64
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
65
|
-
"format": "
|
|
65
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
66
66
|
"lint": "eslint package.json src test",
|
|
67
67
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
68
68
|
"pack": "npm pack 2>&1",
|