@azure/abort-controller 2.1.3-alpha.20250617.2 → 2.1.3-alpha.20250722.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.
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.52.8"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
+
{
|
|
4
|
+
"tsdocVersion": "0.12",
|
|
5
|
+
"toolPackages": [
|
|
6
|
+
{
|
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
|
8
|
+
"packageVersion": "7.52.8"
|
|
9
|
+
}
|
|
10
|
+
]
|
|
11
|
+
}
|
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.20250722.2",
|
|
5
5
|
"description": "Microsoft Azure SDK for JavaScript - Aborter",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"execute:samples": "echo skipped",
|
|
66
66
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
67
67
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,mjs,cjs,json}\"",
|
|
68
|
-
"lint": "eslint package.json
|
|
69
|
-
"lint:fix": "eslint package.json
|
|
68
|
+
"lint": "eslint package.json src test",
|
|
69
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
70
70
|
"pack": "npm pack 2>&1",
|
|
71
71
|
"test": "npm run test:node && npm run test:browser",
|
|
72
72
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"react-native"
|
|
106
106
|
],
|
|
107
107
|
"selfLink": false,
|
|
108
|
-
"project": "
|
|
108
|
+
"project": "../../../tsconfig.src.build.json"
|
|
109
109
|
},
|
|
110
110
|
"module": "./dist/esm/index.js"
|
|
111
111
|
}
|