@uipath/codedapp-tool 1.0.2 → 1.0.4
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 +1 -1
- package/package.json +5 -5
package/dist/tool.js
CHANGED
|
@@ -67432,7 +67432,7 @@ var init_src2 = __esm(() => {
|
|
|
67432
67432
|
// package.json
|
|
67433
67433
|
var package_default = {
|
|
67434
67434
|
name: "@uipath/codedapp-tool",
|
|
67435
|
-
version: "1.0.
|
|
67435
|
+
version: "1.0.4",
|
|
67436
67436
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
67437
67437
|
keywords: [
|
|
67438
67438
|
"cli-tool",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli-tool",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"lint:fix": "biome check --write ."
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@uipath/auth": "1.0.
|
|
39
|
-
"@uipath/common": "1.0.
|
|
40
|
-
"@uipath/filesystem": "1.0.
|
|
38
|
+
"@uipath/auth": "1.0.4",
|
|
39
|
+
"@uipath/common": "1.0.4",
|
|
40
|
+
"@uipath/filesystem": "1.0.4",
|
|
41
41
|
"@types/bun": "^1.3.11",
|
|
42
42
|
"chalk": "^5.3.0",
|
|
43
43
|
"commander": "^14.0.3",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"uuid": "^14.0.0",
|
|
52
52
|
"zod": "^4.3.6"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
|
|
55
55
|
}
|