@uipath/conversational-tool 1.201.0-preview.127 → 1.201.0-preview.131

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/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-aq0f87n1.js";
6
+ } from "./tool-yj26jyej.js";
7
7
  import"./tool-a8ky4eng.js";
8
8
  import"./tool-9qecd4wb.js";
9
9
  import"./tool-4pvh3k50.js";
@@ -2117,8 +2117,11 @@ var require_commander = __commonJS((exports) => {
2117
2117
  var package_default = {
2118
2118
  name: "@uipath/conversational-tool",
2119
2119
  license: "MIT",
2120
- version: "1.201.0-preview.127",
2120
+ version: "1.201.0-preview.131",
2121
2121
  description: "Handle conversations with deployed UiPath conversational processes.",
2122
+ publishConfig: {
2123
+ registry: "https://npm.pkg.github.com/"
2124
+ },
2122
2125
  type: "module",
2123
2126
  main: "./dist/tool.js",
2124
2127
  exports: {
@@ -17206,4 +17209,4 @@ var registerCommands = async (program2) => {
17206
17209
 
17207
17210
  export { Command, metadata, registerCommands };
17208
17211
 
17209
- //# debugId=E85DEFEA12C6E9EB64756E2164756E21
17212
+ //# debugId=5A349CCCB714929D64756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-aq0f87n1.js";
4
+ } from "./tool-yj26jyej.js";
5
5
  import"./tool-a8ky4eng.js";
6
6
  import"./tool-9qecd4wb.js";
7
7
  import"./tool-4pvh3k50.js";
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
- "name": "@uipath/conversational-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.127",
5
- "description": "Handle conversations with deployed UiPath conversational processes.",
6
- "type": "module",
7
- "main": "./dist/tool.js",
8
- "exports": {
9
- ".": "./dist/tool.js"
10
- },
11
- "bin": {
12
- "conversational-tool": "./dist/index.js"
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "publishConfig": {
18
- "registry": "https://registry.npmjs.org/"
19
- },
20
- "gitHead": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
2
+ "name": "@uipath/conversational-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "Handle conversations with deployed UiPath conversational processes.",
6
+ "publishConfig": {
7
+ "registry": "https://registry.npmjs.org/"
8
+ },
9
+ "type": "module",
10
+ "main": "./dist/tool.js",
11
+ "exports": {
12
+ ".": "./dist/tool.js"
13
+ },
14
+ "bin": {
15
+ "conversational-tool": "./dist/index.js"
16
+ },
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
21
21
  }