@uipath/solution-tool 1.197.0-preview.63 → 1.197.0-preview.64
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/deploy.js +2 -2
- package/dist/pack.js +729 -396
- package/dist/publish.js +2 -2
- package/dist/services/solution-packager-helpers.d.ts +0 -18
- package/dist/tool.js +26 -7
- package/package.json +2 -2
package/dist/deploy.js
CHANGED
|
@@ -36669,7 +36669,7 @@ class JSONApiResponse2 {
|
|
|
36669
36669
|
var package_default2 = {
|
|
36670
36670
|
name: "@uipath/solution-sdk",
|
|
36671
36671
|
license: "MIT",
|
|
36672
|
-
version: "1.197.0-preview.
|
|
36672
|
+
version: "1.197.0-preview.64",
|
|
36673
36673
|
repository: {
|
|
36674
36674
|
type: "git",
|
|
36675
36675
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -42232,4 +42232,4 @@ export {
|
|
|
42232
42232
|
activateDeploymentAsync
|
|
42233
42233
|
};
|
|
42234
42234
|
|
|
42235
|
-
//# debugId=
|
|
42235
|
+
//# debugId=09D902948C1C2D2264756E2164756E21
|