@uipath/test-manager-tool 0.1.9 → 0.1.10
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/dist/tool.js +6 -6
- package/package.json +7 -7
package/dist/tool.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// package.json
|
|
2
2
|
var package_default = {
|
|
3
3
|
name: "@uipath/test-manager-tool",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.10",
|
|
5
5
|
description: "Manage test cases, test sets, executions, and results.",
|
|
6
6
|
private: false,
|
|
7
7
|
maintainers: [
|
|
@@ -15,7 +15,7 @@ var package_default = {
|
|
|
15
15
|
directory: "packages/test-manager-tool"
|
|
16
16
|
},
|
|
17
17
|
publishConfig: {
|
|
18
|
-
registry: "https://
|
|
18
|
+
registry: "https://npm.pkg.github.com/@uipath"
|
|
19
19
|
},
|
|
20
20
|
keywords: [
|
|
21
21
|
"cli-tool"
|
|
@@ -32,21 +32,21 @@ var package_default = {
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
scripts: {
|
|
35
|
-
build: "bun build
|
|
35
|
+
build: "bun ../../tools/build-tool.ts",
|
|
36
36
|
package: "bun run build && bun pm pack",
|
|
37
37
|
lint: "biome check .",
|
|
38
38
|
"lint:fix": "biome check --write ."
|
|
39
39
|
},
|
|
40
40
|
peerDependencies: {
|
|
41
41
|
commander: "^14.0.3",
|
|
42
|
-
"@uipath/common": "^0.1.
|
|
43
|
-
"@uipath/auth": "^0.1.
|
|
42
|
+
"@uipath/common": "^0.1.13",
|
|
43
|
+
"@uipath/auth": "^0.1.9",
|
|
44
44
|
"@uipath/filesystem": "^0.1.6"
|
|
45
45
|
},
|
|
46
46
|
devDependencies: {
|
|
47
47
|
"@uipath/orchestrator-sdk": "workspace:*",
|
|
48
48
|
"@uipath/test-manager-sdk": "workspace:*",
|
|
49
|
-
"@types/node": "^25.
|
|
49
|
+
"@types/node": "^25.5.0",
|
|
50
50
|
typescript: "^5"
|
|
51
51
|
}
|
|
52
52
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/test-manager-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Manage test cases, test sets, executions, and results.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"maintainers": [
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "bun build
|
|
34
|
+
"build": "bun ../../tools/build-tool.ts",
|
|
35
35
|
"package": "bun run build && bun pm pack",
|
|
36
36
|
"lint": "biome check .",
|
|
37
37
|
"lint:fix": "biome check --write ."
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"commander": "^14.0.3",
|
|
41
|
-
"@uipath/common": "^0.1.
|
|
42
|
-
"@uipath/auth": "^0.1.
|
|
41
|
+
"@uipath/common": "^0.1.13",
|
|
42
|
+
"@uipath/auth": "^0.1.9",
|
|
43
43
|
"@uipath/filesystem": "^0.1.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@uipath/orchestrator-sdk": "
|
|
47
|
-
"@uipath/test-manager-sdk": "
|
|
48
|
-
"@types/node": "^25.
|
|
46
|
+
"@uipath/orchestrator-sdk": "0.1.6",
|
|
47
|
+
"@uipath/test-manager-sdk": "0.1.6",
|
|
48
|
+
"@types/node": "^25.5.0",
|
|
49
49
|
"typescript": "^5"
|
|
50
50
|
}
|
|
51
51
|
}
|