@azure/core-sse 2.0.1-alpha.20240226.9 → 2.1.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-sse",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Implementation of the Server-sent events protocol for Node.js and browsers.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"build:samples": "echo Obsolete",
|
|
57
57
|
"build:test": "npm run clean && tshy && dev-tool run build-test",
|
|
58
58
|
"build": "npm run clean && tshy && api-extractor run --local",
|
|
59
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
59
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
60
60
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
61
61
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
62
62
|
"extract-api": "tshy && api-extractor run --local",
|
|
63
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
63
|
+
"format": "dev-tool run vendored 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}\"",
|
|
64
64
|
"integration-test:browser": "echo skipped",
|
|
65
65
|
"integration-test:node": "echo skipped",
|
|
66
66
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
67
|
-
"lint:fix": "eslint package.json api-extractor.json src --ext .ts --fix --fix-type [problem,suggestion]",
|
|
68
|
-
"lint": "eslint package.json api-extractor.json src --ext .ts",
|
|
67
|
+
"lint:fix": "eslint package.json api-extractor.json src --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]",
|
|
68
|
+
"lint": "eslint package.json api-extractor.json src --ext .ts --ext .cts --ext .mts",
|
|
69
69
|
"pack": "npm pack 2>&1",
|
|
70
70
|
"test:browser": "npm run clean && npm run build && npm run integration-test:browser",
|
|
71
71
|
"test:node": "npm run clean && tshy && npm run integration-test:node",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@azure/dev-tool": "
|
|
79
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
80
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
78
|
+
"@azure/dev-tool": "^1.0.0",
|
|
79
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
80
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
81
81
|
"@microsoft/api-extractor": "^7.40.3",
|
|
82
82
|
"@types/node": "^18.0.0",
|
|
83
83
|
"@vitest/browser": "^1.3.1",
|