@azure/abort-controller 2.1.3-alpha.20250822.4 → 2.1.3-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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/abort-controller",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.1.3-alpha.
|
|
4
|
+
"version": "2.1.3-alpha.20250826.2",
|
|
5
5
|
"description": "Microsoft Azure SDK for JavaScript - Aborter",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"playwright": "^1.50.1",
|
|
69
69
|
"typescript": "~5.8.3",
|
|
70
70
|
"vitest": "^3.2.3",
|
|
71
|
-
"@azure/
|
|
72
|
-
"@azure/
|
|
71
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
72
|
+
"@azure/dev-tool": "^1.0.0"
|
|
73
73
|
},
|
|
74
74
|
"//metadata": {
|
|
75
75
|
"migrationDate": "2023-03-08T18:36:03.000Z"
|
|
@@ -104,8 +104,7 @@
|
|
|
104
104
|
"pack": "pnpm pack 2>&1",
|
|
105
105
|
"test": "npm run test:node && npm run test:browser",
|
|
106
106
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
107
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
108
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
107
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
109
108
|
"update-snippets": "dev-tool run update-snippets"
|
|
110
109
|
}
|
|
111
110
|
}
|