@uipath/codedapp-tool 0.1.11 → 0.1.12
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 +3 -3
- package/package.json +3 -3
package/dist/tool.js
CHANGED
|
@@ -44623,7 +44623,7 @@ var require_ignore = __commonJS((exports, module) => {
|
|
|
44623
44623
|
// package.json
|
|
44624
44624
|
var package_default = {
|
|
44625
44625
|
name: "@uipath/codedapp-tool",
|
|
44626
|
-
version: "0.1.
|
|
44626
|
+
version: "0.1.12",
|
|
44627
44627
|
description: "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
44628
44628
|
keywords: [
|
|
44629
44629
|
"cli-tool",
|
|
@@ -44650,7 +44650,7 @@ var package_default = {
|
|
|
44650
44650
|
registry: "https://npm.pkg.github.com/@uipath"
|
|
44651
44651
|
},
|
|
44652
44652
|
scripts: {
|
|
44653
|
-
build: "bun build
|
|
44653
|
+
build: "bun ../../tools/build-tool.ts",
|
|
44654
44654
|
package: "bun run build && bun pm pack",
|
|
44655
44655
|
test: "vitest run",
|
|
44656
44656
|
"test:coverage": "vitest run --coverage",
|
|
@@ -44659,7 +44659,7 @@ var package_default = {
|
|
|
44659
44659
|
},
|
|
44660
44660
|
peerDependencies: {
|
|
44661
44661
|
"@uipath/auth": "^0.1.9",
|
|
44662
|
-
"@uipath/common": "^0.1.
|
|
44662
|
+
"@uipath/common": "^0.1.13",
|
|
44663
44663
|
"@uipath/filesystem": "^0.1.6",
|
|
44664
44664
|
commander: "^14.0.3"
|
|
44665
44665
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/codedapp-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Build, pack, publish, deploy, and manage UiPath Coded Web Applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli-tool",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"registry": "https://registry.npmjs.org/"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
|
-
"build": "bun build
|
|
30
|
+
"build": "bun ../../tools/build-tool.ts",
|
|
31
31
|
"package": "bun run build && bun pm pack",
|
|
32
32
|
"test": "vitest run",
|
|
33
33
|
"test:coverage": "vitest run --coverage",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@uipath/auth": "^0.1.9",
|
|
39
|
-
"@uipath/common": "^0.1.
|
|
39
|
+
"@uipath/common": "^0.1.13",
|
|
40
40
|
"@uipath/filesystem": "^0.1.6",
|
|
41
41
|
"commander": "^14.0.3"
|
|
42
42
|
},
|