@uipath/flow-tool 0.1.12 → 0.1.13

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.
Files changed (2) hide show
  1. package/dist/tool.js +3 -3
  2. package/package.json +3 -3
package/dist/tool.js CHANGED
@@ -21018,7 +21018,7 @@ import"./packager-tool.js";
21018
21018
  // package.json
21019
21019
  var package_default = {
21020
21020
  name: "@uipath/flow-tool",
21021
- version: "0.1.12",
21021
+ version: "0.1.13",
21022
21022
  description: "Create, debug, and run UiPath Flow projects and jobs.",
21023
21023
  private: false,
21024
21024
  maintainers: [
@@ -21049,7 +21049,7 @@ var package_default = {
21049
21049
  "dist"
21050
21050
  ],
21051
21051
  scripts: {
21052
- build: "bun build ./src/packager-tool.ts --outdir dist --format esm --target node --external @uipath/solutionpackager-tool-core && bun build ./src/tool.ts --outdir dist --format esm --target node --external '*/packager-tool.js' --external commander --external @uipath/common --external @uipath/auth --external @uipath/filesystem --external @uipath/solutionpackager-tool-core && bun build ./src/index.ts --outdir dist --format esm --target node --external '*/tool.js' --external commander --external @uipath/common --external @uipath/auth --external @uipath/filesystem --external @uipath/solutionpackager-tool-core",
21052
+ build: "bun ../../tools/build-tool.ts",
21053
21053
  package: "bun run build && bun pm pack",
21054
21054
  lint: "biome check .",
21055
21055
  "lint:fix": "biome check --write .",
@@ -21059,7 +21059,7 @@ var package_default = {
21059
21059
  },
21060
21060
  peerDependencies: {
21061
21061
  commander: "^14.0.3",
21062
- "@uipath/common": "^0.1.12",
21062
+ "@uipath/common": "^0.1.13",
21063
21063
  "@uipath/auth": "^0.1.9",
21064
21064
  "@uipath/filesystem": "^0.1.6",
21065
21065
  "@uipath/solutionpackager-tool-core": "workspace:*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/flow-tool",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Create, debug, and run UiPath Flow projects and jobs.",
5
5
  "private": false,
6
6
  "maintainers": [
@@ -31,7 +31,7 @@
31
31
  "dist"
32
32
  ],
33
33
  "scripts": {
34
- "build": "bun build ./src/packager-tool.ts --outdir dist --format esm --target node --external @uipath/solutionpackager-tool-core && bun build ./src/tool.ts --outdir dist --format esm --target node --external '*/packager-tool.js' --external commander --external @uipath/common --external @uipath/auth --external @uipath/filesystem --external @uipath/solutionpackager-tool-core && bun build ./src/index.ts --outdir dist --format esm --target node --external '*/tool.js' --external commander --external @uipath/common --external @uipath/auth --external @uipath/filesystem --external @uipath/solutionpackager-tool-core",
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 .",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "peerDependencies": {
43
43
  "commander": "^14.0.3",
44
- "@uipath/common": "^0.1.12",
44
+ "@uipath/common": "^0.1.13",
45
45
  "@uipath/auth": "^0.1.9",
46
46
  "@uipath/filesystem": "^0.1.6",
47
47
  "@uipath/solutionpackager-tool-core": "0.0.31"