@uipath/case-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
|
@@ -193682,7 +193682,7 @@ import"./packager-tool.js";
|
|
|
193682
193682
|
// package.json
|
|
193683
193683
|
var package_default = {
|
|
193684
193684
|
name: "@uipath/case-tool",
|
|
193685
|
-
version: "0.1.
|
|
193685
|
+
version: "0.1.12",
|
|
193686
193686
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
193687
193687
|
private: false,
|
|
193688
193688
|
maintainers: [
|
|
@@ -193713,7 +193713,7 @@ var package_default = {
|
|
|
193713
193713
|
"dist"
|
|
193714
193714
|
],
|
|
193715
193715
|
scripts: {
|
|
193716
|
-
build: "bun
|
|
193716
|
+
build: "bun ../../tools/build-tool.ts",
|
|
193717
193717
|
package: "bun run build && bun pm pack",
|
|
193718
193718
|
lint: "biome check .",
|
|
193719
193719
|
"lint:fix": "biome check --write .",
|
|
@@ -193724,7 +193724,7 @@ var package_default = {
|
|
|
193724
193724
|
dependencies: {},
|
|
193725
193725
|
peerDependencies: {
|
|
193726
193726
|
commander: "^14.0.3",
|
|
193727
|
-
"@uipath/common": "^0.1.
|
|
193727
|
+
"@uipath/common": "^0.1.13",
|
|
193728
193728
|
"@uipath/auth": "^0.1.9",
|
|
193729
193729
|
"@uipath/filesystem": "^0.1.6",
|
|
193730
193730
|
"@uipath/solutionpackager-tool-core": "workspace:*"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/case-tool",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Manage Case Management instances, processes, and incidents.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"maintainers": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build": "bun
|
|
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 .",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"commander": "^14.0.3",
|
|
45
|
-
"@uipath/common": "^0.1.
|
|
45
|
+
"@uipath/common": "^0.1.13",
|
|
46
46
|
"@uipath/auth": "^0.1.9",
|
|
47
47
|
"@uipath/filesystem": "^0.1.6",
|
|
48
48
|
"@uipath/solutionpackager-tool-core": "0.0.31"
|